From fdefaa7ced54cb776cc24870b9d083fba5cf3144 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 27 Aug 2013 18:11:13 +0000 Subject: - Update to 3.7 - Add LICENSE - Use single space after WWW: Changes: http://search.cpan.org/dist/Compress-LZF/Changes --- archivers/p5-Compress-LZF/Makefile | 6 +++++- archivers/p5-Compress-LZF/distinfo | 4 ++-- archivers/p5-Compress-LZF/pkg-descr | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'archivers') diff --git a/archivers/p5-Compress-LZF/Makefile b/archivers/p5-Compress-LZF/Makefile index 2dc7ee8fc563..f99c7139eb81 100644 --- a/archivers/p5-Compress-LZF/Makefile +++ b/archivers/p5-Compress-LZF/Makefile @@ -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 diff --git a/archivers/p5-Compress-LZF/distinfo b/archivers/p5-Compress-LZF/distinfo index 652c6416a13e..94a91fb5939f 100644 --- a/archivers/p5-Compress-LZF/distinfo +++ b/archivers/p5-Compress-LZF/distinfo @@ -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 diff --git a/archivers/p5-Compress-LZF/pkg-descr b/archivers/p5-Compress-LZF/pkg-descr index c245560806fc..6b17bb4c86b3 100644 --- a/archivers/p5-Compress-LZF/pkg-descr +++ b/archivers/p5-Compress-LZF/pkg-descr @@ -5,4 +5,4 @@ repetitive data as well. The module is self-contained and very small (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/ -- cgit