diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 03:58:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 03:58:58 +0800 |
commit | c1f35fc5677e885b7ad41a89298e611ae5c6115e (patch) | |
tree | 144d3a2439b8bc11c7f857a6fca7788ed2a2eb5f /www | |
parent | 9c6c23af4eb90e5c003296301d330ae7da7e6ca2 (diff) | |
download | freebsd-ports-gnome-c1f35fc5677e885b7ad41a89298e611ae5c6115e.tar.gz freebsd-ports-gnome-c1f35fc5677e885b7ad41a89298e611ae5c6115e.tar.zst freebsd-ports-gnome-c1f35fc5677e885b7ad41a89298e611ae5c6115e.zip |
- Update to 3.4.12
- While I'm here:
- Pet portlint
- Remove contiguous blank lines
Changes: http://www.squid-cache.org/Versions/v3/3.4/RELEASENOTES.html
PR: 197812
Submitted by: <timp87@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 7 | ||||
-rw-r--r-- | www/squid/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index b6831587c14e..4d120c4e3e96 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.4.11 +PORTVERSION= 3.4.12 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ @@ -9,7 +9,7 @@ MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www.eu.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www1.jp.squid-cache.org/Versions/v3/${PORTVERSION:R}/ MASTER_SITE_SUBDIR= squid -DIST_SUBDIR= squid3.4 +DIST_SUBDIR= squid${PORTVERSION:R} PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www2.us.squid-cache.org/%SUBDIR%/ \ @@ -18,7 +18,7 @@ PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://master.squid-cache.org/~amosjeffries/patches/:nosid PATCH_SITE_SUBDIR= Versions/v3/${PORTVERSION:R}/changesets -#PATCHFILES= +PATCHFILES= # empty MAINTAINER= ports@FreeBSD.org COMMENT= HTTP Caching Proxy @@ -268,7 +268,6 @@ diskio_modules+= DiskDaemon storage_schemes+= rock .endif - CONFIGURE_ARGS+= --enable-storeio="${storage_schemes}" \ --enable-disk-io="${diskio_modules}" diff --git a/www/squid/distinfo b/www/squid/distinfo index e66d3c944884..009a565ed0a8 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,2 +1,2 @@ -SHA256 (squid3.4/squid-3.4.11.tar.xz) = b4ede14221d043bbde94655aee195b090fe33a9a0a3d4ed83a9b41fcd46cac1d -SIZE (squid3.4/squid-3.4.11.tar.xz) = 2162148 +SHA256 (squid3.4/squid-3.4.12.tar.xz) = a3f4f18fa17e81a8d8e1a2ec059cdbe3211a90ccd1717c3d9e092c0afdde2864 +SIZE (squid3.4/squid-3.4.12.tar.xz) = 2162096 |