From owner-svn-ports-all@FreeBSD.ORG Sat Nov 9 18:48:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 364F1146; Sat, 9 Nov 2013 18:48:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BF362D45; Sat, 9 Nov 2013 18:48:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9ImjoU091462; Sat, 9 Nov 2013 18:48:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9ImiBh091459; Sat, 9 Nov 2013 18:48:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311091848.rA9ImiBh091459@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Nov 2013 18:48:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333319 - head/archivers/p5-Archive-Zip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 18:48:48 -0000 Author: sunpoet Date: Sat Nov 9 18:48:44 2013 New Revision: 333319 URL: http://svnweb.freebsd.org/changeset/ports/333319 Log: - Update to 1.32 - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Archive-Zip/Changes Modified: head/archivers/p5-Archive-Zip/Makefile head/archivers/p5-Archive-Zip/distinfo (contents, props changed) head/archivers/p5-Archive-Zip/pkg-plist (contents, props changed) Modified: head/archivers/p5-Archive-Zip/Makefile ============================================================================== --- head/archivers/p5-Archive-Zip/Makefile Sat Nov 9 18:48:40 2013 (r333318) +++ head/archivers/p5-Archive-Zip/Makefile Sat Nov 9 18:48:44 2013 (r333319) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Zip -PORTVERSION= 1.30 -PORTREVISION= 1 +PORTVERSION= 1.32 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to create, manipulate, read, and write Zip archive files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/archivers/p5-Archive-Zip/distinfo ============================================================================== --- head/archivers/p5-Archive-Zip/distinfo Sat Nov 9 18:48:40 2013 (r333318) +++ head/archivers/p5-Archive-Zip/distinfo Sat Nov 9 18:48:44 2013 (r333319) @@ -1,2 +1,2 @@ -SHA256 (Archive-Zip-1.30.tar.gz) = f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318 -SIZE (Archive-Zip-1.30.tar.gz) = 197179 +SHA256 (Archive-Zip-1.32.tar.gz) = b24397f2082a1d83fc2581e5c529811f524d0ad02929dd5bb1adc0da080db8ea +SIZE (Archive-Zip-1.32.tar.gz) = 205494 Modified: head/archivers/p5-Archive-Zip/pkg-plist ============================================================================== --- head/archivers/p5-Archive-Zip/pkg-plist Sat Nov 9 18:48:40 2013 (r333318) +++ head/archivers/p5-Archive-Zip/pkg-plist Sat Nov 9 18:48:44 2013 (r333319) @@ -5,8 +5,8 @@ bin/crc32 %%PERL5_MAN3%%/Archive::Zip::Tree.3.gz %%SITE_PERL%%/Archive/Zip.pm %%SITE_PERL%%/Archive/Zip/Archive.pm -%%SITE_PERL%%/Archive/Zip/DirectoryMember.pm %%SITE_PERL%%/Archive/Zip/BufferedFileHandle.pm +%%SITE_PERL%%/Archive/Zip/DirectoryMember.pm %%SITE_PERL%%/Archive/Zip/FAQ.pod %%SITE_PERL%%/Archive/Zip/FileMember.pm %%SITE_PERL%%/Archive/Zip/Member.pm