ports/69367: [PATCH] devel/IO-All: update to 0.30

Cheng-Lung Sung clsung at dragon2.net
Wed Jul 21 07:40:24 UTC 2004


>Number:         69367
>Category:       ports
>Synopsis:       [PATCH] devel/IO-All: update to 0.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 21 07:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Wed Jun  9 11:27:45 CST
>Description:
- Update to 0.30
- new manpages, modules
- from Changes
version: 0.30
date:    Mon Jul 19 11:23:15 PDT 2004
changes:
- Split module into several classes
- Pluggable framework
- file->all
- ->touch
- ->empty

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-IO-All-0.30.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-All/Makefile /home/clsung/p5-IO-All/Makefile
--- /usr/ports/devel/p5-IO-All/Makefile	Sat Jul 17 15:07:56 2004
+++ /home/clsung/p5-IO-All/Makefile	Wed Jul 21 15:34:39 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	IO-All
-PORTVERSION=	0.22
+PORTVERSION=	0.30
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/I/IN/INGY/
@@ -20,7 +20,18 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		IO::All.3
+MAN3=		IO::All.3 \
+		IO::All::String.3 \
+		IO::All::Link.3 \
+		IO::All::Socket.3 \
+		IO::All::Temp.3 \
+		IO::All::Pipe.3 \
+		IO::All::DBM.3 \
+		IO::All::Dir.3 \
+		IO::All::File.3 \
+		IO::All::MLDBM.3 \
+		IO::All::STDIO.3 \
+		IO::All::Filesys.3
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-All/distinfo /home/clsung/p5-IO-All/distinfo
--- /usr/ports/devel/p5-IO-All/distinfo	Fri Jul 16 10:23:29 2004
+++ /home/clsung/p5-IO-All/distinfo	Wed Jul 21 15:32:47 2004
@@ -1,2 +1,2 @@
-MD5 (IO-All-0.22.tar.gz) = fec62c77dd6fe6eea3e06d5b5ed26a1c
-SIZE (IO-All-0.22.tar.gz) = 47711
+MD5 (IO-All-0.30.tar.gz) = afca43824173fc7c53eeff6d44ee141c
+SIZE (IO-All-0.30.tar.gz) = 51524
diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-All/pkg-plist /home/clsung/p5-IO-All/pkg-plist
--- /usr/ports/devel/p5-IO-All/pkg-plist	Fri Jul 16 10:23:29 2004
+++ /home/clsung/p5-IO-All/pkg-plist	Wed Jul 21 15:35:53 2004
@@ -1,5 +1,18 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/.packlist
 %%SITE_PERL%%/IO/All.pm
+%%SITE_PERL%%/IO/All.pod
+%%SITE_PERL%%/IO/All/String.pm
+%%SITE_PERL%%/IO/All/Link.pm
+%%SITE_PERL%%/IO/All/Socket.pm
+%%SITE_PERL%%/IO/All/Temp.pm
+%%SITE_PERL%%/IO/All/Pipe.pm
+%%SITE_PERL%%/IO/All/DBM.pm
+%%SITE_PERL%%/IO/All/Dir.pm
+%%SITE_PERL%%/IO/All/File.pm
+%%SITE_PERL%%/IO/All/MLDBM.pm
+%%SITE_PERL%%/IO/All/Filesys.pm
+%%SITE_PERL%%/IO/All/STDIO.pm
+ at dirrm %%SITE_PERL%%/IO/All
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/ 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true
--- p5-IO-All-0.30.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list