Date: Thu, 1 Jun 2006 16:22:28 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98328: Update Port: multimedia/p5-MP4-Info 1.05->1.08 Message-ID: <200606012222.k51MMSat021682@moondance.itsy-bitsy.net> Resent-Message-ID: <200606012230.k51MUCtU078994@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98328 >Category: ports >Synopsis: Update Port: multimedia/p5-MP4-Info 1.05->1.08 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 01 22:30:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Update from v1.05 to v1.08 - Restrict to Perl 5.7.3+ due to dependency upon devel/p5-Encode >How-To-Repeat: >Fix: --- submission.txt begins here --- ? submission.txt Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/p5-MP4-Info/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 10 Dec 2005 19:05:16 -0000 1.1 +++ Makefile 1 Jun 2006 22:22:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MP4-Info -PORTVERSION= 1.05 +PORTVERSION= 1.08 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=MP4 @@ -19,4 +19,10 @@ MAN3= MP4::Info.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 #inherited from p5-Encode +IGNORE= requires at least Perl 5.7.3 to run. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/multimedia/p5-MP4-Info/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 10 Dec 2005 19:05:16 -0000 1.1 +++ distinfo 1 Jun 2006 22:22:21 -0000 @@ -1,3 +1,3 @@ -MD5 (MP4-Info-1.05.tar.gz) = 8a6aa47e184b12f70a618d07ba099aa5 -SHA256 (MP4-Info-1.05.tar.gz) = dc528749444f68c3184629d89cf4ff195b93d3df130b1486fd214f2c681af9a8 -SIZE (MP4-Info-1.05.tar.gz) = 106045 +MD5 (MP4-Info-1.08.tar.gz) = cfe8eda1fa27673bc51e43f3d030a525 +SHA256 (MP4-Info-1.08.tar.gz) = cf67e6e621d7a2310d5b6208068076132e4e97cf68ac89c65c36076b74dab420 +SIZE (MP4-Info-1.08.tar.gz) = 106334 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/multimedia/p5-MP4-Info/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 10 Dec 2005 19:05:16 -0000 1.1 +++ pkg-descr 1 Jun 2006 22:22:21 -0000 @@ -6,3 +6,4 @@ in MPEG-4 files. WWW: http://search.cpan.org/dist/MP4-Info/ +Author: Jonathan Harris <jhar@cpan.org> --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606012222.k51MMSat021682>