svn commit: r368828 - in head/www: squid squid33

Guido Falsi madpilot at FreeBSD.org
Mon Sep 22 08:40:40 UTC 2014


Author: madpilot
Date: Mon Sep 22 08:40:39 2014
New Revision: 368828
URL: http://svnweb.freebsd.org/changeset/ports/368828
QAT: https://qat.redports.org/buildarchive/r368828/

Log:
  Add CPE info to squid ports.
  
  Requested by:	des@

Modified:
  head/www/squid/Makefile
  head/www/squid33/Makefile

Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile	Mon Sep 22 08:35:21 2014	(r368827)
+++ head/www/squid/Makefile	Mon Sep 22 08:40:39 2014	(r368828)
@@ -29,7 +29,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS_INSTALL=	squid33-*
 
-USES=		perl5 tar:xz shebangfix
+USES=		cpe perl5 tar:xz shebangfix
+CPE_VENDOR=	squid-cache
 SHEBANG_FILES=	scripts/*.pl contrib/*.pl src/*.pl tools/*.pl \
 		helpers/external_acl/kerberos_ldap_group/cert_tool \
 		helpers/ssl/cert_valid.pl

Modified: head/www/squid33/Makefile
==============================================================================
--- head/www/squid33/Makefile	Mon Sep 22 08:35:21 2014	(r368827)
+++ head/www/squid33/Makefile	Mon Sep 22 08:40:39 2014	(r368828)
@@ -38,7 +38,8 @@ SQUID_STABLE_VER=	13
 
 CONFLICTS_INSTALL=	squid-3*
 
-USES=		perl5 tar:bzip2 shebangfix
+USES=		cpe perl5 tar:bzip2 shebangfix
+CPE_VENDOR=	squid-cache
 SHEBANG_FILES=	scripts/*.pl contrib/*.pl src/*.pl tools/*.pl\
 		helpers/external_acl/kerberos_ldap_group/cert_tool
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list