Date: Mon, 4 Feb 2019 14:01:59 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492134 - head/net-mgmt/etherape Message-ID: <201902041401.x14E1x0q050266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Mon Feb 4 14:01:59 2019 New Revision: 492134 URL: https://svnweb.freebsd.org/changeset/ports/492134 Log: net-mgmt/etherape: Update to 0.9.18 Changes this release: - https://sourceforge.net/p/etherape/etherape/ci/rel-0.9.18/tree/NEWS - Notably with this release EtherApe is now a pure GTK 3 application Modified: head/net-mgmt/etherape/Makefile head/net-mgmt/etherape/distinfo head/net-mgmt/etherape/pkg-plist Modified: head/net-mgmt/etherape/Makefile ============================================================================== --- head/net-mgmt/etherape/Makefile Mon Feb 4 13:41:21 2019 (r492133) +++ head/net-mgmt/etherape/Makefile Mon Feb 4 14:01:59 2019 (r492134) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= etherape -PORTVERSION= 0.9.16 -PORTREVISION= 1 +PORTVERSION= 0.9.18 CATEGORIES= net-mgmt gnome MASTER_SITES= SF @@ -17,12 +16,13 @@ BUILD_DEPENDS= itstool:textproc/itstool \ yelp-tools>=0:textproc/yelp-tools LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ + libgoocanvas-2.0.so:graphics/goocanvas2 \ libpopt.so:devel/popt -USES= gettext gmake iconv localbase pathfix pkgconfig -USE_GNOME= cairo gdkpixbuf2 libglade2 libgnomecanvas libgnomeui -GNU_CONFIGURE= yes +USES= gettext gmake gnome iconv localbase pathfix pkgconfig +USE_GNOME= atk cairo gdkpixbuf2 gtk30 pango +GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog FAQ NEWS README README.bugs TODO OPTIONS_DEFINE= DOCS Modified: head/net-mgmt/etherape/distinfo ============================================================================== --- head/net-mgmt/etherape/distinfo Mon Feb 4 13:41:21 2019 (r492133) +++ head/net-mgmt/etherape/distinfo Mon Feb 4 14:01:59 2019 (r492134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520232379 -SHA256 (etherape-0.9.16.tar.gz) = 18406a4e0e194a516b06063f160d08f7d04650f6901e6cae8225d12817c685c3 -SIZE (etherape-0.9.16.tar.gz) = 1435235 +TIMESTAMP = 1549287444 +SHA256 (etherape-0.9.18.tar.gz) = bbc24f47d6072cd8ee6ed31303d4ec31d842dc53291613a440fe971d0b732c79 +SIZE (etherape-0.9.18.tar.gz) = 1436265 Modified: head/net-mgmt/etherape/pkg-plist ============================================================================== --- head/net-mgmt/etherape/pkg-plist Mon Feb 4 13:41:21 2019 (r492133) +++ head/net-mgmt/etherape/pkg-plist Mon Feb 4 14:01:59 2019 (r492134) @@ -1,9 +1,8 @@ bin/etherape man/man1/etherape.1.gz share/applications/etherape.desktop -%%DATADIR%%/glade/etherape.glade +%%DATADIR%%/glade/etherape.ui %%DATADIR%%/glade/etherape.png -%%DATADIR%%/glade/nodes.xpm share/help/C/etherape/figures/all_nodes.eps share/help/C/etherape/figures/all_nodes.png share/help/C/etherape/figures/appmain.eps
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041401.x14E1x0q050266>