diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-28 02:11:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-28 02:11:13 +0800 |
commit | fdefaa7ced54cb776cc24870b9d083fba5cf3144 (patch) | |
tree | ccedf600eb574f09a705675842e9aada412e1d52 /archivers | |
parent | 8a78b61ed9d88b33b0bfd35b401ffa05f97dd017 (diff) | |
download | freebsd-ports-gnome-fdefaa7ced54cb776cc24870b9d083fba5cf3144.tar.gz freebsd-ports-gnome-fdefaa7ced54cb776cc24870b9d083fba5cf3144.tar.zst freebsd-ports-gnome-fdefaa7ced54cb776cc24870b9d083fba5cf3144.zip |
- Update to 3.7
- Add LICENSE
- Use single space after WWW:
Changes: http://search.cpan.org/dist/Compress-LZF/Changes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-LZF/Makefile | 6 | ||||
-rw-r--r-- | archivers/p5-Compress-LZF/distinfo | 4 | ||||
-rw-r--r-- | archivers/p5-Compress-LZF/pkg-descr | 2 |
3 files changed, 8 insertions, 4 deletions
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/ |