From lth@dask.thegler.dk  Sat Sep  6 13:15:34 2003
Return-Path: <lth@dask.thegler.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F31916A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Sep 2003 13:15:34 -0700 (PDT)
Received: from dask.thegler.dk (dask.thegler.dk [212.242.93.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B059744008
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Sep 2003 13:15:33 -0700 (PDT)
	(envelope-from lth@dask.thegler.dk)
Received: by dask.thegler.dk (Postfix, from userid 1001)
	id 01A5F3EB3; Sat,  6 Sep 2003 22:15:32 +0200 (CEST)
Message-Id: <20030906201532.01A5F3EB3@dask.thegler.dk>
Date: Sat,  6 Sep 2003 22:15:32 +0200 (CEST)
From: Lars Thegler <lars@thegler.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] devel/p5-File-Slurp: update to 2004.0904
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56543
>Category:       ports
>Synopsis:       [PATCH] devel/p5-File-Slurp: update to 2004.0904
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 06 13:20:16 PDT 2003
>Closed-Date:    Sat Sep 06 18:18:40 PDT 2003
>Last-Modified:  Sat Sep 06 18:18:40 PDT 2003
>Originator:     Lars Thegler
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jul 29 01:39:22 CEST 2003
>Description:
- Update to 2004.0904
- Make portlint happy

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

--- p5-File-Slurp-2004.0904.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Slurp/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	20 Feb 2003 17:06:55 -0000	1.19
+++ Makefile	6 Sep 2003 20:14:53 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	File-Slurp
-PORTVERSION=	2002.1031
+PORTVERSION=	2004.0904
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Slurp/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	4 Feb 2003 11:47:21 -0000	1.4
+++ distinfo	6 Sep 2003 20:14:53 -0000
@@ -1 +1 @@
-MD5 (File-Slurp-2002.1031.tar.gz) = 92eeb34d54e0347f0a70adf45c119a4c
+MD5 (File-Slurp-2004.0904.tar.gz) = 96239bbc1cfdfc4ab5f59cf4a490855a
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Slurp/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	1 Mar 2001 06:37:34 -0000	1.2
+++ pkg-descr	6 Sep 2003 20:14:53 -0000
@@ -2,27 +2,4 @@
 of lines of code over and over again.  They do not do
 anything fancy.
 
-read_file() does what you would expect.  If you are using
-its output in array context, then it returns an array of
-lines.  If you are calling it from scalar context, then
-returns the entire file in a single string.
-
-It croaks()s if it can't open the file.
-
-write_file() creates or overwrites files.
-
-append_file() appends to a file.
-
-overwrite_file() does an in-place update of an existing
-file or creates a new file if it didn't already exist.
-
-Write_file will also replace a file.  The difference is
-that the first that that write_file() does is to trucate
-the file whereas the last thing that overwrite_file() is
-to trucate the file.  Overwrite_file() should be used in
-situations where you have a file that always needs to have
-contents, even in the middle of an update.
-
-read_dir() returns all of the entries in a directory
-except for "."  and "..".  It croaks if it cannot open the
-directory.
+WWW: http://search.cpan.org/dist/File-Slurp
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Slurp/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	2 Nov 2000 05:18:12 -0000	1.4
+++ pkg-plist	6 Sep 2003 20:14:53 -0000
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/File/Slurp.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Slurp/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Slurp
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
+%%SITE_PERL%%/File/Slurp.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp
+@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
--- p5-File-Slurp-2004.0904.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: foxfair 
State-Changed-When: Sat Sep 6 18:17:51 PDT 2003 
State-Changed-Why:  
Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=56542 
State-Changed-From-To: open->closed 
State-Changed-By: foxfair 
State-Changed-When: Sat Sep 6 18:17:51 PDT 2003 
State-Changed-Why:  
Committed, thanks! 


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