diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-23 14:14:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-23 14:14:02 +0000 |
commit | d101f6daec8c8f7d382eaf87eeb68a73c8bb2058 (patch) | |
tree | 8803e65b161be230153b946e09063abe85931cd8 | |
parent | Update to 4.1.15 release. (diff) |
- Update to 3.3b34
- Nuke files/patch-src_confuser.h
PR: 87868
Submitted by: Johan van Selst <johans@stack.nl>
Notes
Notes:
svn path=/head/; revision=146189
-rw-r--r-- | www/xshttpd-devel/Makefile | 6 | ||||
-rw-r--r-- | www/xshttpd-devel/distinfo | 4 | ||||
-rw-r--r-- | www/xshttpd-devel/files/patch-src_confuser.h | 11 | ||||
-rw-r--r-- | www/xshttpd/Makefile | 6 | ||||
-rw-r--r-- | www/xshttpd/distinfo | 4 | ||||
-rw-r--r-- | www/xshttpd/files/patch-src_confuser.h | 11 |
6 files changed, 8 insertions, 34 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile index fa5b9290b99a..7240a368bf46 100644 --- a/www/xshttpd-devel/Makefile +++ b/www/xshttpd-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xshttpd -DISTVERSION= 3.3b30 +DISTVERSION= 3.3b34 CATEGORIES= www MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ @@ -78,9 +78,7 @@ post-patch: -e 's|nogroup|${WWWGRP}|g' \ ${WRKSRC}/$i .endfor - - @${REINPLACE_CMD} \ - -e 's|@LOCALBASE@|${LOCALBASE}|g' \ + @${REINPLACE_CMD} -e 's|\(MIMETYPESFILE\ "\).*|\1${LOCALBASE}/etc/mime.types"|' \ ${WRKSRC}/src/confuser.h post-install: diff --git a/www/xshttpd-devel/distinfo b/www/xshttpd-devel/distinfo index de1e7b8c577f..392f87dba7f6 100644 --- a/www/xshttpd-devel/distinfo +++ b/www/xshttpd-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (xshttpd-33b30.tar.gz) = be1edef265dd16c4f7790788dc13e914 -SIZE (xshttpd-33b30.tar.gz) = 208568 +MD5 (xshttpd-33b34.tar.gz) = 9ffffcc2d72a02faf70074fa8573cf82 +SIZE (xshttpd-33b34.tar.gz) = 208925 diff --git a/www/xshttpd-devel/files/patch-src_confuser.h b/www/xshttpd-devel/files/patch-src_confuser.h deleted file mode 100644 index c62a537f9a9f..000000000000 --- a/www/xshttpd-devel/files/patch-src_confuser.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/confuser.h Thu Dec 2 14:26:32 2004 -+++ src/confuser.h Fri Sep 23 17:09:20 2005 -@@ -78,7 +78,7 @@ - mime.types file are NOT standard. Read the comments in the default - mime.types for details. */ - --#define MIMETYPESFILE "mime.types" -+#define MIMETYPESFILE "@LOCALBASE@/etc/mime.types" - - /* What is the bit bucket on your system? */ - diff --git a/www/xshttpd/Makefile b/www/xshttpd/Makefile index fa5b9290b99a..7240a368bf46 100644 --- a/www/xshttpd/Makefile +++ b/www/xshttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xshttpd -DISTVERSION= 3.3b30 +DISTVERSION= 3.3b34 CATEGORIES= www MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ @@ -78,9 +78,7 @@ post-patch: -e 's|nogroup|${WWWGRP}|g' \ ${WRKSRC}/$i .endfor - - @${REINPLACE_CMD} \ - -e 's|@LOCALBASE@|${LOCALBASE}|g' \ + @${REINPLACE_CMD} -e 's|\(MIMETYPESFILE\ "\).*|\1${LOCALBASE}/etc/mime.types"|' \ ${WRKSRC}/src/confuser.h post-install: diff --git a/www/xshttpd/distinfo b/www/xshttpd/distinfo index de1e7b8c577f..392f87dba7f6 100644 --- a/www/xshttpd/distinfo +++ b/www/xshttpd/distinfo @@ -1,2 +1,2 @@ -MD5 (xshttpd-33b30.tar.gz) = be1edef265dd16c4f7790788dc13e914 -SIZE (xshttpd-33b30.tar.gz) = 208568 +MD5 (xshttpd-33b34.tar.gz) = 9ffffcc2d72a02faf70074fa8573cf82 +SIZE (xshttpd-33b34.tar.gz) = 208925 diff --git a/www/xshttpd/files/patch-src_confuser.h b/www/xshttpd/files/patch-src_confuser.h deleted file mode 100644 index c62a537f9a9f..000000000000 --- a/www/xshttpd/files/patch-src_confuser.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/confuser.h Thu Dec 2 14:26:32 2004 -+++ src/confuser.h Fri Sep 23 17:09:20 2005 -@@ -78,7 +78,7 @@ - mime.types file are NOT standard. Read the comments in the default - mime.types for details. */ - --#define MIMETYPESFILE "mime.types" -+#define MIMETYPESFILE "@LOCALBASE@/etc/mime.types" - - /* What is the bit bucket on your system? */ - |