From svenasse@pitou.polaris.ca  Tue Feb  4 18:13:17 2003
Return-Path: <svenasse@pitou.polaris.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CC88A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Feb 2003 18:13:17 -0800 (PST)
Received: from pitou.polaris.ca (yt-123-00-03-47-09-31-0c.northwestel.net [216.126.123.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E81BF43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Feb 2003 18:13:16 -0800 (PST)
	(envelope-from svenasse@pitou.polaris.ca)
Received: (from root@localhost)
	by pitou.polaris.ca (8.12.6/8.12.6) id h152D7GX083235;
	Tue, 4 Feb 2003 18:13:07 -0800 (PST)
	(envelope-from svenasse)
Message-Id: <200302050213.h152D7GX083235@pitou.polaris.ca>
Date: Tue, 4 Feb 2003 18:13:07 -0800 (PST)
From: Seamus Venasse <svenasse@polaris.ca>
Reply-To: Seamus Venasse <svenasse@polaris.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Updated port: devel/p5-Class-MakeMethods from 1.005 to 1.006
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47928
>Category:       ports
>Synopsis:       Updated port: devel/p5-Class-MakeMethods from 1.005 to 1.006
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 04 18:20:12 PST 2003
>Closed-Date:    Tue Feb 04 19:13:31 PST 2003
>Last-Modified:  Tue Feb 04 19:13:31 PST 2003
>Originator:     Seamus Venasse
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Polaris Computing
>Environment:
System: FreeBSD kaiser.polaris.ca 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Oct 10 12:23:41 PDT 2002 svenasse@build.polaris.ca:/usr/obj/usr/src/sys/KAISER i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:


diff -ruN /usr/ports/devel/p5-Class-MakeMethods/Makefile p5-Class-MakeMethods/Makefile
--- /usr/ports/devel/p5-Class-MakeMethods/Makefile	Tue Jun 25 02:03:52 2002
+++ p5-Class-MakeMethods/Makefile	Mon Feb  3 16:38:45 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Class-MakeMethods
-PORTVERSION=	1.005
+PORTVERSION=	1.006
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Class
@@ -18,26 +18,49 @@
 
 MAN3=		Class::MakeMethods.3 \
 		Class::MakeMethods::Attribute.3 \
+		Class::MakeMethods::Autoload.3 \
 		Class::MakeMethods::Basic.3 \
 		Class::MakeMethods::Basic::Array.3 \
 		Class::MakeMethods::Basic::Global.3 \
 		Class::MakeMethods::Basic::Hash.3 \
-		Class::MakeMethods::Changes.3 \
 		Class::MakeMethods::Composite.3 \
 		Class::MakeMethods::Composite::Array.3 \
 		Class::MakeMethods::Composite::Global.3 \
 		Class::MakeMethods::Composite::Hash.3 \
 		Class::MakeMethods::Composite::Inheritable.3 \
 		Class::MakeMethods::Composite::Universal.3 \
-		Class::MakeMethods::ReadMe.3 \
-		Class::MakeMethods::RelatedModules.3 \
+		Class::MakeMethods::Docs::Catalog.3 \
+		Class::MakeMethods::Docs::Changes.3 \
+		Class::MakeMethods::Docs::Examples.3 \
+		Class::MakeMethods::Docs::ReadMe.3 \
+		Class::MakeMethods::Docs::RelatedModules.3 \
+		Class::MakeMethods::Docs::ToDo.3 \
+		Class::MakeMethods::Emulator.3 \
+		Class::MakeMethods::Emulator::AccessorFast.3 \
+		Class::MakeMethods::Emulator::Inheritable.3 \
+		Class::MakeMethods::Emulator::MethodMaker.3 \
+		Class::MakeMethods::Emulator::Singleton.3 \
+		Class::MakeMethods::Emulator::Struct.3 \
 		Class::MakeMethods::Standard.3 \
 		Class::MakeMethods::Standard::Array.3 \
 		Class::MakeMethods::Standard::Global.3 \
 		Class::MakeMethods::Standard::Hash.3 \
 		Class::MakeMethods::Standard::Inheritable.3 \
 		Class::MakeMethods::Standard::Universal.3 \
-		Class::MakeMethods::ToDo.3 \
+		Class::MakeMethods::Template.3 \
+		Class::MakeMethods::Template::Class.3 \
+		Class::MakeMethods::Template::ClassInherit.3 \
+		Class::MakeMethods::Template::ClassVar.3 \
+		Class::MakeMethods::Template::Flyweight.3 \
+		Class::MakeMethods::Template::Generic.3 \
+		Class::MakeMethods::Template::Hash.3 \
+		Class::MakeMethods::Template::PackageVar.3 \
+		Class::MakeMethods::Template::Ref.3 \
+		Class::MakeMethods::Template::Static.3 \
+		Class::MakeMethods::Template::Struct.3 \
+		Class::MakeMethods::Template::StructBuiltin.3 \
+		Class::MakeMethods::Template::TextBuilder.3 \
+		Class::MakeMethods::Template::Universal.3 \
 		Class::MakeMethods::Utility::ArraySplicer.3 \
 		Class::MakeMethods::Utility::Inheritable.3 \
 		Class::MakeMethods::Utility::Ref.3
diff -ruN /usr/ports/devel/p5-Class-MakeMethods/distinfo p5-Class-MakeMethods/distinfo
--- /usr/ports/devel/p5-Class-MakeMethods/distinfo	Tue Jun 25 02:03:52 2002
+++ p5-Class-MakeMethods/distinfo	Mon Feb  3 16:34:17 2003
@@ -1 +1 @@
-MD5 (Class-MakeMethods-1.005.tar.gz) = 5107d7c03d4275681228acc5d0861991
+MD5 (Class-MakeMethods-1.006.tar.gz) = bb665e41f9834f342ecd123e9b7292c6
diff -ruN /usr/ports/devel/p5-Class-MakeMethods/pkg-plist p5-Class-MakeMethods/pkg-plist
--- /usr/ports/devel/p5-Class-MakeMethods/pkg-plist	Tue Jun 25 02:03:52 2002
+++ p5-Class-MakeMethods/pkg-plist	Mon Feb  3 16:37:59 2003
@@ -1,32 +1,62 @@
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/MakeMethods/.packlist
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Attribute.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Autoload.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Array.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Global.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic/Hash.pm
-lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Changes.pod
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Array.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Global.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Hash.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Inheritable.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite/Universal.pm
-lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/ReadMe.pod
-lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/RelatedModules.pod
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/Catalog.pod
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/Changes.pod
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/Examples.pod
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/ReadMe.pod
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/RelatedModules.pod
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs/ToDo.pod
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/AccessorFast.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/Inheritable.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/MethodMaker.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/Singleton.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator/Struct.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Array.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Global.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Hash.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Inheritable.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard/Universal.pm
-lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/ToDo.pod
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Class.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/ClassInherit.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/ClassName.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/ClassVar.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/DiskCache.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Flyweight.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Generic.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Hash.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/PackageVar.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/PseudoHash.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Ref.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Scalar.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Static.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Struct.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/StructBuiltin.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/TextBuilder.pm
+lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template/Universal.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/ArraySplicer.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/Inheritable.pm
 lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility/Ref.pm
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Basic 2>/dev/null || true
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Composite 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Docs 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Emulator 2>/dev/null || true
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Standard 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Template 2>/dev/null || true
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods/Utility 2>/dev/null || true
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/MakeMethods 2>/dev/null || true
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Tue Feb 4 19:13:16 PST 2003 
State-Changed-Why:  
Commited, thanks! 

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