Date: Wed, 25 Oct 2006 23:47:42 +0800 From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erwin@FreeBSD.org Subject: ports/104805: [PATCH] archivers/p5-Archive-Zip: update to 1.18 Message-ID: <20061025154936.F3D4C2E9DF@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200610251550.k9PFoFii044883@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104805 >Category: ports >Synopsis: [PATCH] archivers/p5-Archive-Zip: update to 1.18 >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: Wed Oct 25 15:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006 >Description: - Update to 1.18 Port maintainer (erwin@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Archive-Zip-1.18.patch begins here --- diff -ruN --exclude=CVS /usr/ports/archivers/p5-Archive-Zip/Makefile /usr/home/chinsan/project/p5-DBD-LDAP/p5-Archive-Zip/Makefile --- /usr/ports/archivers/p5-Archive-Zip/Makefile Wed Jul 6 18:13:08 2005 +++ /usr/home/chinsan/project/p5-DBD-LDAP/p5-Archive-Zip/Makefile Wed Oct 25 23:45:20 2006 @@ -6,7 +6,7 @@ # PORTNAME= Archive-Zip -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archive @@ -17,7 +17,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/archivers/p5-Archive-Zip/distinfo /usr/home/chinsan/project/p5-DBD-LDAP/p5-Archive-Zip/distinfo --- /usr/ports/archivers/p5-Archive-Zip/distinfo Sun Nov 27 01:00:28 2005 +++ /usr/home/chinsan/project/p5-DBD-LDAP/p5-Archive-Zip/distinfo Wed Oct 25 23:36:38 2006 @@ -1,3 +1,3 @@ -MD5 (Archive-Zip-1.16.tar.gz) = e28dff400d07b1659d659d8dde7071f1 -SHA256 (Archive-Zip-1.16.tar.gz) = aa4642683941ae40de30bcf278a2387380a57d9fc5c8051695cb0fbf88d10fbe -SIZE (Archive-Zip-1.16.tar.gz) = 111336 +MD5 (Archive-Zip-1.18.tar.gz) = b198ee6700e27203c071803216dba11c +SHA256 (Archive-Zip-1.18.tar.gz) = 7db1880c70cf2d95766f4fb7f3de537d065ab41a31d64747ebdff6c15e76e83c +SIZE (Archive-Zip-1.18.tar.gz) = 224031 diff -ruN --exclude=CVS /usr/ports/archivers/p5-Archive-Zip/pkg-plist /usr/home/chinsan/project/p5-DBD-LDAP/p5-Archive-Zip/pkg-plist --- /usr/ports/archivers/p5-Archive-Zip/pkg-plist Sun Jan 22 09:22:59 2006 +++ /usr/home/chinsan/project/p5-DBD-LDAP/p5-Archive-Zip/pkg-plist Wed Oct 25 23:41:18 2006 @@ -1,11 +1,17 @@ bin/crc32 %%SITE_PERL%%/Archive/Zip.pm -%%SITE_PERL%%/Archive/Zip.pod -%%SITE_PERL%%/Archive/Zip/FAQ.pod +%%SITE_PERL%%/Archive/Zip/Archive.pm +%%SITE_PERL%%/Archive/Zip/DirectoryMember.pm %%SITE_PERL%%/Archive/Zip/BufferedFileHandle.pm +%%SITE_PERL%%/Archive/Zip/FAQ.pod +%%SITE_PERL%%/Archive/Zip/FileMember.pm +%%SITE_PERL%%/Archive/Zip/Member.pm %%SITE_PERL%%/Archive/Zip/MemberRead.pm %%SITE_PERL%%/Archive/Zip/MockFileHandle.pm +%%SITE_PERL%%/Archive/Zip/NewFileMember.pm +%%SITE_PERL%%/Archive/Zip/StringMember.pm %%SITE_PERL%%/Archive/Zip/Tree.pm +%%SITE_PERL%%/Archive/Zip/ZipFileMember.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Zip/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Zip @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive --- p5-Archive-Zip-1.18.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?20061025154936.F3D4C2E9DF>