Date: Tue, 26 Feb 2019 16:10:53 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493972 - in head/sysutils/usbtop: . files Message-ID: <201902261610.x1QGAreR008655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Feb 26 16:10:52 2019 New Revision: 493972 URL: https://svnweb.freebsd.org/changeset/ports/493972 Log: sysutils/usbtop: Update 0.2 -> 1.0 Deleted: head/sysutils/usbtop/files/ Modified: head/sysutils/usbtop/Makefile head/sysutils/usbtop/distinfo Modified: head/sysutils/usbtop/Makefile ============================================================================== --- head/sysutils/usbtop/Makefile Tue Feb 26 15:12:42 2019 (r493971) +++ head/sysutils/usbtop/Makefile Tue Feb 26 16:10:52 2019 (r493972) @@ -3,8 +3,7 @@ PORTNAME= usbtop DISTVERSIONPREFIX= release- -DISTVERSION= 0.2 -PORTREVISION= 6 +DISTVERSION= 1.0 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -13,7 +12,8 @@ COMMENT= Utility that shows an estimated instantaneous LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_system.so:devel/boost-libs +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libpcap.so:net/libpcap USES= cmake compiler:c++11-lang USE_GITHUB= yes Modified: head/sysutils/usbtop/distinfo ============================================================================== --- head/sysutils/usbtop/distinfo Tue Feb 26 15:12:42 2019 (r493971) +++ head/sysutils/usbtop/distinfo Tue Feb 26 16:10:52 2019 (r493972) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513559500 -SHA256 (aguinet-usbtop-release-0.2_GH0.tar.gz) = 6283454ccbfecab44276344b6bc1bf74e86808fb9f539ca63eb0447d7741487e -SIZE (aguinet-usbtop-release-0.2_GH0.tar.gz) = 10828 +TIMESTAMP = 1551197211 +SHA256 (aguinet-usbtop-release-1.0_GH0.tar.gz) = eea7f2fbdcaacbf1097f62f9e4fb50ffd238cec3085b67d384ab0a419274e1da +SIZE (aguinet-usbtop-release-1.0_GH0.tar.gz) = 626770
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902261610.x1QGAreR008655>