Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 12:33:29 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480500 - in head/www/squid3: . files
Message-ID:  <201809231233.w8NCXTLi029065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Sep 23 12:33:29 2018
New Revision: 480500
URL: https://svnweb.freebsd.org/changeset/ports/480500

Log:
  Update to upstream version 3.5.28
  
  Detailed maintainer log:
  - update it to 3.5.28
  - remove patches included to this version
  - set it to use embedded libltdl
  
  PR:		231587
  Submitted by:	timp87@gmail.com (maintainer)

Deleted:
  head/www/squid3/files/patch-src_client__side__request.cc
  head/www/squid3/files/patch-src_esi_CustomParser.cc
Modified:
  head/www/squid3/Makefile
  head/www/squid3/distinfo

Modified: head/www/squid3/Makefile
==============================================================================
--- head/www/squid3/Makefile	Sun Sep 23 12:32:19 2018	(r480499)
+++ head/www/squid3/Makefile	Sun Sep 23 12:33:29 2018	(r480500)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	squid
-PORTVERSION=	3.5.27
-PORTREVISION=	4
+PORTVERSION=	3.5.28
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
 		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
@@ -218,6 +217,7 @@ CONFIGURE_ARGS=	--with-default-user=squid \
 		--with-pidfile=/var/run/squid/squid.pid \
 		--with-swapdir=/var/squid/cache \
 		--without-gnutls \
+		--with-included-ltdl \
 		--enable-auth \
 		--enable-zph-qos \
 		--enable-build-info \

Modified: head/www/squid3/distinfo
==============================================================================
--- head/www/squid3/distinfo	Sun Sep 23 12:32:19 2018	(r480499)
+++ head/www/squid3/distinfo	Sun Sep 23 12:33:29 2018	(r480500)
@@ -1,3 +1,3 @@
 TIMESTAMP = 1479930399
-SHA256 (squid3.5/squid-3.5.27.tar.xz) = 5ddb4367f2dc635921f9ca7a59d8b87edb0412fa203d1543393ac3c7f9fef0ec
-SIZE (squid3.5/squid-3.5.27.tar.xz) = 2303468
+SHA256 (squid3.5/squid-3.5.28.tar.xz) = fd41b622e65c661ada9a98b0338c59e6f2d2ffdb367fe5c8c7212c535e298ed8
+SIZE (squid3.5/squid-3.5.28.tar.xz) = 2304680



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