summaryrefslogtreecommitdiff
path: root/www/squid25
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-03-05 06:43:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-03-05 06:43:06 +0000
commit5f825c7ab91f8ce01b832eca6fb74c8314d53a8d (patch)
treeddda0232c4df3d2105553cc7e7e9043ba1a12a5b /www/squid25
parentShould have been "glibstdc++" (diff)
Update squid1.2.beta14 -> beta16.
Note: the b14 -> b15 change will loose your cache unless you take the steps on http://squid.nlanr.net/ to recover it. Read the Changelog for details, this is a fairly large update.
Notes
Notes: svn path=/head/; revision=10048
Diffstat (limited to 'www/squid25')
-rw-r--r--www/squid25/Makefile14
-rw-r--r--www/squid25/distinfo3
-rw-r--r--www/squid25/files/patch-al32
3 files changed, 23 insertions, 26 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile
index 042c1a692f6b..11fe868fcbe4 100644
--- a/www/squid25/Makefile
+++ b/www/squid25/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: squid
-# Version required: 1.2-beta14
+# Version required: 1.2-beta16
# Date created: Thu Nov 7 00:53:18 WST 1996
# Whom: Peter Wemm <peter@freebsd.org>
#
-# $Id: Makefile,v 1.43 1998/02/14 14:36:12 peter Exp $
+# $Id: Makefile,v 1.44 1998/02/16 13:16:37 asami Exp $
#
-DISTNAME= squid-1.2.beta14
-PKGNAME= squid-1.2b14
+DISTNAME= squid-1.2.beta16
+PKGNAME= squid-1.2b16
CATEGORIES= www
MASTER_SITES= \
ftp://squid.nlanr.net/pub/squid-1.2.beta/ \
@@ -16,12 +16,12 @@ MASTER_SITES= \
ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/
EXTRACT_SUFX= -src.tar.gz
-PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/
-PATCHFILES+= 1.2.beta14.patches
+#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/
+#PATCHFILES+= 1.2.beta16.patches
MAINTAINER= peter@freebsd.org
-DIST_SUBDIR= squid1.2b14
+DIST_SUBDIR= squid1.2b16
GNU_CONFIGURE= yes
# Follow the apache port's lead...
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \
diff --git a/www/squid25/distinfo b/www/squid25/distinfo
index 56a119ddf791..2b107e1f1bc9 100644
--- a/www/squid25/distinfo
+++ b/www/squid25/distinfo
@@ -1,2 +1 @@
-MD5 (squid1.2b14/squid-1.2.beta14-src.tar.gz) = 46e70911ba8d706f25333e9e81cf6860
-MD5 (squid1.2b14/1.2.beta14.patches) = 7c4aa7c3747e2aec71d2fd280da5fae5
+MD5 (squid1.2b16/squid-1.2.beta16-src.tar.gz) = e6dba32061c6cd4e5592126e86b06281
diff --git a/www/squid25/files/patch-al b/www/squid25/files/patch-al
index c770bfd3b646..f2c7969ff964 100644
--- a/www/squid25/files/patch-al
+++ b/www/squid25/files/patch-al
@@ -1,17 +1,15 @@
-*** /tmp/configure Sat Feb 7 21:20:29 1998
---- configure Sat Feb 7 21:24:51 1998
-***************
-*** 608,619 ****
- REGEXLIB='' # -lregex
- LIBREGEX='' # libregex.a
-
-- if test "$libexecdir" = '${exec_prefix}/libexec'; then
-- libexecdir='${bindir}'
-- localstatedir='${prefix}'
--
-- fi
--
- if test -z "$CACHE_HTTP_PORT"; then
- CACHE_HTTP_PORT="3128"
- fi
---- 608,613 ----
+--- configure.orig Fri Feb 27 13:51:13 1998
++++ configure Thu Mar 5 14:39:57 1998
+@@ -611,12 +611,6 @@
+ REGEXLIB='' # -lregex
+ LIBREGEX='' # libregex.a
+
+-if test "$libexecdir" = '${exec_prefix}/libexec'; then
+- libexecdir='${bindir}'
+- localstatedir='${prefix}'
+-
+-fi
+-
+ if test -z "$CACHE_HTTP_PORT"; then
+ CACHE_HTTP_PORT="3128"
+ fi