Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 21:20:45 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311733 - head/www/squid32
Message-ID:  <201302052120.r15LKjqA036444@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Tue Feb  5 21:20:45 2013
New Revision: 311733
URL: http://svnweb.freebsd.org/changeset/ports/311733

Log:
  - update to 3.2.7
  - use USE_GCC= any on head to unbreak the build for now
  
  Submitted by:	tmseck

Modified:
  head/www/squid32/Makefile
  head/www/squid32/distinfo

Modified: head/www/squid32/Makefile
==============================================================================
--- head/www/squid32/Makefile	Tue Feb  5 20:33:34 2013	(r311732)
+++ head/www/squid32/Makefile	Tue Feb  5 21:20:45 2013	(r311733)
@@ -75,7 +75,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LATEST_LINK=	squid32
 
-SQUID_STABLE_VER=	6
+SQUID_STABLE_VER=	7
 
 CONFLICTS_INSTALL=	squid-2.[0-9].* squid-3.[!2].* cacheboy-[0-9]* lusca-head-[0-9]*
 GNU_CONFIGURE=	yes
@@ -238,6 +238,10 @@ CONFIGURE_ARGS=	--with-default-user=squi
 .include <bsd.port.options.mk>
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 1000024
+USE_GCC=any
+.endif
+
 # Authentication methods and modules:
 
 basic_auth=	DB MSNT MSNT-multi-domain NCSA PAM POP3 RADIUS \

Modified: head/www/squid32/distinfo
==============================================================================
--- head/www/squid32/distinfo	Tue Feb  5 20:33:34 2013	(r311732)
+++ head/www/squid32/distinfo	Tue Feb  5 21:20:45 2013	(r311733)
@@ -1,2 +1,2 @@
-SHA256 (squid3.2/squid-3.2.6.tar.bz2) = d48567bdd703e86900b9456f8bbdb554729fa15f579c6f2212bcd2ab6dca3324
-SIZE (squid3.2/squid-3.2.6.tar.bz2) = 2893158
+SHA256 (squid3.2/squid-3.2.7.tar.bz2) = 85d2e0d6273af0b6167f1d328ef8a81d2b5659d60c9280d94fbc64cee6e9af1d
+SIZE (squid3.2/squid-3.2.7.tar.bz2) = 2893325



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302052120.r15LKjqA036444>