- Update to 0.29
- Fix dependencies PR: ports/120699 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
This commit is contained in:
parent
3430ef5531
commit
cb6e857a92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208350
2 changed files with 7 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= HTTP-Server-Simple
|
||||
PORTVERSION= 0.27
|
||||
PORTVERSION= 0.29
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= HTTP
|
||||
|
@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= A very simple standalone HTTP daemon
|
||||
|
||||
RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTTP::Server::Simple.3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (HTTP-Server-Simple-0.27.tar.gz) = 0c197222646d7f6b34800b9e69aae0b0
|
||||
SHA256 (HTTP-Server-Simple-0.27.tar.gz) = 5848cc49e600795e22db40c2aafc1e6d0da5bd6b04aa29f98393adf2fddf000f
|
||||
SIZE (HTTP-Server-Simple-0.27.tar.gz) = 23330
|
||||
MD5 (HTTP-Server-Simple-0.29.tar.gz) = 51389b73419e56f922beef1e1b005d67
|
||||
SHA256 (HTTP-Server-Simple-0.29.tar.gz) = 631451ae03b80a725ecf66a6ee277942677b272faf6474ec76dc6c0db6834a54
|
||||
SIZE (HTTP-Server-Simple-0.29.tar.gz) = 24758
|
||||
|
|
Loading…
Reference in a new issue