diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2010-04-07 10:25:27 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2010-04-07 10:25:27 +0800 |
commit | 3cc8e442a3855bc2faa4ab9b491954462c372145 (patch) | |
tree | 2f2429ecf4715792c75afe0e32c660511d27bf73 /www/drood | |
parent | 0cafadb2ffddb55e9601218810c59de2c96f01a5 (diff) | |
download | freebsd-ports-graphics-3cc8e442a3855bc2faa4ab9b491954462c372145.tar.gz freebsd-ports-graphics-3cc8e442a3855bc2faa4ab9b491954462c372145.tar.zst freebsd-ports-graphics-3cc8e442a3855bc2faa4ab9b491954462c372145.zip |
- Update to 1.54
PR: ports/145408
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
Diffstat (limited to 'www/drood')
-rw-r--r-- | www/drood/Makefile | 11 | ||||
-rw-r--r-- | www/drood/distinfo | 6 | ||||
-rw-r--r-- | www/drood/files/pkg-message.in | 6 | ||||
-rw-r--r-- | www/drood/pkg-descr | 2 | ||||
-rw-r--r-- | www/drood/pkg-plist | 6 |
5 files changed, 22 insertions, 9 deletions
diff --git a/www/drood/Makefile b/www/drood/Makefile index 676b1c59060..a6e2264becc 100644 --- a/www/drood/Makefile +++ b/www/drood/Makefile @@ -6,16 +6,23 @@ # PORTNAME= drood -PORTVERSION= 1.53 +PORTVERSION= 1.54 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Lightweight kqueue-based http/1.1 server + LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre -MAN8= drood.8 scgid.8 +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + +MAN8= drood.8 plunger.8 MANCOMPRESSED= yes +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/www/drood/distinfo b/www/drood/distinfo index 67a877bfa37..2f807d4872e 100644 --- a/www/drood/distinfo +++ b/www/drood/distinfo @@ -1,3 +1,3 @@ -MD5 (drood-1.53.tar.gz) = 316d6d31f8b15758c72bd2354e2af0c8 -SHA256 (drood-1.53.tar.gz) = 3139c48d7e3d106e6b0304a67cfd3cdb8322a8cc5e74ead6e4fe18cd449053e8 -SIZE (drood-1.53.tar.gz) = 43834 +MD5 (drood-1.54.tar.gz) = e820c7f817e69259e0c587bf9bfe734a +SHA256 (drood-1.54.tar.gz) = 8524bfd9c54fc3c6377604459c861b4524e72b8848d9ceea1a4f95adda2f5280 +SIZE (drood-1.54.tar.gz) = 45857 diff --git a/www/drood/files/pkg-message.in b/www/drood/files/pkg-message.in new file mode 100644 index 00000000000..308fa41a970 --- /dev/null +++ b/www/drood/files/pkg-message.in @@ -0,0 +1,6 @@ +******************************************************************************* + +NOTE: As of Drood 1.54, scgid has been replaced with plunger(8). Read the + Plunger manual for details. + +******************************************************************************* diff --git a/www/drood/pkg-descr b/www/drood/pkg-descr index 649f2899830..7fd2b8f9ed8 100644 --- a/www/drood/pkg-descr +++ b/www/drood/pkg-descr @@ -4,7 +4,7 @@ requirements are simple. Drood supports name-based virtual hosting, CGI and SCGI, gzipped content-encoding for static resources, and will service both IPv4 and IPv6 connections. -WWW: http://www.mammothcheese.ca/munger.html +WWW: http://www.mammothcheese.ca/drood.html -- James Bailie <jimmy@mammothcheese.ca> diff --git a/www/drood/pkg-plist b/www/drood/pkg-plist index 4d0ad70d1df..ae83175b213 100644 --- a/www/drood/pkg-plist +++ b/www/drood/pkg-plist @@ -1,7 +1,7 @@ bin/drood -bin/scgid +bin/plunger etc/rc.d/drood -etc/rc.d/scgid +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 +@dirrm etc/drood |