svn commit: r569556 - head/www/squid3

Alexey Dokuchaev danfe at FreeBSD.org
Tue Mar 30 13:42:33 UTC 2021


Author: danfe
Date: Tue Mar 30 13:42:32 2021
New Revision: 569556
URL: https://svnweb.freebsd.org/changeset/ports/569556

Log:
  Remove distribution patches leftovers: they had been added in r184474
  back in Squid 2.x times, last used in r413688, and PATCHFILES finally
  dropped (not just commented) in r456224 and it's highly unlikely that
  it would be ever needed again.  Due to this, it no longer makes sense
  to store the distfile alone, not being accompanied by any patches, in
  its own DIST_SUBDIR.  While here, s/spaces/tab/ in PKGNAMESUFFIX line.

Modified:
  head/www/squid3/Makefile
  head/www/squid3/distinfo

Modified: head/www/squid3/Makefile
==============================================================================
--- head/www/squid3/Makefile	Tue Mar 30 13:04:59 2021	(r569555)
+++ head/www/squid3/Makefile	Tue Mar 30 13:42:32 2021	(r569556)
@@ -9,16 +9,7 @@ MASTER_SITES=	http://www.squid-cache.org/Versions/v3/$
 		http://www1.at.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
 		http://www.eu.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
 		http://www1.jp.squid-cache.org/Versions/v3/${PORTVERSION:R}/
-PKGNAMESUFFIX=  3
-DIST_SUBDIR=	squid${PORTVERSION:R}
-
-PATCH_SITES=	http://www.squid-cache.org/%SUBDIR%/ \
-		http://www2.us.squid-cache.org/%SUBDIR%/ \
-		http://www1.at.squid-cache.org/%SUBDIR%/ \
-		http://www.eu.squid-cache.org/%SUBDIR%/ \
-		http://www1.jp.squid-cache.org/%SUBDIR%/ \
-		http://master.squid-cache.org/~amosjeffries/patches/:nosid
-PATCH_SITE_SUBDIR=	Versions/v3/${PORTVERSION:R}/changesets
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	timp87 at gmail.com
 COMMENT=	HTTP Caching Proxy

Modified: head/www/squid3/distinfo
==============================================================================
--- head/www/squid3/distinfo	Tue Mar 30 13:04:59 2021	(r569555)
+++ head/www/squid3/distinfo	Tue Mar 30 13:42:32 2021	(r569556)
@@ -1,3 +1,3 @@
 TIMESTAMP = 1479930399
-SHA256 (squid3.5/squid-3.5.28.tar.xz) = fd41b622e65c661ada9a98b0338c59e6f2d2ffdb367fe5c8c7212c535e298ed8
-SIZE (squid3.5/squid-3.5.28.tar.xz) = 2304680
+SHA256 (squid-3.5.28.tar.xz) = fd41b622e65c661ada9a98b0338c59e6f2d2ffdb367fe5c8c7212c535e298ed8
+SIZE (squid-3.5.28.tar.xz) = 2304680


More information about the svn-ports-head mailing list