- Update to 1.38
PR: ports/130104 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
This commit is contained in:
parent
fdabb45627
commit
b45cd8d73c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225123
3 changed files with 7 additions and 5 deletions
|
@ -6,14 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= drood
|
||||
PORTVERSION= 1.37
|
||||
PORTVERSION= 1.38
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.mammothcheese.ca/
|
||||
|
||||
MAINTAINER= jimmy@mammothcheese.ca
|
||||
COMMENT= Lightweight kqueue-based http/1.1 server
|
||||
|
||||
MAN8= drood.8
|
||||
MAN8= drood.8 scgid.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (drood-1.37.tar.gz) = d9b913254007d19c4e167fe1d9b0ee1b
|
||||
SHA256 (drood-1.37.tar.gz) = 55b1f9d334a92ea8aff1cde9019e7ff48cc08137cf4d484e52ea8744a2b500d2
|
||||
SIZE (drood-1.37.tar.gz) = 34253
|
||||
MD5 (drood-1.38.tar.gz) = 33000c4d2f3c46da5223ecd912333896
|
||||
SHA256 (drood-1.38.tar.gz) = be57e25bce987b56a85993cbe97c70763d396d7d38cd2f43b1d2687f88c54513
|
||||
SIZE (drood-1.38.tar.gz) = 36329
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
bin/drood
|
||||
bin/scgid
|
||||
etc/rc.d/drood
|
||||
etc/rc.d/scgid
|
||||
@unexec if cmp -s %D/etc/drood/types.tab %D/etc/drood/types.tab.dist; then rm -f %D/etc/drood/types.tab; fi
|
||||
etc/drood/types.tab.dist
|
||||
@dirrm /etc/drood
|
||||
|
|
Loading…
Reference in a new issue