diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2004-11-24 05:33:15 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2004-11-24 05:33:15 +0000 |
commit | 5f815400cda60d76a5a3199e9599c87a7df62954 (patch) | |
tree | ac28890bf9a45a94ab9e01867d527515fefec380 /net-mgmt/etherape | |
parent | adebaa87f9509947342ee12d0cccfc093dbb7630 (diff) | |
download | ports-5f815400cda60d76a5a3199e9599c87a7df62954.tar.gz ports-5f815400cda60d76a5a3199e9599c87a7df62954.zip |
Notes
Diffstat (limited to 'net-mgmt/etherape')
-rw-r--r-- | net-mgmt/etherape/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/etherape/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/etherape/files/patch-src::Makefile.in | 13 | ||||
-rw-r--r-- | net-mgmt/etherape/pkg-plist | 22 |
4 files changed, 18 insertions, 26 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 59c9af515899..63ef6a04d0ca 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -6,17 +6,18 @@ # PORTNAME= etherape -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 PORTREVISION= 4 CATEGORIES= net-mgmt gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= samy@kerneled.com +MAINTAINER= samy@kerneled.org COMMENT= A graphical network traffic visualization tool for gnome USE_GETTEXT= yes USE_GNOME= libglade2 libgnomeui +USE_GMAKE= yes USE_LIBTOOL_VER=13 USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/net-mgmt/etherape/distinfo b/net-mgmt/etherape/distinfo index 3fc6ec282c20..b9211bc3758b 100644 --- a/net-mgmt/etherape/distinfo +++ b/net-mgmt/etherape/distinfo @@ -1,2 +1,2 @@ -MD5 (etherape-0.9.0.tar.gz) = a712f4cb04897d1a02ce988cffbf254c -SIZE (etherape-0.9.0.tar.gz) = 406667 +MD5 (etherape-0.9.1.tar.gz) = e38732c1bf8c451a1ff312086828e40b +SIZE (etherape-0.9.1.tar.gz) = 447092 diff --git a/net-mgmt/etherape/files/patch-src::Makefile.in b/net-mgmt/etherape/files/patch-src::Makefile.in deleted file mode 100644 index e75803879e4e..000000000000 --- a/net-mgmt/etherape/files/patch-src::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- src/Makefile.in.orig Mon Jun 16 21:46:20 2003 -+++ src/Makefile.in Mon Jun 16 21:46:32 2003 -@@ -170,7 +170,7 @@ - - etherape_LDADD = $(ETHERAPE_LIBS) $(PCAP_LIBS) - etherape_LDFLAGS = --etherape_LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -+etherape_LINK = libtool --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ - subdir = src - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h diff --git a/net-mgmt/etherape/pkg-plist b/net-mgmt/etherape/pkg-plist index afb6a42dc4cb..1ba41b77faa7 100644 --- a/net-mgmt/etherape/pkg-plist +++ b/net-mgmt/etherape/pkg-plist @@ -1,20 +1,24 @@ bin/etherape etc/etherape/services -lib/locale/es/LC_MESSAGES/etherape.mo -lib/locale/fr/LC_MESSAGES/etherape.mo -lib/locale/nl/LC_MESSAGES/etherape.mo -lib/locale/tr/LC_MESSAGES/etherape.mo share/etherape/glade/etherape.glade2 share/etherape/glade/etherape.png share/etherape/glade/pause.xpm share/etherape/glade/play.xpm share/etherape/glade/stop.xpm share/gnome/apps/Applications/etherape.desktop +share/gnome/help/etherape/C/topic.dat +share/locale/es/LC_MESSAGES/etherape.mo +share/locale/fr/LC_MESSAGES/etherape.mo +share/locale/nl/LC_MESSAGES/etherape.mo +share/locale/tr/LC_MESSAGES/etherape.mo share/pixmaps/etherape.png +@dirrm etc/etherape @dirrm share/etherape/glade @dirrm share/etherape -@dirrm lib/locale/tr/LC_MESSAGES -@dirrm lib/locale/nl/LC_MESSAGES -@dirrm lib/locale/fr/LC_MESSAGES -@dirrm lib/locale/es/LC_MESSAGES -@dirrm etc/etherape +@dirrm share/gnome/help/etherape/C/stylesheet-images +@dirrm share/gnome/help/etherape/C +@dirrm share/gnome/help/etherape +@dirrm share/locale/es/LC_MESSAGES +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/nl/LC_MESSAGES +@dirrm share/locale/tr/LC_MESSAGES |