aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Inline
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-03 20:06:17 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-03 20:06:17 +0000
commit3fc9d508fb93854371bcc8379eb4894939a82f30 (patch)
treeada42888e281ab2c8b8cc1e8999e39a13c4ac816 /devel/p5-Inline
parentad5e3f95e1bbf39c4c9c504335bc887fc6c36f01 (diff)
downloadports-3fc9d508fb93854371bcc8379eb4894939a82f30.tar.gz
ports-3fc9d508fb93854371bcc8379eb4894939a82f30.zip
Notes
Diffstat (limited to 'devel/p5-Inline')
-rw-r--r--devel/p5-Inline/Makefile7
-rw-r--r--devel/p5-Inline/distinfo6
-rw-r--r--devel/p5-Inline/files/patch-C-Makefile.PL14
3 files changed, 6 insertions, 21 deletions
diff --git a/devel/p5-Inline/Makefile b/devel/p5-Inline/Makefile
index 1a74563dbc79..4f1ea9b230f5 100644
--- a/devel/p5-Inline/Makefile
+++ b/devel/p5-Inline/Makefile
@@ -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 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@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
diff --git a/devel/p5-Inline/distinfo b/devel/p5-Inline/distinfo
index 29b68f2efeff..182751a496a3 100644
--- a/devel/p5-Inline/distinfo
+++ b/devel/p5-Inline/distinfo
@@ -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
diff --git a/devel/p5-Inline/files/patch-C-Makefile.PL b/devel/p5-Inline/files/patch-C-Makefile.PL
index 09ec4a5d08ea..e69de29bb2d1 100644
--- a/devel/p5-Inline/files/patch-C-Makefile.PL
+++ b/devel/p5-Inline/files/patch-C-Makefile.PL
@@ -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;
- }