diff options
author | aaron <aaron@FreeBSD.org> | 2005-12-07 14:15:00 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2005-12-07 14:15:00 +0800 |
commit | 87df8e65fe780feea165cf2ff77c7cd98c931d19 (patch) | |
tree | d4bbbf08cd2bbef074f88f9f74f1e0ca2fc8901c | |
parent | 33f26809691a2fd1457e5eed6d6daa3449c28061 (diff) | |
download | freebsd-ports-gnome-87df8e65fe780feea165cf2ff77c7cd98c931d19.tar.gz freebsd-ports-gnome-87df8e65fe780feea165cf2ff77c7cd98c931d19.tar.zst freebsd-ports-gnome-87df8e65fe780feea165cf2ff77c7cd98c931d19.zip |
- update from 0.09 to 0.11
0.11 2005-11-30
- Fixed a missing interpolation in Makefile.PL. This only changes
the text shown during make and doesn't change any functionality.
0.10 2005-11-20
- Fetch required versions of Heap::Simple::XS and
Heap::Simple::Perl in
Makefile.PL, and warn about out of order upgrades.
- Updated documentation (fixes, new functionality)
- insert/key_insert can now take a variable number of
arguments
- absorb/key_absorb can now take a variable number of
arguments
- new method merge_arrays
- new method extract_all
- Updated minimum version numbers of Heap::Simple::Perl and
Heap::Simple::XS so that they support the new documented
features
- Replaced :: by - in author email address (easier quoting for
mailers)
-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 |