diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-24 04:58:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-24 04:58:29 +0800 |
commit | 8a438eb6188710cdba6a6ef3674b2812be38fea0 (patch) | |
tree | 3760e429f5739cd5101aa6296aa5c4225a61991e /net/avahi-app | |
parent | f3147786f4a1b429098e714ba3d46189c6380b78 (diff) | |
download | marcuscom-ports-8a438eb6188710cdba6a6ef3674b2812be38fea0.tar marcuscom-ports-8a438eb6188710cdba6a6ef3674b2812be38fea0.tar.gz marcuscom-ports-8a438eb6188710cdba6a6ef3674b2812be38fea0.tar.bz2 marcuscom-ports-8a438eb6188710cdba6a6ef3674b2812be38fea0.tar.lz marcuscom-ports-8a438eb6188710cdba6a6ef3674b2812be38fea0.tar.xz marcuscom-ports-8a438eb6188710cdba6a6ef3674b2812be38fea0.tar.zst marcuscom-ports-8a438eb6188710cdba6a6ef3674b2812be38fea0.zip |
Update to 0.6.28.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14831 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/avahi-app')
-rw-r--r-- | net/avahi-app/Makefile | 6 | ||||
-rw-r--r-- | net/avahi-app/distinfo | 6 | ||||
-rw-r--r-- | net/avahi-app/files/patch-avahi-gobject_AvahiCore-0.6.gir | 17 | ||||
-rw-r--r-- | net/avahi-app/files/patch-avahi-ui_avahi-ui.c | 28 | ||||
-rw-r--r-- | net/avahi-app/pkg-plist | 7 |
5 files changed, 13 insertions, 51 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 9c658c882..d5d9e7d05 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi-app/Makefile,v 1.12 2010/09/19 20:18:45 kwm Exp $ +# $MCom: ports/net/avahi-app/Makefile,v 1.13 2010/09/22 23:53:13 avl Exp $ # PORTNAME= avahi -PORTVERSION= 0.6.27 -PORTREVISION?= 4 +PORTVERSION= 0.6.28 +PORTREVISION?= 0 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ PKGNAMESUFFIX?= -app diff --git a/net/avahi-app/distinfo b/net/avahi-app/distinfo index 9a4d7d82c..0ca2bc46b 100644 --- a/net/avahi-app/distinfo +++ b/net/avahi-app/distinfo @@ -1,3 +1,3 @@ -MD5 (avahi-0.6.27.tar.gz) = 74b40f87aeab07fc77af25f725b32f04 -SHA256 (avahi-0.6.27.tar.gz) = c22df5e0b0d695bfe3cc52545bf0affc1c52060818a5a65d70055e320bc45e84 -SIZE (avahi-0.6.27.tar.gz) = 1217974 +MD5 (avahi-0.6.28.tar.gz) = d0143a5aa3265019072e53ab497818d0 +SHA256 (avahi-0.6.28.tar.gz) = a0d80aac88212b9f9d5331c248091d3c9c9209f0e41985421636ebd14230fc91 +SIZE (avahi-0.6.28.tar.gz) = 1238660 diff --git a/net/avahi-app/files/patch-avahi-gobject_AvahiCore-0.6.gir b/net/avahi-app/files/patch-avahi-gobject_AvahiCore-0.6.gir deleted file mode 100644 index 2ee06f05d..000000000 --- a/net/avahi-app/files/patch-avahi-gobject_AvahiCore-0.6.gir +++ /dev/null @@ -1,17 +0,0 @@ ---- avahi-gobject/AvahiCore-0.6.gir.orig -+++ avahi-gobject/AvahiCore-0.6.gir -@@ -1,10 +1,12 @@ - <?xml version="1.0"?> --<repository version="1.0" -+<repository version="1.2" - xmlns="http://www.gtk.org/introspection/core/1.0" - xmlns:c="http://www.gtk.org/introspection/c/1.0" - xmlns:glib="http://www.gtk.org/introspection/glib/1.0"> - <namespace name="AvahiCore" version="0.6" shared-library="avahi-core"> -- <alias name="IfIndex" target="int" c:type="AvahiIfIndex"/> -+ <alias name="IfIndex" c:type="AvahiIfIndex"> -+ <type name="gint" c:type="int"/> -+ </alias> - <enumeration name="Protocol" c:type="AvahiProtocol"> - <member name="inet" - value="0" diff --git a/net/avahi-app/files/patch-avahi-ui_avahi-ui.c b/net/avahi-app/files/patch-avahi-ui_avahi-ui.c deleted file mode 100644 index 6b331dc9f..000000000 --- a/net/avahi-app/files/patch-avahi-ui_avahi-ui.c +++ /dev/null @@ -1,28 +0,0 @@ ---- avahi-ui/avahi-ui.c.orig -+++ avahi-ui/avahi-ui.c -@@ -254,11 +254,13 @@ GtkWidget *aui_service_dialog_new_valist( - const gchar *button_text; - gint dr; - -- GtkWidget *w = GTK_WIDGET(g_object_new( -+ GtkWidget *w = (GtkWidget*)g_object_new( - AUI_TYPE_SERVICE_DIALOG, -+#if !GTK_CHECK_VERSION (2,21,8) - "has-separator", FALSE, -+#endif - "title", title, -- NULL)); -+ NULL); - - if (parent) - gtk_window_set_transient_for(GTK_WINDOW(w), parent); -@@ -985,7 +987,9 @@ static void domain_button_clicked(GtkButton *button G_GNUC_UNUSED, gpointer user - p->domain_dialog = gtk_dialog_new(); - gtk_container_set_border_width(GTK_CONTAINER(p->domain_dialog), 5); - gtk_window_set_title(GTK_WINDOW(p->domain_dialog), _("Change domain")); -+#if !GTK_CHECK_VERSION(2,21,8) - gtk_dialog_set_has_separator(GTK_DIALOG(p->domain_dialog), FALSE); -+#endif - - vbox = gtk_vbox_new(FALSE, 8); - gtk_container_set_border_width(GTK_CONTAINER(vbox), 8); diff --git a/net/avahi-app/pkg-plist b/net/avahi-app/pkg-plist index 1edb8825a..a30b15910 100644 --- a/net/avahi-app/pkg-plist +++ b/net/avahi-app/pkg-plist @@ -121,6 +121,7 @@ share/gir-1.0/AvahiCore-0.6.gir share/locale/bg/LC_MESSAGES/avahi.mo share/locale/ca/LC_MESSAGES/avahi.mo share/locale/cs/LC_MESSAGES/avahi.mo +share/locale/da/LC_MESSAGES/avahi.mo share/locale/de/LC_MESSAGES/avahi.mo share/locale/el/LC_MESSAGES/avahi.mo share/locale/en_AU/LC_MESSAGES/avahi.mo @@ -129,9 +130,12 @@ share/locale/en_GB/LC_MESSAGES/avahi.mo share/locale/en_NZ/LC_MESSAGES/avahi.mo share/locale/es/LC_MESSAGES/avahi.mo share/locale/fi/LC_MESSAGES/avahi.mo +share/locale/fo/LC_MESSAGES/avahi.mo share/locale/fr/LC_MESSAGES/avahi.mo share/locale/gl/LC_MESSAGES/avahi.mo +share/locale/he/LC_MESSAGES/avahi.mo share/locale/hu/LC_MESSAGES/avahi.mo +share/locale/id/LC_MESSAGES/avahi.mo share/locale/it/LC_MESSAGES/avahi.mo share/locale/ja/LC_MESSAGES/avahi.mo share/locale/ms/LC_MESSAGES/avahi.mo @@ -140,6 +144,7 @@ share/locale/pl/LC_MESSAGES/avahi.mo share/locale/pt_BR/LC_MESSAGES/avahi.mo share/locale/ro/LC_MESSAGES/avahi.mo share/locale/ru/LC_MESSAGES/avahi.mo +share/locale/sl/LC_MESSAGES/avahi.mo share/locale/sr/LC_MESSAGES/avahi.mo share/locale/sv/LC_MESSAGES/avahi.mo share/locale/sr@latin/LC_MESSAGES/avahi.mo @@ -148,6 +153,8 @@ share/locale/zh_CN/LC_MESSAGES/avahi.mo share/locale/zh_TW/LC_MESSAGES/avahi.mo @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin +@dirrmtry share/locale/fo/LC_MESSAGES +@dirrmtry share/locale/fo @dirrmtry share/locale/en_NZ/LC_MESSAGES @dirrmtry share/locale/en_NZ @dirrm %%DATADIR%% |