summaryrefslogtreecommitdiffstats
path: root/devel/libnotify
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-10-15 14:43:06 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-10-15 14:43:06 +0800
commit6e139d081a33285e99b490ad64a238f848c321c8 (patch)
treeb0eb25ebd6d70475140c1f6bf8b6eab09dfaaaeb /devel/libnotify
parent654127c0fc3d01571d5c76d918bf1299819da33e (diff)
downloadmarcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar
marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.gz
marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.bz2
marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.lz
marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.xz
marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.zst
marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.zip
Update to 0.5.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14814 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libnotify')
-rw-r--r--devel/libnotify/Makefile5
-rw-r--r--devel/libnotify/distinfo6
-rw-r--r--devel/libnotify/files/patch-configure32
-rw-r--r--devel/libnotify/files/patch-tests_Makefile.in56
-rw-r--r--devel/libnotify/pkg-plist1
5 files changed, 6 insertions, 94 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index 00abf6f03..196fa4bc5 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -3,12 +3,11 @@
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
-# $MCom: ports/devel/libnotify/Makefile,v 1.8 2010/09/20 09:17:43 avl Exp $
+# $MCom: ports/devel/libnotify/Makefile,v 1.9 2010/10/12 05:14:16 avl Exp $
#
PORTNAME= libnotify
-PORTVERSION= 0.5.1
-PORTREVISION= 2
+PORTVERSION= 0.5.2
CATEGORIES= devel gnome
MASTER_SITES= GNOME
diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo
index 63fa1b358..9e0064498 100644
--- a/devel/libnotify/distinfo
+++ b/devel/libnotify/distinfo
@@ -1,3 +1,3 @@
-MD5 (libnotify-0.5.1.tar.bz2) = 49c3832b445016f5772e74d788d3642f
-SHA256 (libnotify-0.5.1.tar.bz2) = 6778ec8f496d5a9c387369bd89f5b1a9a95c799cf74fd74fffe2ab52d5d2b5c5
-SIZE (libnotify-0.5.1.tar.bz2) = 308597
+MD5 (libnotify-0.5.2.tar.bz2) = 4361058ae4e28a9ffce6764e7d03acd1
+SHA256 (libnotify-0.5.2.tar.bz2) = 1f6f1a2d6a0e009997c7ed31f6197f9bf09e9b45fb9cd54acabceea951d99062
+SIZE (libnotify-0.5.2.tar.bz2) = 310439
diff --git a/devel/libnotify/files/patch-configure b/devel/libnotify/files/patch-configure
deleted file mode 100644
index 33cc6fabf..000000000
--- a/devel/libnotify/files/patch-configure
+++ /dev/null
@@ -1,32 +0,0 @@
---- configure.orig 2010-09-20 18:47:25.000000000 +1000
-+++ configure 2010-09-20 18:48:13.000000000 +1000
-@@ -10831,7 +10831,7 @@
-
-
-
--link_modules="glib-2.0 >= $REQ_GLIB_VERSION, dbus-1 >= $REQ_DBUS_VERSION, dbus-glib-1 >= $REQ_DBUS_VERSION, gmodule-2.0"
-+link_modules="gtk+-2.0 >= $REQ_GTK_VERSION, glib-2.0 >= $REQ_GLIB_VERSION, dbus-1 >= $REQ_DBUS_VERSION, dbus-glib-1 >= $REQ_DBUS_VERSION, gmodule-2.0"
-
-
- pkg_failed=no
-@@ -10961,7 +10961,7 @@
-
-
-
--if test $pkg_failed = yes; then
-+if false; then
-
- if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
- _pkg_short_errors_supported=yes
-@@ -11001,10 +11001,8 @@
- To get pkg-config, see <http://pkg-config.freedesktop.org/>.
- See \`config.log' for more details." "$LINENO" 5; }
- else
-- GTK3_CFLAGS=$pkg_cv_GTK3_CFLAGS
-- GTK3_LIBS=$pkg_cv_GTK3_LIBS
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
--$as_echo "yes" >&6; }
-+$as_echo "disabled" >&6; }
- :
- fi
-
diff --git a/devel/libnotify/files/patch-tests_Makefile.in b/devel/libnotify/files/patch-tests_Makefile.in
deleted file mode 100644
index caf662667..000000000
--- a/devel/libnotify/files/patch-tests_Makefile.in
+++ /dev/null
@@ -1,56 +0,0 @@
---- tests/Makefile.in.orig 2010-09-20 18:54:10.000000000 +1000
-+++ tests/Makefile.in 2010-09-20 18:54:43.000000000 +1000
-@@ -40,8 +40,7 @@
- test-basic$(EXEEXT) test-error$(EXEEXT) test-markup$(EXEEXT) \
- test-rtl$(EXEEXT) test-size-changes$(EXEEXT) \
- test-urgency$(EXEEXT) test-xy$(EXEEXT) \
-- test-xy-actions$(EXEEXT) test-xy-stress$(EXEEXT) \
-- test-gtk3$(EXEEXT)
-+ test-xy-actions$(EXEEXT) test-xy-stress$(EXEEXT)
- subdir = tests
- DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -138,7 +137,7 @@
- am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
- am__v_GEN_0 = @echo " GEN " $@;
- SOURCES = $(test_basic_SOURCES) $(test_default_action_SOURCES) \
-- $(test_error_SOURCES) $(test_gtk3_SOURCES) \
-+ $(test_error_SOURCES) \
- $(test_image_SOURCES) $(test_markup_SOURCES) \
- $(test_multi_actions_SOURCES) $(test_replace_SOURCES) \
- $(test_replace_widget_SOURCES) $(test_rtl_SOURCES) \
-@@ -146,7 +145,7 @@
- $(test_urgency_SOURCES) $(test_xy_SOURCES) \
- $(test_xy_actions_SOURCES) $(test_xy_stress_SOURCES)
- DIST_SOURCES = $(test_basic_SOURCES) $(test_default_action_SOURCES) \
-- $(test_error_SOURCES) $(test_gtk3_SOURCES) \
-+ $(test_error_SOURCES) \
- $(test_image_SOURCES) $(test_markup_SOURCES) \
- $(test_multi_actions_SOURCES) $(test_replace_SOURCES) \
- $(test_replace_widget_SOURCES) $(test_rtl_SOURCES) \
-@@ -325,7 +324,6 @@
- test_gtk3_LDADD = $(top_builddir)/libnotify/libnotify.la $(GTK3_LIBS)
- EXTRA_DIST = applet-critical.png
- INCLUDES = $(PACKAGE_CFLAGS) \
-- $(GTK3_CFLAGS) \
- -I$(top_srcdir)
-
- all: all-am
-@@ -380,9 +378,6 @@
- test-error$(EXEEXT): $(test_error_OBJECTS) $(test_error_DEPENDENCIES)
- @rm -f test-error$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(test_error_OBJECTS) $(test_error_LDADD) $(LIBS)
--test-gtk3$(EXEEXT): $(test_gtk3_OBJECTS) $(test_gtk3_DEPENDENCIES)
-- @rm -f test-gtk3$(EXEEXT)
-- $(AM_V_CCLD)$(LINK) $(test_gtk3_OBJECTS) $(test_gtk3_LDADD) $(LIBS)
- test-image$(EXEEXT): $(test_image_OBJECTS) $(test_image_DEPENDENCIES)
- @rm -f test-image$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(test_image_OBJECTS) $(test_image_LDADD) $(LIBS)
-@@ -429,7 +424,6 @@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-basic.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-default-action.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-error.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gtk3.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-image.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-markup.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-multi-actions.Po@am__quote@
diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist
index f694efdc6..11162feb7 100644
--- a/devel/libnotify/pkg-plist
+++ b/devel/libnotify/pkg-plist
@@ -1,6 +1,7 @@
bin/notify-send
include/libnotify/notification.h
include/libnotify/notify-enum-types.h
+include/libnotify/notify-features.h
include/libnotify/notify.h
lib/libnotify.a
lib/libnotify.la