diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-30 15:40:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-30 15:40:34 +0800 |
commit | 62fd05a9a7e18f491755310b1ffffee7015a1bc8 (patch) | |
tree | 9546a04296f1af7a60b5b47a1755d269961d9d47 /archivers | |
parent | 3a9487f953c827bfb8525d8ebb74adb2dd3f72f2 (diff) | |
download | freebsd-ports-gnome-62fd05a9a7e18f491755310b1ffffee7015a1bc8.tar.gz freebsd-ports-gnome-62fd05a9a7e18f491755310b1ffffee7015a1bc8.tar.zst freebsd-ports-gnome-62fd05a9a7e18f491755310b1ffffee7015a1bc8.zip |
- Update to 2.037: no functional change
- Take maintainership
Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
PR: ports/158395
Submitted by: sunpoet (myself)
Approved by: mm (maintainer)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/Makefile | 6 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/distinfo | 4 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/archivers/p5-Compress-Raw-Bzip2/Makefile b/archivers/p5-Compress-Raw-Bzip2/Makefile index e7300389527b..0facebf10a60 100644 --- a/archivers/p5-Compress-Raw-Bzip2/Makefile +++ b/archivers/p5-Compress-Raw-Bzip2/Makefile @@ -6,19 +6,19 @@ # PORTNAME= Compress-Raw-Bzip2 -PORTVERSION= 2.035 +PORTVERSION= 2.037 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS PKGNAMEPREFIX= p5- -MAINTAINER= mm@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Low-Level Interface to bzip2 compression library LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes MAN3= Compress::Raw::Bzip2.3 diff --git a/archivers/p5-Compress-Raw-Bzip2/distinfo b/archivers/p5-Compress-Raw-Bzip2/distinfo index 06f9c0f81313..a1f46889e488 100644 --- a/archivers/p5-Compress-Raw-Bzip2/distinfo +++ b/archivers/p5-Compress-Raw-Bzip2/distinfo @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Bzip2-2.035.tar.gz) = cf872db04893191e6a6865f153b8c74a197db636c484668583bbdcc3e9ad93ec -SIZE (Compress-Raw-Bzip2-2.035.tar.gz) = 125007 +SHA256 (Compress-Raw-Bzip2-2.037.tar.gz) = fee2be5a533c6ed451f029520ff164d42d4f92d9551554b1c377c38a6043143a +SIZE (Compress-Raw-Bzip2-2.037.tar.gz) = 125149 diff --git a/archivers/p5-Compress-Raw-Bzip2/pkg-descr b/archivers/p5-Compress-Raw-Bzip2/pkg-descr index ac175725ae26..02259c6be038 100644 --- a/archivers/p5-Compress-Raw-Bzip2/pkg-descr +++ b/archivers/p5-Compress-Raw-Bzip2/pkg-descr @@ -1,3 +1,3 @@ Low-Level Interface to bzip2 compression library. -WWW: http://search.cpan.org/dist/Compress-Raw-Bzip2/ +WWW: http://search.cpan.org/dist/Compress-Raw-Bzip2/ |