svn commit: r320842 - head/net-mgmt/bandwidthd

Bryan Drewery bdrewery at FreeBSD.org
Thu Jun 13 21:19:12 UTC 2013


Author: bdrewery
Date: Thu Jun 13 21:19:12 2013
New Revision: 320842
URL: http://svnweb.freebsd.org/changeset/ports/320842

Log:
  - Take maintainership
  - Remove ABI version from LIB_DEPENDS

Modified:
  head/net-mgmt/bandwidthd/Makefile

Modified: head/net-mgmt/bandwidthd/Makefile
==============================================================================
--- head/net-mgmt/bandwidthd/Makefile	Thu Jun 13 20:54:20 2013	(r320841)
+++ head/net-mgmt/bandwidthd/Makefile	Thu Jun 13 21:19:12 2013	(r320842)
@@ -8,10 +8,10 @@ CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bdrewery at FreeBSD.org
 COMMENT=	Tracks bandwidth usage by IP address
 
-LIB_DEPENDS+=	gd.4:${PORTSDIR}/graphics/gd
+LIB_DEPENDS+=	gd:${PORTSDIR}/graphics/gd
 
 USE_CSTD=	gnu89
 


More information about the svn-ports-all mailing list