Date: Tue, 16 Sep 2014 14:52:50 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368314 - head/www/squidguard Message-ID: <201409161452.s8GEqoGX009233@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409161452.s8GEqoGX009233>