ports/72470: Update Port: devel/p5-Heap-Simple 0.05 -> 0.06

Aaron Dalton aaron at daltons.ca
Sun Oct 10 02:00:46 UTC 2004


>Number:         72470
>Category:       ports
>Synopsis:       Update Port: devel/p5-Heap-Simple 0.05 -> 0.06
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 10 02:00:42 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Wed Sep 29 21:39:19 MDT 2004 aaron at chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386


	
>Description:
0.06  2004-11-29
        - Don't scare away users by directly explaining all possibilities in
          the docs. Add examples to the top to show basic usage.
        - Fix author email.
        - Be paranoid about defining an expanded function twice.
        - Rename extract_min to extract_top (like Heap did). Keep
          extract_min around for backward compatibility. Same with top_key
          (used to be min_key)
        - Move Simple.pm into lib/Heap
        - Allow Simple.pm and package version to be different

>How-To-Repeat:
>Fix:

	

--- submission.txt begins here ---
diff -ruN /usr/ports/devel/p5-Heap-Simple/Makefile p5-Heap-Simple/Makefile
--- /usr/ports/devel/p5-Heap-Simple/Makefile	Thu Aug 26 10:29:55 2004
+++ p5-Heap-Simple/Makefile	Sat Oct  9 19:42:47 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Heap-Simple
-PORTVERSION=	0.05
+PORTVERSION=	0.06
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Heap
diff -ruN /usr/ports/devel/p5-Heap-Simple/distinfo p5-Heap-Simple/distinfo
--- /usr/ports/devel/p5-Heap-Simple/distinfo	Thu Aug 26 10:29:55 2004
+++ p5-Heap-Simple/distinfo	Sat Oct  9 19:43:00 2004
@@ -1,2 +1,2 @@
-MD5 (Heap-Simple-0.05.tar.gz) = 7c39f3fcebeaa8679e75acad5e6bc47f
-SIZE (Heap-Simple-0.05.tar.gz) = 15186
+MD5 (Heap-Simple-0.06.tar.gz) = 097a6a86e8ef8a1bf88e385bad58c69b
+SIZE (Heap-Simple-0.06.tar.gz) = 17303
diff -ruN /usr/ports/devel/p5-Heap-Simple/pkg-plist p5-Heap-Simple/pkg-plist
--- /usr/ports/devel/p5-Heap-Simple/pkg-plist	Thu Aug 26 10:29:55 2004
+++ p5-Heap-Simple/pkg-plist	Sat Oct  9 19:47:19 2004
@@ -14,6 +14,7 @@
 %%SITE_PERL%%/Heap/Simple/Wrapper.pm
 %%SITE_PERL%%/auto/Heap/Simple/autosplit.ix
 %%SITE_PERL%%/auto/Heap/Simple/extract_min.al
+%%SITE_PERL%%/auto/Heap/Simple/extract_top.al
 %%SITE_PERL%%/auto/Heap/Simple/extract_upto.al
 %%SITE_PERL%%/auto/Heap/Simple/first.al
 %%SITE_PERL%%/auto/Heap/Simple/first_key.al
@@ -22,6 +23,7 @@
 %%SITE_PERL%%/auto/Heap/Simple/key.al
 %%SITE_PERL%%/auto/Heap/Simple/keys.al
 %%SITE_PERL%%/auto/Heap/Simple/min_key.al
+%%SITE_PERL%%/auto/Heap/Simple/top_key.al
 %%SITE_PERL%%/auto/Heap/Simple/user_data.al
 %%SITE_PERL%%/auto/Heap/Simple/values.al
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/.packlist
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list