diff options
author | marcus <marcus@FreeBSD.org> | 2006-09-04 08:43:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-09-04 08:43:10 +0800 |
commit | c2b031ec8973378798ac0d21775c4a567efdfc2e (patch) | |
tree | 3bad4a4e6abb092dab00b2a08cd420395ffdb67f /net | |
parent | 1324ae6da540ea1e708dc9bac05ab37eaf2914a7 (diff) | |
download | freebsd-ports-graphics-c2b031ec8973378798ac0d21775c4a567efdfc2e.tar.gz freebsd-ports-graphics-c2b031ec8973378798ac0d21775c4a567efdfc2e.tar.zst freebsd-ports-graphics-c2b031ec8973378798ac0d21775c4a567efdfc2e.zip |
Update to 0.4.3.
Diffstat (limited to 'net')
-rw-r--r-- | net/service-discovery-applet/Makefile | 5 | ||||
-rw-r--r-- | net/service-discovery-applet/distinfo | 6 | ||||
-rw-r--r-- | net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in (renamed from net/service-discovery-applet/files/patch-plugins_gconfterminal.py) | 4 | ||||
-rw-r--r-- | net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in (renamed from net/service-discovery-applet/files/patch-plugins_xvncviewer.py) | 8 | ||||
-rw-r--r-- | net/service-discovery-applet/files/patch-servers_Makefile.in | 11 | ||||
-rw-r--r-- | net/service-discovery-applet/pkg-plist | 3 |
6 files changed, 14 insertions, 23 deletions
diff --git a/net/service-discovery-applet/Makefile b/net/service-discovery-applet/Makefile index 88a820d9704..7614f7529b6 100644 --- a/net/service-discovery-applet/Makefile +++ b/net/service-discovery-applet/Makefile @@ -7,8 +7,7 @@ # PORTNAME= service-discovery-applet -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.4.3 CATEGORIES= net dns gnome MASTER_SITES= http://0pointer.de/~sebest/ @@ -32,7 +31,7 @@ GCONF_SCHEMAS= service-discovery-applet.schemas post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/plugins/gconfterminal.py + ${WRKSRC}/plugins/gconfterminal.py.in post-install: @${X11BASE}/bin/gtk-update-icon-cache -f -q --ignore-theme-index \ diff --git a/net/service-discovery-applet/distinfo b/net/service-discovery-applet/distinfo index d5ec947f2cc..5e8a6c67281 100644 --- a/net/service-discovery-applet/distinfo +++ b/net/service-discovery-applet/distinfo @@ -1,3 +1,3 @@ -MD5 (service-discovery-applet-0.4.1.tar.gz) = 9160ca6ab87836086675a7eeb082b75f -SHA256 (service-discovery-applet-0.4.1.tar.gz) = 45ffb522d0a714c4e99c78c7d025a0d07b49cb7f3458cfcb08006cefb80fff78 -SIZE (service-discovery-applet-0.4.1.tar.gz) = 173828 +MD5 (service-discovery-applet-0.4.3.tar.gz) = 68e67e75d4e5223e75a656b61e76d6d4 +SHA256 (service-discovery-applet-0.4.3.tar.gz) = b3704a067f5541a0f73f54a09f93d2f053e5c8d0344f6d5d809bc96eab152b1a +SIZE (service-discovery-applet-0.4.3.tar.gz) = 184000 diff --git a/net/service-discovery-applet/files/patch-plugins_gconfterminal.py b/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in index 5350ae50102..37913fa70ea 100644 --- a/net/service-discovery-applet/files/patch-plugins_gconfterminal.py +++ b/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in @@ -1,5 +1,5 @@ ---- plugins/gconfterminal.py.orig Sat May 6 18:53:01 2006 -+++ plugins/gconfterminal.py Sat May 6 18:53:10 2006 +--- plugins/gconfterminal.py.in.orig Sat May 6 18:53:01 2006 ++++ plugins/gconfterminal.py.in Sat May 6 18:53:10 2006 @@ -16,7 +16,7 @@ from sdapplet.pluginutils import * try: diff --git a/net/service-discovery-applet/files/patch-plugins_xvncviewer.py b/net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in index 8de3c9b7d5d..c941922ea04 100644 --- a/net/service-discovery-applet/files/patch-plugins_xvncviewer.py +++ b/net/service-discovery-applet/files/patch-plugins_xvncviewer.py.in @@ -1,5 +1,5 @@ ---- plugins/xvncviewer.py.orig Sat May 6 15:19:12 2006 -+++ plugins/xvncviewer.py Sat May 6 15:20:13 2006 +--- plugins/xvncviewer.py.in.orig Sun Sep 3 20:28:54 2006 ++++ plugins/xvncviewer.py.in Sun Sep 3 20:29:04 2006 @@ -19,11 +19,11 @@ class plugin_xvncviewer: def __init__(self): self.service_type = ["_rfb._tcp"] @@ -9,9 +9,9 @@ def connect(self, use_host_names, name, stype, hostname, address, port, txts): - print "connecting using xvncviewer" -- cmdline = ["xvncviewer", "-xrm", "*passwordDialog:true", hostname ] +- cmdline = ["@toolsdir@/exec_wrapper", "xvncviewer", "-xrm", "*passwordDialog:true", hostname ] + print "connecting using vncviewer" -+ cmdline = ["vncviewer", "-xrm", "*passwordDialog:true", hostname] ++ cmdline = ["@toolsdir@/exec_wrapper", "vncviewer", "-xrm", "*passwordDialog:true", hostname ] print cmdline pid = subprocess.Popen(cmdline, close_fds=True).pid diff --git a/net/service-discovery-applet/files/patch-servers_Makefile.in b/net/service-discovery-applet/files/patch-servers_Makefile.in index 72f9f08f624..e69de29bb2d 100644 --- a/net/service-discovery-applet/files/patch-servers_Makefile.in +++ b/net/service-discovery-applet/files/patch-servers_Makefile.in @@ -1,11 +0,0 @@ ---- servers/Makefile.in.orig Sat May 6 15:01:00 2006 -+++ servers/Makefile.in Sat May 6 15:01:20 2006 -@@ -367,7 +367,7 @@ uninstall-am: uninstall-info-am uninstal - @INTLTOOL_SERVER_RULE@ - - all: GNOME_ServiceDiscoveryApplet.server -- sed -i \ -+ sed -i "" \ - -e 's,@bindir\@,$(bindir),g' \ - -e 's,@iconsdir\@,$(ICONSDIR),g' \ - GNOME_ServiceDiscoveryApplet.server diff --git a/net/service-discovery-applet/pkg-plist b/net/service-discovery-applet/pkg-plist index 2f5f8265d0c..9f426d62247 100644 --- a/net/service-discovery-applet/pkg-plist +++ b/net/service-discovery-applet/pkg-plist @@ -30,9 +30,12 @@ share/gnome/service-discovery-applet/plugins/ekiga.py share/gnome/service-discovery-applet/plugins/gconfterminal.py share/gnome/service-discovery-applet/plugins/nautilus.py share/gnome/service-discovery-applet/plugins/xvncviewer.py +share/gnome/service-discovery-applet/tools/exec_wrapper +share/locale/ca/LC_MESSAGES/service-discovery-applet.mo share/locale/da/LC_MESSAGES/service-discovery-applet.mo share/locale/de/LC_MESSAGES/service-discovery-applet.mo share/locale/fr/LC_MESSAGES/service-discovery-applet.mo +@dirrm share/gnome/service-discovery-applet/tools @dirrm share/gnome/service-discovery-applet/plugins @dirrm share/gnome/service-discovery-applet/interfaces @dirrm share/gnome/service-discovery-applet/icons/48x48 |