aboutsummaryrefslogtreecommitdiff
path: root/devel/libnotify
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-11-14 12:53:23 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-11-14 12:53:23 +0000
commit90979fb60fea38722690d6ded421298179a2664e (patch)
tree763c92e73281410f73226863899179b31a78039a /devel/libnotify
parent36dc0b3c5ad0e02227cddbf6fa29999e5921368e (diff)
downloadports-90979fb60fea38722690d6ded421298179a2664e.tar.gz
ports-90979fb60fea38722690d6ded421298179a2664e.zip
Notes
Diffstat (limited to 'devel/libnotify')
-rw-r--r--devel/libnotify/Makefile9
-rw-r--r--devel/libnotify/distinfo6
-rw-r--r--devel/libnotify/files/patch-libnotify-notification.c21
-rw-r--r--devel/libnotify/pkg-plist2
4 files changed, 8 insertions, 30 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index 1eb637898184..29f95fafc10b 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -6,21 +6,20 @@
#
PORTNAME= libnotify
-PORTVERSION= 0.4.2
-PORTREVISION= 2
+PORTVERSION= 0.4.3
CATEGORIES= devel gnome
MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/
-MAINTAINER= andreas@syndrom23.de
+MAINTAINER= gnome@FreeBSD.org
COMMENT= A library for desktop notifications
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
popt.0:${PORTSDIR}/devel/popt
-USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20
+USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 ltverhack
USE_GMAKE= yes
INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --without-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo
index 88a5121f8340..f12c47ad6364 100644
--- a/devel/libnotify/distinfo
+++ b/devel/libnotify/distinfo
@@ -1,3 +1,3 @@
-MD5 (libnotify-0.4.2.tar.gz) = 25585318503079a513af7064bb59c04d
-SHA256 (libnotify-0.4.2.tar.gz) = 9e95499badd1b0da67b1422caa4198dbe61c961300b7001173eace18b8b2c38e
-SIZE (libnotify-0.4.2.tar.gz) = 388355
+MD5 (libnotify-0.4.3.tar.gz) = 5c81a26b461b2abd4c02a918b8486539
+SHA256 (libnotify-0.4.3.tar.gz) = 15b0492ac252f6e8ce57c106bda0722413196d16d198c97f20a05908d1b977af
+SIZE (libnotify-0.4.3.tar.gz) = 389402
diff --git a/devel/libnotify/files/patch-libnotify-notification.c b/devel/libnotify/files/patch-libnotify-notification.c
deleted file mode 100644
index 370f1db0bd47..000000000000
--- a/devel/libnotify/files/patch-libnotify-notification.c
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur libnotify-0.4.2.orig/libnotify/notification.c libnotify-0.4.2/libnotify/notification.c
---- libnotify/notification.c 2006-06-15 11:14:03.000000000 +0200
-+++ libnotify/notification.c 2006-06-18 05:09:08.000000000 +0200
-@@ -901,7 +901,7 @@
- return FALSE;
- }
-
-- g_value_init(value, dbus_g_type_get_collection("GArray", G_TYPE_CHAR));
-+ g_value_init(value, DBUS_TYPE_G_UCHAR_ARRAY);
- g_value_set_boxed_take_ownership(value, byte_array);
- g_value_array_append(array, value);
-
-@@ -961,7 +961,7 @@
-
- value = g_new0(GValue, 1);
- g_value_init(value, G_TYPE_VALUE_ARRAY);
-- g_value_set_boxed(value, image_struct);
-+ g_value_set_boxed_take_ownership(value, image_struct);
-
- g_hash_table_insert(notification->priv->hints,
- g_strdup("icon_data"), value);
diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist
index fd9604bdeef9..bc896db170d1 100644
--- a/devel/libnotify/pkg-plist
+++ b/devel/libnotify/pkg-plist
@@ -5,7 +5,7 @@ include/libnotify/notify.h
lib/libnotify.a
lib/libnotify.la
lib/libnotify.so
-lib/libnotify.so.2
+lib/libnotify.so.1
libdata/pkgconfig/libnotify.pc
share/gtk-doc/html/libnotify/NotifyNotification.html
share/gtk-doc/html/libnotify/ch01.html