- Update to 3.8
PR: ports/182604 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
This commit is contained in:
parent
a7bc279e50
commit
b7b149c838
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329806
4 changed files with 4 additions and 14 deletions
|
@ -2,19 +2,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drood
|
||||
PORTVERSION= 3.6
|
||||
PORTVERSION= 3.8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.mammothcheese.ca/
|
||||
|
||||
MAINTAINER= jimmy@mammothcheese.ca
|
||||
COMMENT= Lightweight kqueue-based http/1.1 server
|
||||
|
||||
MAN8= drood.8 plunger.8
|
||||
MAN8= drood.8
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (drood-3.6.tar.gz) = 48e6d43a7850245f0c69a5dbbd73807524fe5624a1b82f40ea2a31d95d3e7902
|
||||
SIZE (drood-3.6.tar.gz) = 49241
|
||||
SHA256 (drood-3.8.tar.gz) = d6e999c1b32bada840818fa5482818f9680770ed583cac659d3583ffe1e61b46
|
||||
SIZE (drood-3.8.tar.gz) = 50015
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
*******************************************************************************
|
||||
|
||||
NOTE: As of Drood 1.54, scgid has been replaced with plunger(8). Read the
|
||||
Plunger manual for details.
|
||||
|
||||
*******************************************************************************
|
|
@ -1,7 +1,5 @@
|
|||
bin/drood
|
||||
bin/plunger
|
||||
etc/rc.d/drood
|
||||
etc/rc.d/plunger
|
||||
@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