aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2011-05-22 21:10:15 +0800
committerculot <culot@FreeBSD.org>2011-05-22 21:10:15 +0800
commit1bc9fac235da9656e358022386d6f1fba1e1eb38 (patch)
tree514c3229bf37f8b4aab96b14195e484439d26391
parentfdf2199221a854e2601b31cec0839d65d370daf5 (diff)
downloadfreebsd-ports-gnome-1bc9fac235da9656e358022386d6f1fba1e1eb38.tar.gz
freebsd-ports-gnome-1bc9fac235da9656e358022386d6f1fba1e1eb38.tar.zst
freebsd-ports-gnome-1bc9fac235da9656e358022386d6f1fba1e1eb38.zip
- Update to 0.72
Changes: http://search.cpan.org/dist/FCGI/ChangeLog PR: ports/157208 [1], ports/157230 [2] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> [1], Alexey Illarionov <littlesavage@rambler.ru> [2]
-rw-r--r--www/p5-FastCGI/Makefile4
-rw-r--r--www/p5-FastCGI/distinfo4
-rw-r--r--www/p5-FastCGI/files/patch-ab11
3 files changed, 3 insertions, 16 deletions
diff --git a/www/p5-FastCGI/Makefile b/www/p5-FastCGI/Makefile
index b57b4a2134b1..f245d363da98 100644
--- a/www/p5-FastCGI/Makefile
+++ b/www/p5-FastCGI/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= FastCGI
-PORTVERSION= 0.71
-PORTREVISION= 1
+PORTVERSION= 0.72
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= FCGI
@@ -22,7 +21,6 @@ COMMENT= Modules for perl5, for enabling FastCGI support in CGI scripts
#CONFIGURE_ARGS+= --use-installed=${LOCALBASE}
PERL_CONFIGURE= yes
-MAKE_ARGS= CCFLAGS="${CFLAGS}"
MAN3= FCGI.3
diff --git a/www/p5-FastCGI/distinfo b/www/p5-FastCGI/distinfo
index de61a61cac49..3a1601b6858b 100644
--- a/www/p5-FastCGI/distinfo
+++ b/www/p5-FastCGI/distinfo
@@ -1,2 +1,2 @@
-SHA256 (FCGI-0.71.tar.gz) = 9b5b8c1ab62da938c82405cddd0ee4173b257597bf9d567fb81c0dfcc060c64e
-SIZE (FCGI-0.71.tar.gz) = 93995
+SHA256 (FCGI-0.72.tar.gz) = fc797abee52755734b298b3fffd494519154f5530dfb83dae19db9a1773a0b58
+SIZE (FCGI-0.72.tar.gz) = 96112
diff --git a/www/p5-FastCGI/files/patch-ab b/www/p5-FastCGI/files/patch-ab
deleted file mode 100644
index 7ffbde60d15f..000000000000
--- a/www/p5-FastCGI/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig Mon Jun 16 10:31:32 2003
-+++ Makefile.PL Mon Jun 16 10:31:41 2003
-@@ -33,7 +33,7 @@
- $libspec .= "-lfcgi";
- my @l = MM->ext($libspec);
- if ($l[0] || $l[1] || $l[2]) {
-- $prefix = "$useinstalled/include" if $useinstalled;
-+ $prefix = "$useinstalled" if $useinstalled;
- $libfound = 1;
- push @libs, $libspec;
- }