mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.23
- Now works with old perl PR: ports/104609 (partly) Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
This commit is contained in:
parent
33dbf061ea
commit
2c8516e556
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176532
2 changed files with 10 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue