From owner-svn-ports-head@FreeBSD.ORG Tue Aug 27 18:11:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 03407CA9; Tue, 27 Aug 2013 18:11:15 +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 CA8F42938; Tue, 27 Aug 2013 18:11:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7RIBEnQ058022; Tue, 27 Aug 2013 18:11:14 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7RIBE0X058012; Tue, 27 Aug 2013 18:11:14 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308271811.r7RIBE0X058012@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Aug 2013 18:11:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325481 - head/archivers/p5-Compress-LZF X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 18:11:15 -0000 Author: sunpoet Date: Tue Aug 27 18:11:13 2013 New Revision: 325481 URL: http://svnweb.freebsd.org/changeset/ports/325481 Log: - Update to 3.7 - Add LICENSE - Use single space after WWW: Changes: http://search.cpan.org/dist/Compress-LZF/Changes Modified: head/archivers/p5-Compress-LZF/Makefile head/archivers/p5-Compress-LZF/distinfo (contents, props changed) head/archivers/p5-Compress-LZF/pkg-descr (contents, props changed) Modified: head/archivers/p5-Compress-LZF/Makefile ============================================================================== --- head/archivers/p5-Compress-LZF/Makefile Tue Aug 27 18:10:43 2013 (r325480) +++ head/archivers/p5-Compress-LZF/Makefile Tue Aug 27 18:11:13 2013 (r325481) @@ -2,14 +2,18 @@ # $FreeBSD$ PORTNAME= Compress-LZF -PORTVERSION= 3.43 +PORTVERSION= 3.70 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Extremely lightweight Lempel-Ziv-Free compression +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/archivers/p5-Compress-LZF/distinfo ============================================================================== --- head/archivers/p5-Compress-LZF/distinfo Tue Aug 27 18:10:43 2013 (r325480) +++ head/archivers/p5-Compress-LZF/distinfo Tue Aug 27 18:11:13 2013 (r325481) @@ -1,2 +1,2 @@ -SHA256 (Compress-LZF-3.43.tar.gz) = e177f59bbe09f04253dc8b0e693f3a6344a2d2d6e572148beab11e4811ae61e3 -SIZE (Compress-LZF-3.43.tar.gz) = 23702 +SHA256 (Compress-LZF-3.7.tar.gz) = 571389c9ab62d9d0dbae479460d8c2b5132de7467990198532b9f4845b9ecfe4 +SIZE (Compress-LZF-3.7.tar.gz) = 26546 Modified: head/archivers/p5-Compress-LZF/pkg-descr ============================================================================== --- head/archivers/p5-Compress-LZF/pkg-descr Tue Aug 27 18:10:43 2013 (r325480) +++ head/archivers/p5-Compress-LZF/pkg-descr Tue Aug 27 18:11:13 2013 (r325481) @@ -5,4 +5,4 @@ repetitive data as well. The module is s (no large library to be pulled in). It is also free, so there should be no problems incorporating this module into commercial programs. -WWW: http://search.cpan.org/dist/Compress-LZF/ +WWW: http://search.cpan.org/dist/Compress-LZF/