diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 12:23:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 12:23:49 +0000 |
commit | 9801311880d6bfc3330dacc18fb8131209960649 (patch) | |
tree | dcc8d63c1b6726ed2fd90b5671657b793f5e8101 /www/squid | |
parent | Drop the ipv6 virtual category for s* category as it is not relevant anymore (diff) |
Drop the ipv6 virtual category for w* category as it is not relevant anymore
Notes
Notes:
svn path=/head/; revision=514145
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index b92d541fb091..085d7ab74e14 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -3,7 +3,7 @@ PORTNAME= squid PORTVERSION= 4.8 PORTREVISION= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \ http://www2.us.squid-cache.org/Versions/v4/ \ http://www1.at.squid-cache.org/Versions/v4/ \ |