Date: Fri, 23 Jul 2004 10:16:07 +0800 (CST) From: Cheng-Lung Sung <clsung@dragon2.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69455: [PATCH] devel/p5-File-Binary: update to 1.2 Message-ID: <20040723021607.6E9F415630@mail.dragon2.net> Resent-Message-ID: <200407230220.i6N2KKbQ020964@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69455 >Category: ports >Synopsis: [PATCH] devel/p5-File-Binary: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 23 02:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-RELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Wed Jun 9 11:27:45 CST >Description: - Update to 1.2 - add new dependency of p5-IO-stringy, p5-Test-Simple - modify pkg-descr Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-File-Binary-1.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Binary/Makefile /home/clsung/p5-File-Binary/Makefile --- /usr/ports/devel/p5-File-Binary/Makefile Tue Oct 14 23:00:22 2003 +++ /home/clsung/p5-File-Binary/Makefile Fri Jul 23 10:11:35 2004 @@ -6,7 +6,7 @@ # PORTNAME= File-Binary -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -14,6 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to modify and read binary files + +BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Binary/distinfo /home/clsung/p5-File-Binary/distinfo --- /usr/ports/devel/p5-File-Binary/distinfo Sat Jan 31 14:16:36 2004 +++ /home/clsung/p5-File-Binary/distinfo Fri Jul 23 10:09:27 2004 @@ -1,2 +1,2 @@ -MD5 (File-Binary-1.1.tar.gz) = 2b0e47b1b2297739e2f75c26bff249e4 -SIZE (File-Binary-1.1.tar.gz) = 19580 +MD5 (File-Binary-1.2.tar.gz) = 49f3e7d534facadb7714fe1ca0a02e87 +SIZE (File-Binary-1.2.tar.gz) = 19680 diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Binary/pkg-descr /home/clsung/p5-File-Binary/pkg-descr --- /usr/ports/devel/p5-File-Binary/pkg-descr Thu Jan 4 07:49:29 2001 +++ /home/clsung/p5-File-Binary/pkg-descr Fri Jul 23 10:12:55 2004 @@ -1,6 +1,8 @@ File::Binary is a perl module that provides an interface to modify and read binary files. +WWW: http://search.cpan.org/dist/File-Binary/ + Author: Simon Wistow <simon@twoshortplanks.com> --will --- p5-File-Binary-1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040723021607.6E9F415630>