[Midnightbsd-cvs] mports [19289] trunk/devel/libnotify: update libnotify to 0.7.6
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Jun 1 21:10:54 EDT 2015
Revision: 19289
http://svnweb.midnightbsd.org/mports/?rev=19289
Author: laffer1
Date: 2015-06-01 21:10:54 -0400 (Mon, 01 Jun 2015)
Log Message:
-----------
update libnotify to 0.7.6
Modified Paths:
--------------
trunk/devel/libnotify/Makefile
trunk/devel/libnotify/distinfo
trunk/devel/libnotify/files/patch-configure
trunk/devel/libnotify/pkg-plist
Modified: trunk/devel/libnotify/Makefile
===================================================================
--- trunk/devel/libnotify/Makefile 2015-06-02 01:07:41 UTC (rev 19288)
+++ trunk/devel/libnotify/Makefile 2015-06-02 01:10:54 UTC (rev 19289)
@@ -1,8 +1,7 @@
# $MidnightBSD$
PORTNAME= libnotify
-PORTVERSION= 0.7.5
-PORTREVISION= 3
+PORTVERSION= 0.7.6
CATEGORIES= devel gnome
MASTER_SITES= GNOME
@@ -12,8 +11,8 @@
LICENSE= lgpl2.1
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
-USE_GNOME= intlhack glib20 gdkpixbuf2 introspection:build
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME= intlhack glib20 gdkpixbuf2 introspection
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: trunk/devel/libnotify/distinfo
===================================================================
--- trunk/devel/libnotify/distinfo 2015-06-02 01:07:41 UTC (rev 19288)
+++ trunk/devel/libnotify/distinfo 2015-06-02 01:10:54 UTC (rev 19289)
@@ -1,2 +1,2 @@
-SHA256 (libnotify-0.7.5.tar.xz) = 4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652
-SIZE (libnotify-0.7.5.tar.xz) = 275804
+SHA256 (libnotify-0.7.6.tar.xz) = 0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837
+SIZE (libnotify-0.7.6.tar.xz) = 280388
Modified: trunk/devel/libnotify/files/patch-configure
===================================================================
--- trunk/devel/libnotify/files/patch-configure 2015-06-02 01:07:41 UTC (rev 19288)
+++ trunk/devel/libnotify/files/patch-configure 2015-06-02 01:10:54 UTC (rev 19289)
@@ -1,6 +1,6 @@
---- configure.orig 2011-08-30 23:03:20.000000000 +0200
-+++ configure 2011-08-30 23:03:01.000000000 +0200
-@@ -648,8 +648,6 @@
+--- configure.orig 2014-03-10 12:16:13.565833797 +0000
++++ configure 2014-03-10 12:18:02.733826506 +0000
+@@ -668,8 +668,6 @@
INTROSPECTION_COMPILER
INTROSPECTION_SCANNER
GLIB_GENMARSHAL
@@ -9,7 +9,7 @@
PACKAGE_LIBS
PACKAGE_CFLAGS
PKG_CONFIG_LIBDIR
-@@ -806,8 +804,6 @@
+@@ -829,8 +827,6 @@
PKG_CONFIG_LIBDIR
PACKAGE_CFLAGS
PACKAGE_LIBS
@@ -18,7 +18,7 @@
GTKDOC_DEPS_CFLAGS
GTKDOC_DEPS_LIBS
XMLTO
-@@ -1477,9 +1473,6 @@
+@@ -1500,9 +1496,6 @@
C compiler flags for PACKAGE, overriding pkg-config
PACKAGE_LIBS
linker flags for PACKAGE, overriding pkg-config
@@ -28,7 +28,7 @@
GTKDOC_DEPS_CFLAGS
C compiler flags for GTKDOC_DEPS, overriding pkg-config
GTKDOC_DEPS_LIBS
-@@ -11664,98 +11657,6 @@
+@@ -11830,99 +11823,6 @@
fi
@@ -48,6 +48,7 @@
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_TESTS_CFLAGS=`$PKG_CONFIG --cflags "$tests_modules" 2>/dev/null`
+- test "x$?" != "x0" && pkg_failed=yes
-else
- pkg_failed=yes
-fi
@@ -64,6 +65,7 @@
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_TESTS_LIBS=`$PKG_CONFIG --libs "$tests_modules" 2>/dev/null`
+- test "x$?" != "x0" && pkg_failed=yes
-else
- pkg_failed=yes
-fi
@@ -83,9 +85,9 @@
- _pkg_short_errors_supported=no
-fi
- if test $_pkg_short_errors_supported = yes; then
-- TESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$tests_modules" 2>&1`
+- TESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$tests_modules" 2>&1`
- else
-- TESTS_PKG_ERRORS=`$PKG_CONFIG --print-errors "$tests_modules" 2>&1`
+- TESTS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$tests_modules" 2>&1`
- fi
- # Put the nasty error message in config.log where it belongs
- echo "$TESTS_PKG_ERRORS" >&5
@@ -100,7 +102,6 @@
-Alternatively, you may set the environment variables TESTS_CFLAGS
-and TESTS_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
--
-elif test $pkg_failed = untried; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
@@ -116,7 +117,6 @@
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
--
-else
- TESTS_CFLAGS=$pkg_cv_TESTS_CFLAGS
- TESTS_LIBS=$pkg_cv_TESTS_LIBS
@@ -124,6 +124,7 @@
-$as_echo "yes" >&6; }
-
-fi
-
+-
GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
+
Modified: trunk/devel/libnotify/pkg-plist
===================================================================
--- trunk/devel/libnotify/pkg-plist 2015-06-02 01:07:41 UTC (rev 19288)
+++ trunk/devel/libnotify/pkg-plist 2015-06-02 01:10:54 UTC (rev 19289)
@@ -5,9 +5,9 @@
include/libnotify/notify.h
lib/girepository-1.0/Notify-0.7.typelib
lib/libnotify.a
-lib/libnotify.la
lib/libnotify.so
lib/libnotify.so.4
+lib/libnotify.so.4.0.0
libdata/pkgconfig/libnotify.pc
share/gir-1.0/Notify-0.7.gir
share/gtk-doc/html/libnotify/NotifyNotification.html
@@ -24,7 +24,3 @@
share/gtk-doc/html/libnotify/right.png
share/gtk-doc/html/libnotify/style.css
share/gtk-doc/html/libnotify/up.png
- at dirrm share/gtk-doc/html/libnotify
- at dirrmtry share/gtk-doc/html
- at dirrmtry share/gtk-doc
- at dirrm include/libnotify
More information about the Midnightbsd-cvs
mailing list