From lars@bart.bsd-geek.de  Wed Apr  5 23:31:01 2006
Return-Path: <lars@bart.bsd-geek.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E72DA16A423
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Apr 2006 23:31:01 +0000 (UTC)
	(envelope-from lars@bart.bsd-geek.de)
Received: from bart.bsd-geek.de (dslb-084-063-008-056.pools.arcor-ip.net [84.63.8.56])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 06D6143D48
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Apr 2006 23:31:00 +0000 (GMT)
	(envelope-from lars@bart.bsd-geek.de)
Received: from bart.bsd-geek.de (localhost.bsd-geek.de [127.0.0.1])
	by bart.bsd-geek.de (8.13.4/8.13.4) with ESMTP id k35NUwEi025357
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 6 Apr 2006 01:30:59 +0200 (CEST)
	(envelope-from lars@bart.bsd-geek.de)
Received: (from lars@localhost)
	by bart.bsd-geek.de (8.13.4/8.13.4/Submit) id k35NUwtc025356;
	Thu, 6 Apr 2006 01:30:58 +0200 (CEST)
	(envelope-from lars)
Message-Id: <200604052330.k35NUwtc025356@bart.bsd-geek.de>
Date: Thu, 6 Apr 2006 01:30:58 +0200 (CEST)
From: Lars Engels <lars.engels@0x20.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: audio/mpg123.el: tidy up Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         95382
>Category:       ports
>Synopsis:       audio/mpg123.el: tidy up Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs@freebsd.org
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 05 23:40:16 GMT 2006
>Closed-Date:    Wed Apr 05 23:58:09 GMT 2006
>Last-Modified:  Wed Apr 05 23:58:09 GMT 2006
>Originator:     Lars Engels
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bart.bsd-geek.de 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Apr 1 14:14:13 CEST 2006 lars@bart.bsd-geek.de:/usr/obj/usr/src/sys/BART i386


	
>Description:
	
- Tidy up Makefile and pkg-descr
- Add pkg-message
>How-To-Repeat:
	
>Fix:

	

--- mpg123.el.diff begins here ---
diff -Nur audio/mpg123.el.orig/Makefile audio/mpg123.el/Makefile
--- audio/mpg123.el.orig/Makefile	Wed Apr  5 01:40:03 2006
+++ audio/mpg123.el/Makefile	Wed Apr  5 01:57:32 2006
@@ -9,7 +9,6 @@
 PORTVERSION=	1.40
 CATEGORIES=	audio elisp
 MASTER_SITES=	http://www.gentei.org/~yuuji/software/mpg123el/
-DISTNAME =	${PORTNAME}-${PORTVERSION}
 EXTRACT_SUFX=	# empty
 EXTRACT_ONLY=	# empty
 
@@ -22,10 +21,12 @@
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
+DISTNAME =	${PORTNAME}-${PORTVERSION}
+
 ELISPDIR=	${PREFIX}/share/emacs/site-lisp
 XELISPDIR=	${PREFIX}/lib/xemacs/site-lisp
 
-myFETCH_CMD=	/usr/bin/fetch -AR
+myFETCH_CMD=	${FETCH_CMD} -AR
 
 do-fetch:
 	${myFETCH_CMD} ${FETCH_BEFORE_ARGS} ${MASTER_SITES}/mpg123el.cgi?${PORTVERSION}
@@ -36,5 +37,8 @@
 # For XEmacs
 	${MKDIR} ${XELISPDIR}
 	${LN} -sf ${ELISPDIR}/${PORTNAME} ${XELISPDIR}/${PORTNAME}
+
+post-install:
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -Nur audio/mpg123.el.orig/pkg-descr audio/mpg123.el/pkg-descr
--- audio/mpg123.el.orig/pkg-descr	Wed Apr  5 01:40:03 2006
+++ audio/mpg123.el/pkg-descr	Wed Apr  5 01:41:17 2006
@@ -1,5 +1,5 @@
 The mpg123.el Emacs-Lisp program is a front-end to mpg123/ogg123 audio player.
-You can select and play an mp3 files from the list in your Emacs's buffer with
+You can select and play an mp3 file from the list in your Emacs's buffer with
 familiar interface. 
 
 Because mpg123.el is an Emacs-Lisp program and is written carefully to
@@ -7,9 +7,5 @@
 recent one. Here is the list of environment where mpg123.el is reported to be
 available. If you find mpg123 running on other platforms than below, please
 tell me your environment. 
-
-Put the expression below into your ~/.emacs.
-
-(autoload 'mpg123 "mpg123" "A Front-end to mpg123" t)
 
 WWW: http://www.gentei.org/~yuuji/software/mpg123el/
diff -Nur audio/mpg123.el.orig/pkg-message audio/mpg123.el/pkg-message
--- audio/mpg123.el.orig/pkg-message	Thu Jan  1 01:00:00 1970
+++ audio/mpg123.el/pkg-message	Wed Apr  5 01:41:59 2006
@@ -0,0 +1,5 @@
+------------------------------------------------------
+Put the expression below into your ~/.emacs.
+
+(autoload 'mpg123 "mpg123" "A Front-end to mpg123" t)
+------------------------------------------------------
--- mpg123.el.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 5 23:44:13 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95382 
Responsible-Changed-From-To: novel->freebsd-ports-bugs@freebsd.org 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 5 23:47:42 UTC 2006 
Responsible-Changed-Why:  
audio/mpg123 != audio/mpg123.el 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95382 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Apr 5 23:58:06 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95382 
>Unformatted:
