ports/74727: Update port: audio/mp3mover
KATO Tsuguru
tkato432 at yahoo.com
Sun Dec 5 17:10:18 UTC 2004
>Number: 74727
>Category: ports
>Synopsis: Update port: audio/mp3mover
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 05 17:10:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.10-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Support PLIST_FILES
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/audio/mp3mover/Makefile audio/mp3mover/Makefile
--- /usr/ports/audio/mp3mover/Makefile Sat Jan 10 02:10:36 2004
+++ audio/mp3mover/Makefile Tue Nov 30 23:56:53 2004
@@ -9,7 +9,8 @@
PORTNAME= mp3mover
PORTVERSION= 2.1.1
CATEGORIES= audio perl5
-MASTER_SITES= http://www.doc.ic.ac.uk/~jsm00/scripts/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= mediamover
MAINTAINER= ports at FreeBSD.org
COMMENT= Rename mp3s and manipulate them
@@ -19,15 +20,19 @@
USE_PERL5= yes
NO_BUILD= yes
+PORTDOCS= readme
+PLIST_FILES= bin/mp3mover \
+ %%DATADIR%%/sample-.mp3moverrc \
+ %%DATADIR%%/shellperfect-.mp3moverrc
+PLIST_DIRS= %%DATADIR%%
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mp3mover.pl ${PREFIX}/bin/mp3mover
@${MKDIR} ${DATADIR}
- ${CP} ${WRKSRC}/sample-.mp3moverrc ${DATADIR}
- ${CP} ${WRKSRC}/shellperfect-.mp3moverrc ${DATADIR}
-
-post-install:
+ ${INSTALL_DATA} ${WRKSRC}/sample-.mp3moverrc ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/shellperfect-.mp3moverrc ${DATADIR}
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR}
.endif
diff -urN /usr/ports/audio/mp3mover/pkg-descr audio/mp3mover/pkg-descr
--- /usr/ports/audio/mp3mover/pkg-descr Wed Apr 18 20:52:37 2001
+++ audio/mp3mover/pkg-descr Tue Nov 30 23:45:19 2004
@@ -1,3 +1,3 @@
Rename mp3s and manipulate them.
-WWW: http://www.doc.ic.ac.uk/~jsm00/
+WWW: http://sourceforge.net/projects/mediamover/
diff -urN /usr/ports/audio/mp3mover/pkg-plist audio/mp3mover/pkg-plist
--- /usr/ports/audio/mp3mover/pkg-plist Sat Jan 10 02:10:36 2004
+++ audio/mp3mover/pkg-plist Thu Jan 1 09:00:00 1970
@@ -1,6 +0,0 @@
-bin/mp3mover
-%%PORTDOCS%%%%DOCSDIR%%/readme
-%%DATADIR%%/sample-.mp3moverrc
-%%DATADIR%%/shellperfect-.mp3moverrc
- at dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list