diff options
author | mat <mat@FreeBSD.org> | 2013-12-05 19:10:49 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-12-05 19:10:49 +0800 |
commit | c6c48e8eca76c54a6a5e1f6a28d91f2e5492137f (patch) | |
tree | dbba8f7c619a6f7db5c86ae59117cfcf6e8fe57e /www/squid33 | |
parent | 4d3ac6c98b3d0afa6d432c5951df26077eb3fa37 (diff) | |
download | freebsd-ports-gnome-c6c48e8eca76c54a6a5e1f6a28d91f2e5492137f.tar.gz freebsd-ports-gnome-c6c48e8eca76c54a6a5e1f6a28d91f2e5492137f.tar.zst freebsd-ports-gnome-c6c48e8eca76c54a6a5e1f6a28d91f2e5492137f.zip |
Fixup pkgnames.
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444, ports/184445, ports/184446, ports/184447, ports/184448, ports/184449, ports/184450
Submitted by: mat
Approved by: portmgr (bapt)
Diffstat (limited to 'www/squid33')
-rw-r--r-- | www/squid33/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/squid33/Makefile b/www/squid33/Makefile index 2663b6bb97e9..6f25fe060462 100644 --- a/www/squid33/Makefile +++ b/www/squid33/Makefile @@ -21,6 +21,7 @@ MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://www1.za.squid-cache.org/Versions/v3/${PORTVERSION:R}/ MASTER_SITE_SUBDIR= squid DIST_SUBDIR= squid3.3 +PKGNAMESUFFIX= 33 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www2.us.squid-cache.org/%SUBDIR%/ \ @@ -39,11 +40,9 @@ COMMENT= HTTP Caching Proxy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= squid33 - SQUID_STABLE_VER= 11 -CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[!3].* cacheboy-[0-9]* lusca-head-[0-9]* +CONFLICTS_INSTALL= squid-2.[0-9].* squid32-* cacheboy-[0-9]* lusca-head-[0-9]* USES= perl5 GNU_CONFIGURE= yes USE_BZIP2= yes |