aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2006-11-06 03:40:19 +0800
committerlth <lth@FreeBSD.org>2006-11-06 03:40:19 +0800
commiteed429c24ba706c0da9201a6e38aa071e879a328 (patch)
tree7bb6e47dd3f2c9abc6e2dc813a035ee541f8bd13
parentb510a6267efd3a252d29946791bb05bf1fa8928b (diff)
downloadfreebsd-ports-gnome-eed429c24ba706c0da9201a6e38aa071e879a328.tar.gz
freebsd-ports-gnome-eed429c24ba706c0da9201a6e38aa071e879a328.tar.zst
freebsd-ports-gnome-eed429c24ba706c0da9201a6e38aa071e879a328.zip
- Update to 0.23
- Now works with old perl PR: ports/104609 (partly) Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
-rw-r--r--www/p5-HTTP-Server-Simple/Makefile10
-rw-r--r--www/p5-HTTP-Server-Simple/distinfo6
2 files changed, 10 insertions, 6 deletions
diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile
index e3f338f5f8ca..916f5a494b70 100644
--- a/www/p5-HTTP-Server-Simple/Makefile
+++ b/www/p5-HTTP-Server-Simple/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= HTTP-Server-Simple
-PORTVERSION= 0.20
+PORTVERSION= 0.23
CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= HTTP
PKGNAMEPREFIX= p5-
@@ -23,6 +23,10 @@ MAN3= HTTP::Server::Simple.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8, and try again
+post-patch:
+ ${PERL} -pi -e '$$_ = "" if m!(use|no) warnings!' \
+ ${WRKSRC}/lib/HTTP/Server/Simple/CGI/Environment.pm \
+ ${WRKSRC}/lib/HTTP/Server/Simple/CGI.pm \
+ ${WRKSRC}/lib/HTTP/Server/Simple.pm
.endif
.include <bsd.port.post.mk>
diff --git a/www/p5-HTTP-Server-Simple/distinfo b/www/p5-HTTP-Server-Simple/distinfo
index 239f6e9667f7..f24194166527 100644
--- a/www/p5-HTTP-Server-Simple/distinfo
+++ b/www/p5-HTTP-Server-Simple/distinfo
@@ -1,3 +1,3 @@
-MD5 (HTTP-Server-Simple-0.20.tar.gz) = 31b88af89c4966183bf6e95ca2b40050
-SHA256 (HTTP-Server-Simple-0.20.tar.gz) = 6a2debc962415e6533e8d00dae608b407a867ba0ba34b4cc242ab1039651f48a
-SIZE (HTTP-Server-Simple-0.20.tar.gz) = 22445
+MD5 (HTTP-Server-Simple-0.23.tar.gz) = 5d410b9585c4c09426a6d6d14d0af6b1
+SHA256 (HTTP-Server-Simple-0.23.tar.gz) = eece2df47aaf677ba1c757bdae37d945b11572b28bebe1fd36e3d3bd8ec8af9f
+SIZE (HTTP-Server-Simple-0.23.tar.gz) = 22969