diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-11 13:46:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-11 13:46:29 +0800 |
commit | c1f26a253ddb0a56b4fbe183fcdc1b5c4bd679ae (patch) | |
tree | 551db3be0a65dab024634b33153b1398ccb1a2da | |
parent | dface1d27684a1df0b0eda7ad372f454e1a230ae (diff) | |
download | marcuscom-ports-c1f26a253ddb0a56b4fbe183fcdc1b5c4bd679ae.tar marcuscom-ports-c1f26a253ddb0a56b4fbe183fcdc1b5c4bd679ae.tar.gz marcuscom-ports-c1f26a253ddb0a56b4fbe183fcdc1b5c4bd679ae.tar.bz2 marcuscom-ports-c1f26a253ddb0a56b4fbe183fcdc1b5c4bd679ae.tar.lz marcuscom-ports-c1f26a253ddb0a56b4fbe183fcdc1b5c4bd679ae.tar.xz marcuscom-ports-c1f26a253ddb0a56b4fbe183fcdc1b5c4bd679ae.tar.zst marcuscom-ports-c1f26a253ddb0a56b4fbe183fcdc1b5c4bd679ae.zip |
Sync with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7710 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/service-discovery-applet/Makefile | 8 | ||||
-rw-r--r-- | net/service-discovery-applet/distinfo | 6 | ||||
-rw-r--r-- | net/service-discovery-applet/pkg-plist | 3 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/service-discovery-applet/Makefile b/net/service-discovery-applet/Makefile index bbf77ad81..2a0228d40 100644 --- a/net/service-discovery-applet/Makefile +++ b/net/service-discovery-applet/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/net/service-discovery-applet/Makefile,v 1.1 2006/07/27 17:32:12 mezz Exp $ # PORTNAME= service-discovery-applet -PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= net dns gnome MASTER_SITES= http://0pointer.de/~sebest/ @@ -32,7 +32,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: @${LOCALBASE}/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 d5ec947f2..5e8a6c672 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/pkg-plist b/net/service-discovery-applet/pkg-plist index 2f5f8265d..9f426d622 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 |