- Update to 0.53 - Take maintainership For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Audio-M4P/0.53/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Audio-M4P/0.53/84amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Audio-M4P/0.53/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Audio-M4P/0.53/92amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Audio-M4P/0.53/10RC5i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Audio-M4P/0.53/10RC5amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Audio-M4P/0.53/11i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Audio-M4P/0.53/11amd64-default.log Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Tue Feb 4 11:41:28 2014 New Revision: 342504 URL: http://svnweb.freebsd.org/changeset/ports/342504 QAT: https://qat.redports.org/buildarchive/r342504/ Log: - Update to 0.53 - Add LICENSE - Pass maintainership to submitter - While I'm here, add TEST_DEPENDS Changes: http://search.cpan.org/dist/Audio-M4P/Changes PR: ports/185855 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/multimedia/p5-Audio-M4P/Makefile head/multimedia/p5-Audio-M4P/distinfo Modified: head/multimedia/p5-Audio-M4P/Makefile ============================================================================== --- head/multimedia/p5-Audio-M4P/Makefile Tue Feb 4 11:41:24 2014 (r342503) +++ head/multimedia/p5-Audio-M4P/Makefile Tue Feb 4 11:41:28 2014 (r342504) @@ -2,18 +2,22 @@ # $FreeBSD$ PORTNAME= Audio-M4P -PORTVERSION= 0.51 +PORTVERSION= 0.53 CATEGORIES= multimedia perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= M4P / MP4 / m4a Quicktime audio and video tools +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple \ p5-Tree-Simple-View>=0:${PORTSDIR}/devel/p5-Tree-Simple-View RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle USES= perl5 USE_PERL5= configure Modified: head/multimedia/p5-Audio-M4P/distinfo ============================================================================== --- head/multimedia/p5-Audio-M4P/distinfo Tue Feb 4 11:41:24 2014 (r342503) +++ head/multimedia/p5-Audio-M4P/distinfo Tue Feb 4 11:41:28 2014 (r342504) @@ -1,2 +1,2 @@ -SHA256 (Audio-M4P-0.51.tar.gz) = f8de90eeac62fd108f0852941c029aaf42bd6fe1f42f43e058b913893a15a0eb -SIZE (Audio-M4P-0.51.tar.gz) = 1714075 +SHA256 (Audio-M4P-0.53.tar.gz) = a434c45c3baa5c2891f90c11012bf80c31ad3b3aed4b0c176bda2afcd9c566f9 +SIZE (Audio-M4P-0.53.tar.gz) = 1727431 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!