diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-12-06 11:15:07 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-12-06 11:15:07 +0000 |
commit | e73d3f5b4f15a870b77748399fe0e0d51f91c1fa (patch) | |
tree | 33e038242e6382acfbddf1f8c496fffc4e3abb5d /devel/p5-Heap | |
parent | f320cb9fab9acb1ce757909a945d6b0438a95c11 (diff) |
Update to 0.71.
Approved by: maintainer (blanket approval)
Notes
Notes:
svn path=/head/; revision=123306
Diffstat (limited to 'devel/p5-Heap')
-rw-r--r-- | devel/p5-Heap/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Heap/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Heap/pkg-descr | 10 | ||||
-rw-r--r-- | devel/p5-Heap/pkg-plist | 8 |
4 files changed, 13 insertions, 11 deletions
diff --git a/devel/p5-Heap/Makefile b/devel/p5-Heap/Makefile index 36787b04a19e..999ce46022c1 100644 --- a/devel/p5-Heap/Makefile +++ b/devel/p5-Heap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Heap -PORTVERSION= 0.70 +PORTVERSION= 0.71 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 2b6bddeea44a..d63f1c0a7efa 100644 --- a/devel/p5-Heap/distinfo +++ b/devel/p5-Heap/distinfo @@ -1,2 +1,2 @@ -MD5 (Heap-0.70.tar.gz) = 51538c57b26ca2fa1afba16a75d90b5b -SIZE (Heap-0.70.tar.gz) = 31511 +MD5 (Heap-0.71.tar.gz) = 6934be7ffe351b3eea844d24a07ebc36 +SIZE (Heap-0.71.tar.gz) = 16618 diff --git a/devel/p5-Heap/pkg-descr b/devel/p5-Heap/pkg-descr index 48e2e9fd2de9..bf021b993efe 100644 --- a/devel/p5-Heap/pkg-descr +++ b/devel/p5-Heap/pkg-descr @@ -1,4 +1,6 @@ -The Heap collection of modules provide routines that manage a heap of elements. -A heap is a partially sorted structure that is always able to easily extract -the smallest of the elements in the structure (or the largest if a reversed -compare routine is provided). +The Heap collection of modules provide routines that manage a heap of +elements. A heap is a partially sorted structure that is always able to +easily extract the smallest of the elements in the structure (or the +largest if a reversed compare routine is provided). + +WWW: http://search.cpan.org/search?dist=Heap diff --git a/devel/p5-Heap/pkg-plist b/devel/p5-Heap/pkg-plist index 9fe6a15da4de..95e19806b0ce 100644 --- a/devel/p5-Heap/pkg-plist +++ b/devel/p5-Heap/pkg-plist @@ -22,7 +22,7 @@ %%SITE_PERL%%/auto/Heap/Fibonacci/autosplit.ix %%SITE_PERL%%/auto/Heap/autosplit.ix @dirrm %%SITE_PERL%%/Heap/Elem -@dirrm %%SITE_PERL%%/Heap +@unexec rmdir %D/%%SITE_PERL%%/Heap 2>/dev/null || true @dirrm %%SITE_PERL%%/auto/Heap/Binary @dirrm %%SITE_PERL%%/auto/Heap/Binomial @dirrm %%SITE_PERL%%/auto/Heap/Fibonacci @@ -32,6 +32,6 @@ @dirrm %%SITE_PERL%%/auto/Heap/Elem/RefRev @dirrm %%SITE_PERL%%/auto/Heap/Elem/Str @dirrm %%SITE_PERL%%/auto/Heap/Elem/StrRev -@dirrm %%SITE_PERL%%/auto/Heap/Elem -@dirrm %%SITE_PERL%%/auto/Heap -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap +@unexec rmdir %D/%%SITE_PERL%%/auto/Heap/Elem 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/auto/Heap 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap 2>/dev/null || true |