svn commit: r368314 - head/www/squidguard

Guido Falsi madpilot at FreeBSD.org
Tue Sep 16 14:52:50 UTC 2014


Author: madpilot
Date: Tue Sep 16 14:52:50 2014
New Revision: 368314
URL: http://svnweb.freebsd.org/changeset/ports/368314
QAT: https://qat.redports.org/buildarchive/r368314/

Log:
  Make squidguard depend on the www/squid port, recently updated to 3.4.

Modified:
  head/www/squidguard/Makefile

Modified: head/www/squidguard/Makefile
==============================================================================
--- head/www/squidguard/Makefile	Tue Sep 16 13:53:07 2014	(r368313)
+++ head/www/squidguard/Makefile	Tue Sep 16 14:52:50 2014	(r368314)
@@ -2,7 +2,7 @@
 
 PORTNAME=	squidGuard
 PORTVERSION=	1.4
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	www
 MASTER_SITES=	http://www.squidguard.org/Downloads/:a \
 		http://www.squidguard.org/Downloads/Contrib/:b
@@ -17,7 +17,7 @@ COMMENT=	Fast redirector for squid
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid33
+RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
 
 USE_BDB=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list