Date: Sun, 15 Jun 2014 18:49:51 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357921 - head/multimedia/mp3cd Message-ID: <201406151849.s5FInpY6092663@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Jun 15 18:49:51 2014 New Revision: 357921 URL: http://svnweb.freebsd.org/changeset/ports/357921 QAT: https://qat.redports.org/buildarchive/r357921/ Log: - Stagify - Add LICENSE Approved by: mentors (implicit) Modified: head/multimedia/mp3cd/Makefile head/multimedia/mp3cd/pkg-plist Modified: head/multimedia/mp3cd/Makefile ============================================================================== --- head/multimedia/mp3cd/Makefile Sun Jun 15 18:48:29 2014 (r357920) +++ head/multimedia/mp3cd/Makefile Sun Jun 15 18:49:51 2014 (r357921) @@ -10,6 +10,8 @@ MASTER_SITES= http://outflux.net/softwar MAINTAINER= ports@FreeBSD.org COMMENT= Perl script that burns MP3 to audio CDs +LICENSE= GPLv2 # or later + BUILD_DEPENDS= p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,8 +19,4 @@ USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= scripts/mp3cd -MAN1= mp3cd.1 -MANCOMPRESS= yes - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/multimedia/mp3cd/pkg-plist ============================================================================== --- head/multimedia/mp3cd/pkg-plist Sun Jun 15 18:48:29 2014 (r357920) +++ head/multimedia/mp3cd/pkg-plist Sun Jun 15 18:49:51 2014 (r357921) @@ -1,3 +1,4 @@ bin/mp3cd +man/man1/mp3cd.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3cd/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3cd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151849.s5FInpY6092663>