diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-01-24 11:08:43 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-01-24 11:08:43 +0000 |
commit | 86c95dd5ec1531ff92fbb93b6013cf3fe28b1ff8 (patch) | |
tree | 01c0d170bc9f1e3d9e9ed3d3379c6ab314e8e549 /www/xshttpd | |
parent | b233e649a811a288039e6a10f1ee16a5b89ab5f9 (diff) | |
download | ports-86c95dd5ec1531ff92fbb93b6013cf3fe28b1ff8.tar.gz ports-86c95dd5ec1531ff92fbb93b6013cf3fe28b1ff8.zip |
Notes
Diffstat (limited to 'www/xshttpd')
-rw-r--r-- | www/xshttpd/Makefile | 9 | ||||
-rw-r--r-- | www/xshttpd/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/www/xshttpd/Makefile b/www/xshttpd/Makefile index 34b07ffb8177..33f92dcb8fda 100644 --- a/www/xshttpd/Makefile +++ b/www/xshttpd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xshttpd -DISTVERSION= 3.5g05 -PORTREVISION= 1 +DISTVERSION= 3.6g01 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ @@ -87,7 +86,7 @@ CONFIGURE_ARGS+=--with-curl=no .endif post-patch: -.for i in man/httpd.1 man/httpd.conf.5 config/httpd.conf.sample \ +.for i in man/httpd.1.in man/httpd.conf.5 config/httpd.conf.sample \ contrib/SSL-Makefile contrib/logrotate.sh @${REINPLACE_CMD} \ -e 's|/wwwsys|${WWWDIR}|g' \ @@ -98,11 +97,9 @@ post-patch: .endfor @${REINPLACE_CMD} \ -e 's|\(MIME_TYPES\).*|\1 "${LOCALBASE}/etc/mime.types"|' \ - ${WRKSRC}/src/confuser.h + ${WRKSRC}/src/constants.h @${REINPLACE_CMD} -e 's|mime.types ||g' \ ${WRKSRC}/config/Makefile.in - @${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \ - ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) diff --git a/www/xshttpd/distinfo b/www/xshttpd/distinfo index 026c027d77f1..49f7819feaec 100644 --- a/www/xshttpd/distinfo +++ b/www/xshttpd/distinfo @@ -1,3 +1,3 @@ -MD5 (xshttpd-35g05.tar.bz2) = 2c9b302b9719c29f1f87147f9679e762 -SHA256 (xshttpd-35g05.tar.bz2) = 53170b35a9413a80885451089984bef12972a4861994e6191bb30e18d4c6b02e -SIZE (xshttpd-35g05.tar.bz2) = 222180 +MD5 (xshttpd-36g01.tar.bz2) = 046aea040d99be1a25f2856c5040bbc0 +SHA256 (xshttpd-36g01.tar.bz2) = a21f8c1cf018e1b9195739a63067a245ec273abada89b60a2d1c3fd4cc968dc4 +SIZE (xshttpd-36g01.tar.bz2) = 241640 |