summaryrefslogtreecommitdiff
path: root/www/wwwoffle
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-06-06 13:22:28 +0000
committeritojun <itojun@pkgsrc.org>2000-06-06 13:22:28 +0000
commitb30abcb890eed973e7839932f566110a7ecd2b0e (patch)
treec2a40c4a4b308b89ca682beec928d5b2af2c1586 /www/wwwoffle
parent2a8550fad45135a150c98367652d51659d40bac0 (diff)
downloadpkgsrc-b30abcb890eed973e7839932f566110a7ecd2b0e.tar.gz
upgrade to 2.5e (since 2.5e is no longer available on ftp site)
Diffstat (limited to 'www/wwwoffle')
-rw-r--r--www/wwwoffle/Makefile4
-rw-r--r--www/wwwoffle/files/md54
-rw-r--r--www/wwwoffle/files/patch-sum4
-rw-r--r--www/wwwoffle/patches/patch-aa18
4 files changed, 15 insertions, 15 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
index 9253de9d158..db855b46d81 100644
--- a/www/wwwoffle/Makefile
+++ b/www/wwwoffle/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2000/02/22 00:48:58 itohy Exp $
+# $NetBSD: Makefile,v 1.18 2000/06/06 13:22:28 itojun Exp $
-DISTNAME= wwwoffle-2.5d
+DISTNAME= wwwoffle-2.5e
CATEGORIES= www
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \
${MASTER_SITE_SUNSITE:=apps/www/servers/}
diff --git a/www/wwwoffle/files/md5 b/www/wwwoffle/files/md5
index 57e342f4e18..1001b502638 100644
--- a/www/wwwoffle/files/md5
+++ b/www/wwwoffle/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.7 2000/02/22 00:49:00 itohy Exp $
+$NetBSD: md5,v 1.8 2000/06/06 13:22:29 itojun Exp $
-MD5 (wwwoffle-2.5d.tgz) = 3f5670af7e02a14bd9ac274132b462b9
+MD5 (wwwoffle-2.5e.tgz) = a622bdfe4045171aed8934220d3c4630
diff --git a/www/wwwoffle/files/patch-sum b/www/wwwoffle/files/patch-sum
index 59222a00b4b..500a6b02701 100644
--- a/www/wwwoffle/files/patch-sum
+++ b/www/wwwoffle/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.9 2000/02/22 00:49:00 itohy Exp $
+$NetBSD: patch-sum,v 1.10 2000/06/06 13:22:29 itojun Exp $
-MD5 (patch-aa) = ad036eb618c0980b5d5350ccadbf563a
+MD5 (patch-aa) = 368edeacd11a25735194b25b6b1a00bc
MD5 (patch-ba) = 697b7cad9f1cd82c4b74da1317f4f987
MD5 (patch-bb) = 06fd1d3b05e51f2594d97c4213b897ae
MD5 (patch-bc) = 6bb173924ac901827f282fcdef72b71a
diff --git a/www/wwwoffle/patches/patch-aa b/www/wwwoffle/patches/patch-aa
index 3b0da583239..d0486b5f51a 100644
--- a/www/wwwoffle/patches/patch-aa
+++ b/www/wwwoffle/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $
+$NetBSD: patch-aa,v 1.10 2000/06/06 13:22:29 itojun Exp $
---- Makefile.orig Sat Jan 22 23:18:21 2000
-+++ Makefile Tue Feb 22 08:28:26 2000
+--- Makefile.orig Mon Apr 3 00:27:30 2000
++++ Makefile Tue Jun 6 22:08:00 2000
@@ -16,9 +16,9 @@
LOCALHOST=localhost:8080
@@ -13,16 +13,16 @@ $NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $
+SPOOLDIR=/var/wwwoffle
+CONFDIR=${PREFIX}/etc/wwwoffle
- # For Cygwin (win32)
+ # For Cygwin (win32).
#INSTDIR=/wwwoffle
-@@ -43,13 +43,13 @@
+@@ -46,13 +46,13 @@
########
CC=gcc
-CFLAGS=-O2 -Wall -g
+CFLAGS=-O2 -Wall
- # This is used in the FreeBSD port (http://www.freebsd.org/ports/)
+ # This is used in the FreeBSD port (http://www.freebsd.org/ports/).
#CFLAGS=-O2 -Wall
LD=gcc
@@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $
# For HP/UX this is a good idea.
#LDFLAGS=
-@@ -61,8 +61,8 @@
+@@ -71,8 +71,8 @@
########
@@ -42,7 +42,7 @@ $NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $
# For Solaris you need the following instead.
#LIBRARY=-lnsl -lsocket
-@@ -279,13 +279,13 @@
+@@ -289,13 +289,13 @@
$(INSTALL) -c -m 644 wwwoffle.conf.man.install $(INSTDIR)/man/man5/wwwoffle.conf.5
[ -x $(INSTDIR)/man/man8 ] || $(INSTALL) -d -m 755 $(INSTDIR)/man/man8
$(INSTALL) -c -m 644 wwwoffled.man $(INSTDIR)/man/man8/wwwoffled.8
@@ -59,7 +59,7 @@ $NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $
done )
-@@ -359,7 +359,7 @@
+@@ -369,7 +369,7 @@
[ -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf
install_fixup-win32: