mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- 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)
This commit is contained in:
parent
4416a5cc70
commit
94f3279468
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150570
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
******************************************************************************
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user