From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 20:16:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 370DFB68; Mon, 16 Jun 2014 20:16:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 244DF29C9; Mon, 16 Jun 2014 20:16:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GKGEun004366; Mon, 16 Jun 2014 20:16:14 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GKGEOF004362; Mon, 16 Jun 2014 20:16:14 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201406162016.s5GKGEOF004362@svn.freebsd.org> From: Jimmy Olgeni Date: Mon, 16 Jun 2014 20:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358037 - head/net/ntop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 20:16:15 -0000 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@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 -WWW: http://www.ntop.org/ +WWW: http://www.ntop.org/