svn commit: r358037 - head/net/ntop
Jimmy Olgeni
olgeni at FreeBSD.org
Mon Jun 16 20:16:15 UTC 2014
Author: olgeni
Date: Mon Jun 16 20:16:14 2014
New Revision: 358037
URL: http://svnweb.freebsd.org/changeset/ports/358037
QAT: https://qat.redports.org/buildarchive/r358037/
Log:
Unbreak, after I broke it on r357306.
- Fix dependency on x11-fonts/urwfonts
While I'm here:
- Add LICENSE
- Fix WWW tag in pkg-descr
Noticed by: amdmi3
Modified:
head/net/ntop/Makefile
head/net/ntop/pkg-descr (contents, props changed)
Modified: head/net/ntop/Makefile
==============================================================================
--- head/net/ntop/Makefile Mon Jun 16 19:36:07 2014 (r358036)
+++ head/net/ntop/Makefile Mon Jun 16 20:16:14 2014 (r358037)
@@ -3,13 +3,15 @@
PORTNAME= ntop
PORTVERSION= 5.0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable
MAINTAINER= ports at FreeBSD.org
COMMENT= Network monitoring tool with command line and web interfaces
+LICENSE= GPLv3
+
LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \
libevent-1.4.so:${PORTSDIR}/devel/libevent
BUILD_DEPENDS= rrdtool>=1.2:${PORTSDIR}/databases/rrdtool \
@@ -17,7 +19,7 @@ BUILD_DEPENDS= rrdtool>=1.2:${PORTSDIR}/
dot:${PORTSDIR}/graphics/graphviz \
geoiplookup:${PORTSDIR}/net/GeoIP
RUN_DEPENDS:= ${BUILD_DEPENDS} \
- ${LOCALBASE}/lib/X11/fonts/URW/a010013l.afm:${PORTSDIR}/x11-fonts/urwfonts
+ urwfonts>0:${PORTSDIR}/x11-fonts/urwfonts
DBDIR?= /var/db
Modified: head/net/ntop/pkg-descr
==============================================================================
--- head/net/ntop/pkg-descr Mon Jun 16 19:36:07 2014 (r358036)
+++ head/net/ntop/pkg-descr Mon Jun 16 20:16:14 2014 (r358037)
@@ -3,4 +3,4 @@ local area networks. It provides comman
via an embedded web server. ntop is based on libpcap.
Author: Luca Deri <deri at ntop.org>
-WWW: http://www.ntop.org/
+WWW: http://www.ntop.org/
More information about the svn-ports-all
mailing list