diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2005-12-07 06:15:00 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2005-12-07 06:15:00 +0000 |
commit | 94f3279468d612d4a06e6c2270ad5d04bd149fbf (patch) | |
tree | 840b56daaef42e59787e1e4587e400c422a9d2fc /devel/p5-Heap-Simple | |
parent | 4416a5cc707f56c43ae1ca6272fb6f5f8a1d6e62 (diff) | |
download | ports-94f3279468d612d4a06e6c2270ad5d04bd149fbf.tar.gz ports-94f3279468d612d4a06e6c2270ad5d04bd149fbf.zip |
Notes
Diffstat (limited to 'devel/p5-Heap-Simple')
-rw-r--r-- | devel/p5-Heap-Simple/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Heap-Simple/distinfo | 5 | ||||
-rw-r--r-- | devel/p5-Heap-Simple/pkg-message | 1 | ||||
-rw-r--r-- | devel/p5-Heap-Simple/pkg-plist | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Heap-Simple/Makefile b/devel/p5-Heap-Simple/Makefile index a5205f1ca0b1..dea5be191d1b 100644 --- a/devel/p5-Heap-Simple/Makefile +++ b/devel/p5-Heap-Simple/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Heap-Simple -PORTVERSION= 0.09 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Heap PKGNAMEPREFIX= p5- -MAINTAINER= aaron@daltons.ca +MAINTAINER= aaron@FreeBSD.org COMMENT= Fast and easy to use classic heaps PERL_CONFIGURE= yes @@ -22,7 +22,7 @@ MAN3= Heap::Simple.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= Uses ??{} in regexps, which came with perl5.6, install lang/perl5 or lang/perl5.8 +IGNORE= uses ??{} in regexps, which came with perl5.6. Install lang/perl5 or lang/perl5.8 and try again .endif post-install: diff --git a/devel/p5-Heap-Simple/distinfo b/devel/p5-Heap-Simple/distinfo index 5b04b1f55441..61491c11327d 100644 --- a/devel/p5-Heap-Simple/distinfo +++ b/devel/p5-Heap-Simple/distinfo @@ -1,2 +1,3 @@ -MD5 (Heap-Simple-0.09.tar.gz) = ca17d666fc181c0483a00fe912cb3c60 -SIZE (Heap-Simple-0.09.tar.gz) = 12595 +MD5 (Heap-Simple-0.11.tar.gz) = c0172682e321187dc3525e9f5a56eb9b +SHA256 (Heap-Simple-0.11.tar.gz) = 3fcbd74112102450b4fbbde3765d6c5c27ea3b3845c262dcbf9405ee396bbcca +SIZE (Heap-Simple-0.11.tar.gz) = 14473 diff --git a/devel/p5-Heap-Simple/pkg-message b/devel/p5-Heap-Simple/pkg-message index a1c410b2e026..d4007591dfe4 100644 --- a/devel/p5-Heap-Simple/pkg-message +++ b/devel/p5-Heap-Simple/pkg-message @@ -9,4 +9,3 @@ This module is useless by itself! It requires one or both of: Please take the time to install one or both of these now. ****************************************************************************** - diff --git a/devel/p5-Heap-Simple/pkg-plist b/devel/p5-Heap-Simple/pkg-plist index e3b8518cdefd..8f6735b0cb5f 100644 --- a/devel/p5-Heap-Simple/pkg-plist +++ b/devel/p5-Heap-Simple/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Heap/Simple.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Heap 2>/dev/null || true |