diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-04-17 14:16:50 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-04-17 14:16:50 +0000 |
commit | 752349aa2b4927d2e8b5a7cff5dd3210c0379dfd (patch) | |
tree | a9c0e5dbaa0d6a6d11fbdca7876428559af9b57b /sysutils/gnome-mount | |
parent | 01ce4d4baa6a01367408555f7d6716a3742e40bf (diff) | |
download | ports-752349aa2b4927d2e8b5a7cff5dd3210c0379dfd.tar.gz ports-752349aa2b4927d2e8b5a7cff5dd3210c0379dfd.zip |
Notes
Diffstat (limited to 'sysutils/gnome-mount')
-rw-r--r-- | sysutils/gnome-mount/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gnome-mount/distinfo | 6 | ||||
-rw-r--r-- | sysutils/gnome-mount/files/patch-src_gnome-mount.c | 20 | ||||
-rw-r--r-- | sysutils/gnome-mount/pkg-plist | 11 |
4 files changed, 13 insertions, 27 deletions
diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile index d317e5763ff1..ffeac354a351 100644 --- a/sysutils/gnome-mount/Makefile +++ b/sysutils/gnome-mount/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gnome-mount -PORTVERSION= 0.7 -PORTREVISION= 5 +PORTVERSION= 0.8 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ diff --git a/sysutils/gnome-mount/distinfo b/sysutils/gnome-mount/distinfo index 648224657e9e..99faf8250ceb 100644 --- a/sysutils/gnome-mount/distinfo +++ b/sysutils/gnome-mount/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome-mount-0.7.tar.gz) = 6a2f14925376c2c494df89cbfbdb2ca5 -SHA256 (gnome-mount-0.7.tar.gz) = 009c8a920e40f414936bf2ad3a883e1c3fdcf0af8f736c8e840167406f737608 -SIZE (gnome-mount-0.7.tar.gz) = 484021 +MD5 (gnome-mount-0.8.tar.gz) = 562ec9d0196e5e000bdd249a04a3aa6a +SHA256 (gnome-mount-0.8.tar.gz) = 44ca6b78b49a4181435e489c7b7d416c8f26442dcecdc01ec4b981274ed957e2 +SIZE (gnome-mount-0.8.tar.gz) = 505788 diff --git a/sysutils/gnome-mount/files/patch-src_gnome-mount.c b/sysutils/gnome-mount/files/patch-src_gnome-mount.c deleted file mode 100644 index 0d4136e5cafd..000000000000 --- a/sysutils/gnome-mount/files/patch-src_gnome-mount.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/gnome-mount.c.orig Sun Sep 17 01:17:54 2006 -+++ src/gnome-mount.c Sun Feb 11 01:03:16 2007 -@@ -380,7 +385,7 @@ show_error_dialog_mount (LibHalVolume *v - } else if (strcmp (error_name, "org.freedesktop.Hal.Device.Volume.AlreadyMounted") == 0) { - - /* don't show any dialog for this */ -- gtk_widget_unref (w); -+ gtk_widget_destroy (w); - w = NULL; - - #if 0 -@@ -399,7 +404,7 @@ show_error_dialog_mount (LibHalVolume *v - * - * Don't show any dialog for this. - */ -- gtk_widget_unref (w); -+ gtk_widget_destroy (w); - w = NULL; - - } else { diff --git a/sysutils/gnome-mount/pkg-plist b/sysutils/gnome-mount/pkg-plist index d35d0b048a2c..3c685882f87b 100644 --- a/sysutils/gnome-mount/pkg-plist +++ b/sysutils/gnome-mount/pkg-plist @@ -2,13 +2,14 @@ bin/gnome-eject bin/gnome-mount bin/gnome-umount libdata/pkgconfig/gnome-mount.pc -share/gnome-mount/gnome-mount-properties.glade +%%DATADIR%%/gnome-mount-properties.glade share/locale/ar/LC_MESSAGES/gnome-mount.mo share/locale/be/LC_MESSAGES/gnome-mount.mo share/locale/be@latin/LC_MESSAGES/gnome-mount.mo share/locale/ca/LC_MESSAGES/gnome-mount.mo share/locale/da/LC_MESSAGES/gnome-mount.mo share/locale/dz/LC_MESSAGES/gnome-mount.mo +share/locale/el/LC_MESSAGES/gnome-mount.mo share/locale/en_GB/LC_MESSAGES/gnome-mount.mo share/locale/es/LC_MESSAGES/gnome-mount.mo share/locale/fi/LC_MESSAGES/gnome-mount.mo @@ -20,15 +21,21 @@ share/locale/lv/LC_MESSAGES/gnome-mount.mo share/locale/mk/LC_MESSAGES/gnome-mount.mo share/locale/nb/LC_MESSAGES/gnome-mount.mo share/locale/oc/LC_MESSAGES/gnome-mount.mo +share/locale/pa/LC_MESSAGES/gnome-mount.mo share/locale/pl/LC_MESSAGES/gnome-mount.mo +share/locale/pt/LC_MESSAGES/gnome-mount.mo share/locale/pt_BR/LC_MESSAGES/gnome-mount.mo share/locale/ru/LC_MESSAGES/gnome-mount.mo share/locale/sv/LC_MESSAGES/gnome-mount.mo share/locale/vi/LC_MESSAGES/gnome-mount.mo -@dirrm share/gnome-mount +share/locale/zh_HK/LC_MESSAGES/gnome-mount.mo +share/locale/zh_TW/LC_MESSAGES/gnome-mount.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK @dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin +@dirrm %%DATADIR%% |