svn commit: r492134 - head/net-mgmt/etherape
Ben Woods
woodsb02 at FreeBSD.org
Mon Feb 4 14:02:00 UTC 2019
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
More information about the svn-ports-head
mailing list