Date: 13 Jun 2010 11:00:32 -0000 From: Thomas-Martin Seck <tmseck@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/147831: [Maintainer] www/squid31: fix compilation on 6.x, add license information Message-ID: <20100613110032.2503.qmail@wcfields.tmseck.homedns.org> Resent-Message-ID: <201006131110.o5DBA3g7097069@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147831 >Category: ports >Synopsis: [Maintainer] www/squid31: fix compilation on 6.x, add license information >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 13 11:10:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 8.0-RELEASE amd64 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of June 13, 2010. >Description: - add a vendor patch for a bug that broke compilation on 6.x - add vendor patches for Squid bugs #2937 and #2943 - add a vendor patch to fix a documentation/implementation mismatch regarding the persistent_connection_after_error option - add license information >How-To-Repeat: >Fix: Apply this patch: Index: Makefile =================================================================== --- Makefile (.../www/squid31) (Revision 1850) +++ Makefile (.../local/squid31) (Revision 1850) @@ -53,6 +53,7 @@ PORTNAME= squid PORTVERSION= 3.1.${SQUID_STABLE_VER} +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://mirrors.ccs.neu.edu/Squid/ \ @@ -74,7 +75,8 @@ DISTNAME= squid-3.1.${SQUID_STABLE_VER} DIST_SUBDIR= squid3.1 -PATCHFILES= +PATCHFILES= squid-3.1-9996.patch squid-3.1-9998.patch \ + squid-3.1-10001.patch squid-3.1-10003.patch PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www2.us.squid-cache.org/%SUBDIR%/ \ http://www1.at.squid-cache.org/%SUBDIR%/ \ @@ -98,6 +100,9 @@ USE_PERL5= yes USE_RC_SUBR= squid +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + SQUID_UID?= squid SQUID_GID?= squid Index: distinfo =================================================================== --- distinfo (.../www/squid31) (Revision 1850) +++ distinfo (.../local/squid31) (Revision 1850) @@ -1,3 +1,15 @@ MD5 (squid3.1/squid-3.1.4.tar.bz2) = 3fb544ae02fadc2b4085f62bb927e861 SHA256 (squid3.1/squid-3.1.4.tar.bz2) = 13ea33907c64f417afaf596b04550cd950f57dc43357d309ffa92cfac2de58f6 SIZE (squid3.1/squid-3.1.4.tar.bz2) = 2391480 +MD5 (squid3.1/squid-3.1-9996.patch) = fb7015ac764dc983bad8f4e8f0a680cb +SHA256 (squid3.1/squid-3.1-9996.patch) = fb2de712f92ffca73605922f08e2184175533a9e1e9df4178af0fddfdc6f1111 +SIZE (squid3.1/squid-3.1-9996.patch) = 1214 +MD5 (squid3.1/squid-3.1-9998.patch) = 285521327dc60bc33d4da1debdd5c2d5 +SHA256 (squid3.1/squid-3.1-9998.patch) = 1e4223c57fc4dce47d4dea641483da7c6c168f840d20a5f6dc7412671ad47a32 +SIZE (squid3.1/squid-3.1-9998.patch) = 1831 +MD5 (squid3.1/squid-3.1-10001.patch) = 64e06d8dcb502629aba961ccb668a1af +SHA256 (squid3.1/squid-3.1-10001.patch) = d143fbe3f0971cee6c608c55e5dada12a8eae7a91a6703c8faac0354afa763b5 +SIZE (squid3.1/squid-3.1-10001.patch) = 1456 +MD5 (squid3.1/squid-3.1-10003.patch) = c51b389275838d8ed5abdf2ccd36c18c +SHA256 (squid3.1/squid-3.1-10003.patch) = 3a458219c3ea274869a3fceafba10d08790a8027f93bccbae5fb65f70bcf3e34 +SIZE (squid3.1/squid-3.1-10003.patch) = 1875 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100613110032.2503.qmail>