svn commit: r318695 - head/net-mgmt/ipacco
Pietro Cerutti
gahr at FreeBSD.org
Tue May 21 13:32:05 UTC 2013
Author: gahr
Date: Tue May 21 13:32:04 2013
New Revision: 318695
URL: http://svnweb.freebsd.org/changeset/ports/318695
Log:
- Fix dependency line on databases/mysqltcl
- Bump PORTREVISION
Reported by: miwi (Tcl/Tk 8.6 exp-run latecomers)
Approved by: portmgr
Modified:
head/net-mgmt/ipacco/Makefile (contents, props changed)
Modified: head/net-mgmt/ipacco/Makefile
==============================================================================
--- head/net-mgmt/ipacco/Makefile Tue May 21 13:31:40 2013 (r318694)
+++ head/net-mgmt/ipacco/Makefile Tue May 21 13:32:04 2013 (r318695)
@@ -7,7 +7,7 @@
PORTNAME= ipacco
PORTVERSION= 0.2.0.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-mgmt www
MASTER_SITES= SF
@@ -15,7 +15,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Web based tool to analyze Cisco IP accounting data
RUN_DEPENDS= ${LOCALBASE}/include/tclExtend.h:${PORTSDIR}/lang/tclX \
- ${LOCALBASE}/lib/mysqltcl-3.05/pkgIndex.tcl:${PORTSDIR}/databases/mysqltcl \
+ ${LOCALBASE}/lib/mysqltcl-3.052/pkgIndex.tcl:${PORTSDIR}/databases/mysqltcl \
dtplite:${PORTSDIR}/devel/tcllib
NO_BUILD= yes
More information about the svn-ports-all
mailing list