Bug 185855 - [PATCH] multimedia/p5-Audio-M4P: update to 0.53, take maintainership
Summary: [PATCH] multimedia/p5-Audio-M4P: update to 0.53, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 19:50 UTC by Muhammad Moinur Rahman
Modified: 2014-02-04 11:54 UTC (History)
0 users

See Also:


Attachments
p5-Audio-M4P-0.53.patch (1.27 KB, patch)
2014-01-17 19:50 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-17 19:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-04 11:41:57 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-04 11:54:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!