Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 20:11:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331313 - head/audio/mp3-archive-tools
Message-ID:  <201310222011.r9MKBgoU026336@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 @@
-@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



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