ports/182177: [PATCH] www/squid33: install fail helpers/basic_auth/DB

Takefu takefu at airport.fm
Fri Nov 29 06:40:04 UTC 2013


update 3.3.10


diff -ruN /usr/ports/www/squid33/Makefile ./Makefile
--- /usr/ports/www/squid33/Makefile	2013-11-26 23:57:45.000000000 +0900
+++ ./Makefile	2013-11-29 15:12:14.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 at FreeBSD.org
 COMMENT=	HTTP Caching Proxy
diff -ruN /usr/ports/www/squid33/distinfo ./distinfo
--- /usr/ports/www/squid33/distinfo	2013-11-12 05:29:45.000000000 +0900
+++ ./distinfo	2013-11-29 15:19:55.000000000 +0900
@@ -1,2 +1,4 @@
 SHA256 (squid3.3/squid-3.3.10.tar.bz2) = 61743782e3b0c7c5bdf2e2457ecc1a5d3e7cc6b56a3d55f2106afe777ce2e5e9
 SIZE (squid3.3/squid-3.3.10.tar.bz2) = 2988601
+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 $?


More information about the freebsd-ports-bugs mailing list