diff options
author | clsung <clsung@FreeBSD.org> | 2007-06-06 15:34:12 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-06-06 15:34:12 +0800 |
commit | 0407ebb1a7f84a521e80bff3136c9e7ac5885c48 (patch) | |
tree | 7b524ba7aae5d0ba1fe2392fc39d56c08e5794de /devel/p5-Heap | |
parent | 207f35a8f4c34088deb037f9b55fcda3cfe97ac2 (diff) | |
download | freebsd-ports-gnome-0407ebb1a7f84a521e80bff3136c9e7ac5885c48.tar.gz freebsd-ports-gnome-0407ebb1a7f84a521e80bff3136c9e7ac5885c48.tar.zst freebsd-ports-gnome-0407ebb1a7f84a521e80bff3136c9e7ac5885c48.zip |
- Update to 0.80
PR: ports/112239
Submitted by: clsung
Approved by: maintainer (Anatoliy Dmytriyev)
Diffstat (limited to 'devel/p5-Heap')
-rw-r--r-- | devel/p5-Heap/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Heap/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Heap/pkg-plist | 22 |
3 files changed, 4 insertions, 26 deletions
diff --git a/devel/p5-Heap/Makefile b/devel/p5-Heap/Makefile index 999ce46022c1..6152716eafbc 100644 --- a/devel/p5-Heap/Makefile +++ b/devel/p5-Heap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Heap -PORTVERSION= 0.71 +PORTVERSION= 0.80 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Heap diff --git a/devel/p5-Heap/distinfo b/devel/p5-Heap/distinfo index 35d38f13523f..fafee36fdea3 100644 --- a/devel/p5-Heap/distinfo +++ b/devel/p5-Heap/distinfo @@ -1,3 +1,3 @@ -MD5 (Heap-0.71.tar.gz) = 6934be7ffe351b3eea844d24a07ebc36 -SHA256 (Heap-0.71.tar.gz) = 6759127b6c25a596a950e24d986a5e8690ba6c05a55e8a260218ca3a3465f886 -SIZE (Heap-0.71.tar.gz) = 16618 +MD5 (Heap-0.80.tar.gz) = 05fed19a7552dadee11c780cd68c0116 +SHA256 (Heap-0.80.tar.gz) = ccda29f3c93176ad0fdfff4dd6f5e4ac90b370cba4b028386b7343bf64139bde +SIZE (Heap-0.80.tar.gz) = 15673 diff --git a/devel/p5-Heap/pkg-plist b/devel/p5-Heap/pkg-plist index 666e2f7703bf..f301787ea9e4 100644 --- a/devel/p5-Heap/pkg-plist +++ b/devel/p5-Heap/pkg-plist @@ -10,28 +10,6 @@ %%SITE_PERL%%/Heap/Elem/StrRev.pm %%SITE_PERL%%/Heap/Fibonacci.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/.packlist -%%SITE_PERL%%/auto/Heap/Binary/autosplit.ix -%%SITE_PERL%%/auto/Heap/Binomial/autosplit.ix -%%SITE_PERL%%/auto/Heap/Elem/Num/autosplit.ix -%%SITE_PERL%%/auto/Heap/Elem/NumRev/autosplit.ix -%%SITE_PERL%%/auto/Heap/Elem/Ref/autosplit.ix -%%SITE_PERL%%/auto/Heap/Elem/RefRev/autosplit.ix -%%SITE_PERL%%/auto/Heap/Elem/Str/autosplit.ix -%%SITE_PERL%%/auto/Heap/Elem/StrRev/autosplit.ix -%%SITE_PERL%%/auto/Heap/Elem/autosplit.ix -%%SITE_PERL%%/auto/Heap/Fibonacci/autosplit.ix -%%SITE_PERL%%/auto/Heap/autosplit.ix @dirrm %%SITE_PERL%%/Heap/Elem @dirrmtry %%SITE_PERL%%/Heap -@dirrm %%SITE_PERL%%/auto/Heap/Binary -@dirrm %%SITE_PERL%%/auto/Heap/Binomial -@dirrm %%SITE_PERL%%/auto/Heap/Fibonacci -@dirrm %%SITE_PERL%%/auto/Heap/Elem/Num -@dirrm %%SITE_PERL%%/auto/Heap/Elem/NumRev -@dirrm %%SITE_PERL%%/auto/Heap/Elem/Ref -@dirrm %%SITE_PERL%%/auto/Heap/Elem/RefRev -@dirrm %%SITE_PERL%%/auto/Heap/Elem/Str -@dirrm %%SITE_PERL%%/auto/Heap/Elem/StrRev -@dirrmtry %%SITE_PERL%%/auto/Heap/Elem -@dirrmtry %%SITE_PERL%%/auto/Heap @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap |