svn commit: r331313 - head/audio/mp3-archive-tools
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Oct 22 20:11:42 UTC 2013
Author: sunpoet
Date: Tue Oct 22 20:11:41 2013
New Revision: 331313
URL: http://svnweb.freebsd.org/changeset/ports/331313
Log:
- Add LICENSE
- Support STAGEDIR
Modified:
head/audio/mp3-archive-tools/Makefile
head/audio/mp3-archive-tools/pkg-plist (contents, props changed)
Modified: head/audio/mp3-archive-tools/Makefile
==============================================================================
--- head/audio/mp3-archive-tools/Makefile Tue Oct 22 20:03:01 2013 (r331312)
+++ head/audio/mp3-archive-tools/Makefile Tue Oct 22 20:11:41 2013 (r331313)
@@ -11,17 +11,13 @@ MASTER_SITES= http://erislabs.net/ianb/p
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Set of tools to ease organising a collection of audio files
+LICENSE= GPLv2
+
BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
-RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
- p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-NO_STAGE= yes
USE_PERL5= configure
USES= perl5
-MAN1= cddbtofilename.1 filenametoid3.1 freedbtofilename.1 \
- id3tofilename.1 movemusic.1 mp3-archive-tools.1 mp3id.1 \
- pmv.1 update-music-symlinks.1
-
.include <bsd.port.mk>
Modified: head/audio/mp3-archive-tools/pkg-plist
==============================================================================
--- head/audio/mp3-archive-tools/pkg-plist Tue Oct 22 20:03:01 2013 (r331312)
+++ head/audio/mp3-archive-tools/pkg-plist Tue Oct 22 20:11:41 2013 (r331313)
@@ -1,4 +1,3 @@
- at comment $FreeBSD$
bin/cddbtofilename
bin/filenametoid3
bin/freedbtofilename
@@ -8,4 +7,13 @@ bin/mp3id
bin/pmv
bin/update-music-symlinks
%%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3-archive-tools/.packlist
+man/man1/cddbtofilename.1.gz
+man/man1/filenametoid3.1.gz
+man/man1/freedbtofilename.1.gz
+man/man1/id3tofilename.1.gz
+man/man1/movemusic.1.gz
+man/man1/mp3-archive-tools.1.gz
+man/man1/mp3id.1.gz
+man/man1/pmv.1.gz
+man/man1/update-music-symlinks.1.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3-archive-tools
More information about the svn-ports-all
mailing list