pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/etherape Changes 0.9.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35955b57b427
branches:  trunk
changeset: 483922:35955b57b427
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 22 15:27:53 2004 +0000

description:
Changes 0.9.1:
* Color-coded protocol dialog
* Some tweaks to compile with newer distros

diffstat:

 net/etherape/Makefile         |   8 +++-----
 net/etherape/PLIST            |   6 +++++-
 net/etherape/distinfo         |   8 ++++----
 net/etherape/patches/patch-aa |  10 +++++-----
 4 files changed, 17 insertions(+), 15 deletions(-)

diffs (90 lines):

diff -r ef7be1de2ddf -r 35955b57b427 net/etherape/Makefile
--- a/net/etherape/Makefile     Mon Nov 22 14:54:37 2004 +0000
+++ b/net/etherape/Makefile     Mon Nov 22 15:27:53 2004 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:17:51 tv Exp $
-#
+# $NetBSD: Makefile,v 1.22 2004/11/22 15:27:53 adam Exp $
 
-DISTNAME=      etherape-0.9.0
-PKGREVISION=   11
+DISTNAME=      etherape-0.9.1
 CATEGORIES=    gnome net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=etherape/}
 
@@ -11,11 +9,11 @@
 COMMENT=       Graphical network monitor
 
 USE_GNU_TOOLS+=                make
-USE_X11=               YES
 USE_BUILDLINK3=                YES
 USE_DIRS+=             xdg-1.1
 USE_PKGINSTALL=                YES
 USE_PKGLOCALEDIR=      YES
+USE_X11=               YES
 GNU_CONFIGURE=         YES
 
 PKG_SYSCONFSUBDIR=     etherape
diff -r ef7be1de2ddf -r 35955b57b427 net/etherape/PLIST
--- a/net/etherape/PLIST        Mon Nov 22 14:54:37 2004 +0000
+++ b/net/etherape/PLIST        Mon Nov 22 15:27:53 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/03/11 03:07:36 salo Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/11/22 15:27:53 adam Exp $
 bin/etherape
 man/man1/etherape.1
 share/etherape/glade/etherape.glade2
@@ -9,11 +9,15 @@
 @exec ${MKDIR} %D/share/examples/etherape
 share/examples/etherape/services
 share/gnome/apps/Applications/etherape.desktop
+share/gnome/help/etherape/C/topic.dat
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/etherape.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/etherape.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/etherape.mo
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/etherape.mo
 share/pixmaps/etherape.png
+@dirrm share/gnome/help/etherape/C/stylesheet-images
+@dirrm share/gnome/help/etherape/C
+@dirrm share/gnome/help/etherape
 @dirrm share/examples/etherape
 @dirrm share/etherape/glade
 @dirrm share/etherape
diff -r ef7be1de2ddf -r 35955b57b427 net/etherape/distinfo
--- a/net/etherape/distinfo     Mon Nov 22 14:54:37 2004 +0000
+++ b/net/etherape/distinfo     Mon Nov 22 15:27:53 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/03/11 03:07:36 salo Exp $
+$NetBSD: distinfo,v 1.3 2004/11/22 15:27:53 adam Exp $
 
-SHA1 (etherape-0.9.0.tar.gz) = f47a9289464b3bca15d8ea09e20fb5f632da416d
-Size (etherape-0.9.0.tar.gz) = 406667 bytes
-SHA1 (patch-aa) = 5e0e19dc07ba2f0cb0e49f90624c13f0fa49ed66
+SHA1 (etherape-0.9.1.tar.gz) = d9eb267e1ff5992bf120f8bbefc974660a203909
+Size (etherape-0.9.1.tar.gz) = 447092 bytes
+SHA1 (patch-aa) = e6b41ead7de0a0ce5f293f742e3e79cfe2d65021
diff -r ef7be1de2ddf -r 35955b57b427 net/etherape/patches/patch-aa
--- a/net/etherape/patches/patch-aa     Mon Nov 22 14:54:37 2004 +0000
+++ b/net/etherape/patches/patch-aa     Mon Nov 22 15:27:53 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2003/03/11 03:07:37 salo Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/22 15:27:53 adam Exp $
 
---- Makefile.in.orig   2003-03-11 03:13:01.000000000 +0100
-+++ Makefile.in        2003-03-11 03:25:09.000000000 +0100
-@@ -142,7 +142,7 @@
+--- Makefile.in.orig   2004-08-10 19:14:06.000000000 +0000
++++ Makefile.in
+@@ -143,7 +143,7 @@ DATADIR = .
  
  man_MANS = etherape.1
  
@@ -11,7 +11,7 @@
  conf_DATA = \
        services
  
-@@ -643,7 +643,7 @@
+@@ -652,7 +652,7 @@ info: info-recursive
  
  info-am:
  



Home | Main Index | Thread Index | Old Index