From aaron@mail.finch.st  Sun Oct 10 01:56:58 2004
Return-Path: <aaron@mail.finch.st>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 74CDD16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Oct 2004 01:56:58 +0000 (GMT)
Received: from mpls-qmqp-01.inet.qwest.net (mpls-qmqp-01.inet.qwest.net [63.231.195.112])
	by mx1.FreeBSD.org (Postfix) with SMTP id D1D4243D39
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Oct 2004 01:56:57 +0000 (GMT)
	(envelope-from aaron@mail.finch.st)
Received: (qmail 57751 invoked by uid 0); 10 Oct 2004 01:56:57 -0000
Received: from unknown (63.231.195.5)
  by mpls-qmqp-01.inet.qwest.net with QMQP; 10 Oct 2004 01:56:57 -0000
Received: from finch.st (HELO mail.finch.st) (168.103.194.212)
  by mpls-pop-05.inet.qwest.net with SMTP; 10 Oct 2004 01:56:57 -0000
Received: from aaron by mail.finch.st with local (Exim 4.42 (FreeBSD))
	id 1CGSvv-0008Fp-6U
	for FreeBSD-gnats-submit@freebsd.org; Sat, 09 Oct 2004 19:55:35 -0600
Message-Id: <E1CGSvv-0008Fp-6U@mail.finch.st>
Date: Sat, 09 Oct 2004 19:55:35 -0600
From: "Aaron Dalton" <aaron@daltons.ca>
Sender: "User Aaron" <aaron@mail.finch.st>
Reply-To: Aaron Dalton <aaron@daltons.ca>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update Port: devel/p5-Heap-Simple 0.05 -> 0.06
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72470
>Category:       ports
>Synopsis:       Update Port: devel/p5-Heap-Simple 0.05 -> 0.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 10 02:00:42 GMT 2004
>Closed-Date:    Tue Oct 12 15:07:05 GMT 2004
>Last-Modified:  Tue Oct 12 15:07:05 GMT 2004
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Sun Oct 10 07:05:35 GMT 2004 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72470 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Tue Oct 12 14:56:05 GMT 2004 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72470 
>Unformatted:
