Date: Tue, 27 Aug 2013 18:11:14 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325481 - head/archivers/p5-Compress-LZF Message-ID: <201308271811.r7RIBE0X058012@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308271811.r7RIBE0X058012>