diff options
author | steve <steve@FreeBSD.org> | 2000-07-08 03:32:23 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-08 03:32:23 +0800 |
commit | b31e2e4bfa4a0d8ebd84df5f1da11247309836c5 (patch) | |
tree | 36dee06fc8241e4e1da29e54b5cce255cd88d4c0 /www | |
parent | 447f2da22212a31f61fd3eeace56e51a1c76f493 (diff) | |
download | freebsd-ports-gnome-b31e2e4bfa4a0d8ebd84df5f1da11247309836c5.tar.gz freebsd-ports-gnome-b31e2e4bfa4a0d8ebd84df5f1da11247309836c5.tar.zst freebsd-ports-gnome-b31e2e4bfa4a0d8ebd84df5f1da11247309836c5.zip |
Update to version 2.19.
PR: 19656
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/thttpd/Makefile | 4 | ||||
-rw-r--r-- | www/thttpd/distinfo | 2 | ||||
-rw-r--r-- | www/thttpd/pkg-plist | 10 |
3 files changed, 11 insertions, 5 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 6b57a4e4b8ac..dbce4834afcc 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thttpd -PORTVERSION= 2.16 +PORTVERSION= 2.19 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/thttpd/ \ http://www.freenix.no/~anders/ @@ -24,6 +24,8 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/thttpd.8 ${PREFIX}/man/man8 @${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/www + @${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/www/data + @${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/www/logs @${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/www/cgi-bin @${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/redirect ${PREFIX}/www/cgi-bin/ @${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/ssi ${PREFIX}/www/cgi-bin/ diff --git a/www/thttpd/distinfo b/www/thttpd/distinfo index c8d44aa38372..e6b68b000db6 100644 --- a/www/thttpd/distinfo +++ b/www/thttpd/distinfo @@ -1,2 +1,2 @@ -MD5 (thttpd-2.16.tar.gz) = c095d3b8919cb386dfb5ee35dad2ad42 +MD5 (thttpd-2.19.tar.gz) = 69a8cf991cf67b03d82971151d4ba50f MD5 (notes.html) = c5fec04bcb3cfbb6c1d590c66441a3e7 diff --git a/www/thttpd/pkg-plist b/www/thttpd/pkg-plist index 018f957606cc..9f32b729587b 100644 --- a/www/thttpd/pkg-plist +++ b/www/thttpd/pkg-plist @@ -1,12 +1,16 @@ bin/htpasswd bin/makeweb bin/syslogtocern +etc/rc.d/thttpd.sh +etc/thttpd.conf.sample sbin/thttpd sbin/thttpd_wrapper -etc/thttpd.conf.sample -etc/rc.d/thttpd.sh -www/cgi-bin/redirect +share/doc/thttpd/notes.html www/cgi-bin/phf +www/cgi-bin/redirect www/cgi-bin/ssi +@dirrm share/doc/thttpd @dirrm www/cgi-bin +@dirrm www/data +@dirrm www/logs @dirrm www |