Date: Tue, 28 May 2019 20:06:20 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502911 - head/net/vnstat Message-ID: <201905282006.x4SK6KPn057312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue May 28 20:06:20 2019 New Revision: 502911 URL: https://svnweb.freebsd.org/changeset/ports/502911 Log: net/vnstat: Update to 2.2 Differential Revision: https://reviews.freebsd.org/D20196 Modified: head/net/vnstat/Makefile head/net/vnstat/distinfo Modified: head/net/vnstat/Makefile ============================================================================== --- head/net/vnstat/Makefile Tue May 28 20:02:03 2019 (r502910) +++ head/net/vnstat/Makefile Tue May 28 20:06:20 2019 (r502911) @@ -2,26 +2,23 @@ # $FreeBSD$ PORTNAME= vnstat -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 2.2 +PORTREVISION= 0 CATEGORIES= net -MASTER_SITES= https://humdi.net/vnstat/ \ - https://source.ipfire.org/source-2.x/ +MASTER_SITES= https://humdi.net/vnstat/ MAINTAINER= feld@FreeBSD.org COMMENT= Console-based network traffic monitor LICENSE= GPLv2 -USE_RC_SUBR= vnstat - LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes USES= gmake +USE_RC_SUBR= vnstat + USERS= vnstat GROUPS= vnstat @@ -35,7 +32,7 @@ OPTIONS_DEFAULT= GUI OPTIONS_SUB= yes GUI_DESC= Build with graphics/gd dependency -GUI_LIB_DEPENDS+= libgd.so:graphics/gd +GUI_LIB_DEPENDS= libgd.so:graphics/gd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vnstat ${STAGEDIR}/${PREFIX}/bin/vnstat Modified: head/net/vnstat/distinfo ============================================================================== --- head/net/vnstat/distinfo Tue May 28 20:02:03 2019 (r502910) +++ head/net/vnstat/distinfo Tue May 28 20:06:20 2019 (r502911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542644161 -SHA256 (vnstat-2.0.tar.gz) = 6326648d66970802472736ee1a7037676f654b94452b141b88253343595f7e84 -SIZE (vnstat-2.0.tar.gz) = 259439 +TIMESTAMP = 1557290599 +SHA256 (vnstat-2.2.tar.gz) = c60a7bc35e0247b0d2e628d8fc39427f2482e844c2c7b9cdbfc814463310e02c +SIZE (vnstat-2.2.tar.gz) = 264037
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905282006.x4SK6KPn057312>