aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-10-23 22:14:02 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-10-23 22:14:02 +0800
commit981d140e8cdc9b8fd9af31d69bdbc300dcb68cdc (patch)
tree5b694a69cd06b09042d2ce69785b42916ce32366
parent296ffe534f1afe51928d409d53902cf6a99db71a (diff)
downloadfreebsd-ports-graphics-981d140e8cdc9b8fd9af31d69bdbc300dcb68cdc.tar.gz
freebsd-ports-graphics-981d140e8cdc9b8fd9af31d69bdbc300dcb68cdc.tar.zst
freebsd-ports-graphics-981d140e8cdc9b8fd9af31d69bdbc300dcb68cdc.zip
- Update to 3.3b34
- Nuke files/patch-src_confuser.h PR: 87868 Submitted by: Johan van Selst <johans@stack.nl>
-rw-r--r--www/xshttpd-devel/Makefile6
-rw-r--r--www/xshttpd-devel/distinfo4
-rw-r--r--www/xshttpd-devel/files/patch-src_confuser.h11
-rw-r--r--www/xshttpd/Makefile6
-rw-r--r--www/xshttpd/distinfo4
-rw-r--r--www/xshttpd/files/patch-src_confuser.h11
6 files changed, 8 insertions, 34 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile
index fa5b9290b99..7240a368bf4 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 de1e7b8c577..392f87dba7f 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 c62a537f9a9..00000000000
--- 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 fa5b9290b99..7240a368bf4 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 de1e7b8c577..392f87dba7f 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 c62a537f9a9..00000000000
--- 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? */
-