Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 01:30:58 +0200 (CEST)
From:      Lars Engels <lars.engels@0x20.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95382: audio/mpg123.el: tidy up Makefile
Message-ID:  <200604052330.k35NUwtc025356@bart.bsd-geek.de>
Resent-Message-ID: <200604052340.k35NeGN3060408@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95382
>Category:       ports
>Synopsis:       audio/mpg123.el: tidy up Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 05 23:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604052330.k35NUwtc025356>