diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-08 20:07:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-08 20:07:41 +0800 |
commit | 313a1330e5b7d9cdc0d5e8039ad2b54f9357f11d (patch) | |
tree | 9b07fd39c95403c31cc0edfe5b996791e32a9608 /www/squid | |
parent | c36e41a32ae2bcdabfd2b4a1ba13717a74cc2a73 (diff) | |
download | freebsd-ports-gnome-313a1330e5b7d9cdc0d5e8039ad2b54f9357f11d.tar.gz freebsd-ports-gnome-313a1330e5b7d9cdc0d5e8039ad2b54f9357f11d.tar.zst freebsd-ports-gnome-313a1330e5b7d9cdc0d5e8039ad2b54f9357f11d.zip |
- Update to 2.6STABLE20
PR: 123432
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 6 | ||||
-rw-r--r-- | www/squid/distinfo | 6 | ||||
-rw-r--r-- | www/squid/files/icap-2.6-bootstrap.patch | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 80d8e5a0371b..9a62b0b5deee 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -75,7 +75,7 @@ # Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.6.19 +PORTVERSION= 2.6.20 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ @@ -94,7 +94,7 @@ MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://www1.jp.squid-cache.org/Versions/v2/2.6/ \ http://www2.tw.squid-cache.org/Versions/v2/2.6/ MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.6.STABLE19 +DISTNAME= squid-2.6.STABLE20 DIST_SUBDIR= squid2.6 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ @@ -112,7 +112,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@web.de COMMENT= HTTP Caching Proxy -CONFLICTS= squid-2.[^6]* +CONFLICTS= squid-2.[^6]* squid-3.* cacheboy-[0-9]* GNU_CONFIGURE= yes USE_BZIP2= yes USE_PERL5= yes diff --git a/www/squid/distinfo b/www/squid/distinfo index c405396527c3..b7dc7c2684c0 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,3 +1,3 @@ -MD5 (squid2.6/squid-2.6.STABLE19.tar.bz2) = e1f355ab907369903b5e28aff0fe8386 -SHA256 (squid2.6/squid-2.6.STABLE19.tar.bz2) = 018f8f31eb40fff14f4d86bc1a40c18a0ee67d1412316de13f5975df6d2a0178 -SIZE (squid2.6/squid-2.6.STABLE19.tar.bz2) = 1324732 +MD5 (squid2.6/squid-2.6.STABLE20.tar.bz2) = 6e1d87e9ae47f825c814a954a6febc36 +SHA256 (squid2.6/squid-2.6.STABLE20.tar.bz2) = c6f4ceae6f9affd5a7a23746136ee440602a60ecb522d3eeb9cdecc96775ea88 +SIZE (squid2.6/squid-2.6.STABLE20.tar.bz2) = 1292755 diff --git a/www/squid/files/icap-2.6-bootstrap.patch b/www/squid/files/icap-2.6-bootstrap.patch index 18cdaecd4406..3b74d007ba4e 100644 --- a/www/squid/files/icap-2.6-bootstrap.patch +++ b/www/squid/files/icap-2.6-bootstrap.patch @@ -7,10 +7,10 @@ ICAP patchset. Please see icap-2.6-core.patch for further information. -Patch last updated: 2008-04-02 +Patch last updated: 2008-05-05 ---- configure.orig 2008-04-02 22:26:33.000000000 +0200 -+++ configure 2008-04-02 22:26:34.000000000 +0200 +--- configure.orig 2008-04-25 21:49:52.000000000 +0200 ++++ configure 2008-05-05 20:50:40.000000000 +0200 @@ -728,6 +728,8 @@ ENABLE_PINGER_FALSE USE_DELAY_POOLS_TRUE @@ -43,8 +43,8 @@ Patch last updated: 2008-04-02 # Define the identity of the package. PACKAGE='squid' -- VERSION='2.6.STABLE19' -+ VERSION='2.6.STABLE19+ICAP' +- VERSION='2.6.STABLE20' ++ VERSION='2.6.STABLE20+ICAP' cat >>confdefs.h <<_ACEOF |