diff options
author | johans <johans@FreeBSD.org> | 2009-01-24 19:08:43 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-01-24 19:08:43 +0800 |
commit | 93e40ac791c7c61d28534384659e1e28496b8cd7 (patch) | |
tree | 7031ad2afc57cbabdf9e021d2e856a3e99da9cdf /www/xshttpd | |
parent | 38eb2233cb378cb09e5befc9ee12b65247d82dd6 (diff) | |
download | freebsd-ports-gnome-93e40ac791c7c61d28534384659e1e28496b8cd7.tar.gz freebsd-ports-gnome-93e40ac791c7c61d28534384659e1e28496b8cd7.tar.zst freebsd-ports-gnome-93e40ac791c7c61d28534384659e1e28496b8cd7.zip |
Update to 3.6g01
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 |