Date: Thu, 31 Oct 2013 17:06:44 +0900 From: Takefu <takefu@airport.fm> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tmseck@FreeBSD.org Subject: Re: ports/182177: [PATCH] www/squid33: install fail helpers/basic_auth/DB Message-ID: <52720F94.2020006@airport.fm> In-Reply-To: <201309170300.r8H308A3052772@freefall.freebsd.org> References: <201309170300.r8H308A3052772@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
update 3.3.9 --- squid33-3.3.9.patch begins here --- diff -ruN /usr/ports/www/squid33/Makefile ./Makefile --- /usr/ports/www/squid33/Makefile 2013-09-21 08:36:50.000000000 +0900 +++ ./Makefile 2013-10-10 13:47:12.000000000 +0900 @@ -29,9 +29,10 @@ http://www.eu.squid-cache.org/%SUBDIR%/ \ http://www1.ie.squid-cache.org/%SUBDIR%/ \ http://www1.jp.squid-cache.org/%SUBDIR%/ \ - http://www2.tw.squid-cache.org/%SUBDIR%/ + http://www2.tw.squid-cache.org/%SUBDIR%/\ + http://master.squid-cache.org/~amosjeffries/patches/:nosid PATCH_SITE_SUBDIR= Versions/v3/${PORTVERSION:R}/changesets -PATCHFILES= #empty +PATCHFILES= FreeBSD_silence_nosuid_mk1.patch:nosid MAINTAINER= tmseck@FreeBSD.org COMMENT= HTTP Caching Proxy diff -ruN /usr/ports/www/squid33/distinfo ./distinfo --- /usr/ports/www/squid33/distinfo 2013-09-17 14:13:21.000000000 +0900 +++ ./distinfo 2013-09-19 10:49:00.000000000 +0900 @@ -1,2 +1,4 @@ SHA256 (squid3.3/squid-3.3.9.tar.bz2) = 2bb048725745de755f35a84133e25c7db0d56f4cc7002962e84b80091866eb45 SIZE (squid3.3/squid-3.3.9.tar.bz2) = 2988736 +SHA256 (squid3.3/FreeBSD_silence_nosuid_mk1.patch) = 6fd9e55812e18463e92c83d1376e65ca54b2857606f59f4aa1b7d2716af2b72c +SIZE (squid3.3/FreeBSD_silence_nosuid_mk1.patch) = 1295 diff -ruN /usr/ports/www/squid33/files/patch-helpers_basic_auth_DB_config.test ./files/patch-helpers_basic_auth_DB_config.test --- /usr/ports/www/squid33/files/patch-helpers_basic_auth_DB_config.test 1970-01-01 09:00:00.000000000 +0900 +++ ./files/patch-helpers_basic_auth_DB_config.test 2013-10-31 15:27:38.000000000 +0900 @@ -0,0 +1,10 @@ +--- helpers/basic_auth/DB/config.test.orig 2013-09-11 13:08:38.000000000 +0900 ++++ helpers/basic_auth/DB/config.test 2013-10-31 14:57:25.000000000 +0900 +@@ -2,6 +2,6 @@ + + ## Test: do we have perl to build the helper scripts? + ## Test: do we have pod2man to build the manual? +-perl --version >/dev/null && echo | pod2man >/dev/null ++perl --version >/dev/null && echo =head1 | pod2man >/dev/null + + exit $? --- squid33-3.3.9.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52720F94.2020006>