ports/135751: [PATCH] devel/p5-Inline: update to 0.45

Philip M. Gollucci pgollucci at FreeBSD.org
Thu Jun 18 23:30:32 UTC 2009


>Number:         135751
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Inline: update to 0.45
>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:   Thu Jun 18 23:30:19 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun  4 00:22:57 EDT
>Description:
- Update to 0.45

Added file(s):
- files/patch-C__Makefile.PL

Removed file(s):
- files/patch-C-Makefile.PL

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

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

--- p5-Inline-0.45.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Inline/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	16 May 2009 18:21:28 -0000	1.6
+++ Makefile	18 Jun 2009 21:49:59 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Inline
-PORTVERSION=	0.44
-PORTREVISION=	1
+PORTVERSION=	0.45
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,8 +14,8 @@
 MAINTAINER=	skv at FreeBSD.org
 COMMENT=	Write Perl subroutines in other programming languages
 
-RUN_DEPENDS=	p5-Parse-RecDescent>=1.8:${PORTSDIR}/devel/p5-Parse-RecDescent
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Parse-RecDescent>=1.8:${PORTSDIR}/devel/p5-Parse-RecDescent
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Inline/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	22 Jan 2006 08:29:11 -0000	1.4
+++ distinfo	18 Jun 2009 02:53:00 -0000
@@ -1,3 +1,3 @@
-MD5 (Inline-0.44.tar.gz) = 840f47d9b6cef39e68370faf9dceab2c
-SHA256 (Inline-0.44.tar.gz) = fa19cd8c2d9ea9eca686dbd18b14996a759387a3f988b52ababa3733e3c40aa6
-SIZE (Inline-0.44.tar.gz) = 91450
+MD5 (Inline-0.45.tar.gz) = 63140a6c911f1576fdee71ba4457610f
+SHA256 (Inline-0.45.tar.gz) = 3db1e20529f22b847a87ce1d4319d9c0441b2a3a311392f41ac30b68c7cab6cc
+SIZE (Inline-0.45.tar.gz) = 93844
Index: files/patch-C-Makefile.PL
===================================================================
RCS file: files/patch-C-Makefile.PL
diff -N files/patch-C-Makefile.PL
--- files/patch-C-Makefile.PL	17 May 2003 13:09:42 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
---- C/Makefile.PL.orig	Sat May 17 17:04:50 2003
-+++ C/Makefile.PL	Sat May 17 17:07:39 2003
-@@ -55,9 +55,9 @@
- # '
- }
- 
--my $answer = '';
-+my $answer = 'y';
- my $default = $found ? "y" : "n";
--while (1) {
-+while (0) {
-     $answer = prompt ('Do you want to install Inline::C?', $default); 
-     last if $answer =~ /^(y|yes|n|no)$/i;
- }
Index: files/patch-C__Makefile.PL
===================================================================
RCS file: files/patch-C__Makefile.PL
diff -N files/patch-C__Makefile.PL
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-C__Makefile.PL	18 Jun 2009 22:17:21 -0000
@@ -0,0 +1,14 @@
+--- ./C/Makefile.PL.orig	2009-06-18 18:17:12.301970523 -0400
++++ ./C/Makefile.PL	2009-06-18 18:16:56.000000000 -0400
+@@ -58,9 +58,9 @@
+ # '
+ }
+ 
+-my $answer = '';
++my $answer = 'y';
+ my $default = $found ? "y" : "n";
+-while (1) {
++while (0) {
+     $answer = prompt ('Do you want to install Inline::C?', $default); 
+     last if $answer =~ /^(y|yes|n|no)$/i;
+ }
--- p5-Inline-0.45.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list