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.
This commit is contained in:
parent
c35bc8e66e
commit
181d68c65b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=569556
2 changed files with 3 additions and 12 deletions
|
@ -9,16 +9,7 @@ MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
|
|||
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@gmail.com
|
||||
COMMENT= HTTP Caching Proxy
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue