svn commit: r379384 - head/www/squid
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Feb 19 19:58:59 UTC 2015
Author: sunpoet
Date: Thu Feb 19 19:58:58 2015
New Revision: 379384
URL: https://svnweb.freebsd.org/changeset/ports/379384
QAT: https://qat.redports.org/buildarchive/r379384/
Log:
- 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 at gmail.com>
Modified:
head/www/squid/Makefile
head/www/squid/distinfo
Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile Thu Feb 19 19:58:52 2015 (r379383)
+++ head/www/squid/Makefile Thu Feb 19 19:58:58 2015 (r379384)
@@ -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
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/
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 at 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}"
Modified: head/www/squid/distinfo
==============================================================================
--- head/www/squid/distinfo Thu Feb 19 19:58:52 2015 (r379383)
+++ head/www/squid/distinfo Thu Feb 19 19:58:58 2015 (r379384)
@@ -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
More information about the svn-ports-head
mailing list