[PATCH] devel/p5-Test-Simple: update to 0.65

Gea-Suan Lin gslin at gslin.org
Sat Nov 11 02:50:22 UTC 2006


>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/p5-Test-Simple: update to 0.65
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 6.1-RELEASE-p8 i386
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Update to 0.65

Port maintainer (perl at FreeBSD.org) is cc'd.

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

--- p5-Test-Simple-0.65.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Simple/Makefile /home/staff/gslin/work/ports/p5-Test-Simple/Makefile
--- /usr/ports/devel/p5-Test-Simple/Makefile	Sun Jul 16 22:14:32 2006
+++ /home/staff/gslin/work/ports/p5-Test-Simple/Makefile	Sat Nov 11 10:46:53 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Test-Simple
-PORTVERSION=	0.64
+PORTVERSION=	0.65
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Test
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Simple/distinfo /home/staff/gslin/work/ports/p5-Test-Simple/distinfo
--- /usr/ports/devel/p5-Test-Simple/distinfo	Sun Jul 16 22:14:32 2006
+++ /home/staff/gslin/work/ports/p5-Test-Simple/distinfo	Sat Nov 11 10:47:10 2006
@@ -1,3 +1,3 @@
-MD5 (Test-Simple-0.64.tar.gz) = e22dcd4f06eed7b389f2bd0d17ed4dc1
-SHA256 (Test-Simple-0.64.tar.gz) = 4d06bff53e2f3bdcd8535898469a7c816d6b4067a5f586255049223bf1bb9883
-SIZE (Test-Simple-0.64.tar.gz) = 70874
+MD5 (Test-Simple-0.65.tar.gz) = 1adf5c0529a9184d2c87d5c7c07121cd
+SHA256 (Test-Simple-0.65.tar.gz) = e7170184b4e50bc4c4e7f7f39681751e5c3953bdb37839213ca14fa2cbc2b682
+SIZE (Test-Simple-0.65.tar.gz) = 76157
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Simple/files/patch-Makefile.PL /home/staff/gslin/work/ports/p5-Test-Simple/files/patch-Makefile.PL
--- /usr/ports/devel/p5-Test-Simple/files/patch-Makefile.PL	Thu Aug 29 05:24:31 2002
+++ /home/staff/gslin/work/ports/p5-Test-Simple/files/patch-Makefile.PL	Sat Nov 11 10:49:15 2006
@@ -1,11 +1,11 @@
---- Makefile.PL~	Mon Aug 26 06:53:00 2002
-+++ Makefile.PL	Wed Aug 28 11:15:58 2002
-@@ -37,7 +37,7 @@
-                         File::Spec      => 0.6,
+--- Makefile.PL.orig	Sat Nov 11 10:48:48 2006
++++ Makefile.PL	Sat Nov 11 10:49:03 2006
+@@ -52,7 +52,7 @@
+                         Test::Harness   => 2.03,
                         },
      # Added to the core somewhere around 5.7.2.
--    INSTALLDIRS     => $] >= 5.00702 ? 'perl' : 'site'
-+    INSTALLDIRS     => 'site'
+-    INSTALLDIRS     => $] >= 5.00702 ? 'perl' : 'site',
++    INSTALLDIRS     => 'site',
+     ($ExtUtils::MakeMaker::VERSION <= 6.31 ? (LICENSE         => 'perl') : ()),
  );
- 
  
--- p5-Test-Simple-0.65.patch ends here ---



More information about the freebsd-perl mailing list