[Midnightbsd-cvs] mports [17405] libnotify 0.7.5
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Sep 19 21:34:10 EDT 2014
Revision: 17405
http://svnweb.midnightbsd.org/mports/?rev=17405
Author: laffer1
Date: 2014-09-19 21:34:10 -0400 (Fri, 19 Sep 2014)
Log Message:
-----------
libnotify 0.7.5
Modified Paths:
--------------
trunk/devel/libnotify/Makefile
trunk/devel/libnotify/distinfo
trunk/devel/libnotify/files/patch-configure
trunk/devel/libnotify/pkg-plist
Property Changed:
----------------
trunk/devel/libnotify/files/patch-Makefile
trunk/devel/libnotify/files/patch-configure
Modified: trunk/devel/libnotify/Makefile
===================================================================
--- trunk/devel/libnotify/Makefile 2014-09-20 01:30:12 UTC (rev 17404)
+++ trunk/devel/libnotify/Makefile 2014-09-20 01:34:10 UTC (rev 17405)
@@ -1,25 +1,23 @@
# $MidnightBSD$
PORTNAME= libnotify
-PORTVERSION= 0.7.3
-PORTREVISION= 2
+PORTVERSION= 0.7.5
+PORTREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= GNOME
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A library for desktop notifications
+COMMENT= Library for desktop notifications
+
LICENSE= lgpl2.1
+LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-
-USE_BZIP2= yes
-USE_GNOME= gnomehack intlhack glib20 gtk20 ltverhack
-USES= gettext
-USE_GMAKE= yes
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
+USE_GNOME= intlhack glib20 gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: trunk/devel/libnotify/distinfo
===================================================================
--- trunk/devel/libnotify/distinfo 2014-09-20 01:30:12 UTC (rev 17404)
+++ trunk/devel/libnotify/distinfo 2014-09-20 01:34:10 UTC (rev 17405)
@@ -1,2 +1,2 @@
-SHA256 (libnotify-0.7.3.tar.bz2) = 322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88
-SIZE (libnotify-0.7.3.tar.bz2) = 305203
+SHA256 (libnotify-0.7.5.tar.xz) = 4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652
+SIZE (libnotify-0.7.5.tar.xz) = 275804
Index: trunk/devel/libnotify/files/patch-Makefile
===================================================================
--- trunk/devel/libnotify/files/patch-Makefile 2014-09-20 01:30:12 UTC (rev 17404)
+++ trunk/devel/libnotify/files/patch-Makefile 2014-09-20 01:34:10 UTC (rev 17405)
Property changes on: trunk/devel/libnotify/files/patch-Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/devel/libnotify/files/patch-configure
===================================================================
--- trunk/devel/libnotify/files/patch-configure 2014-09-20 01:30:12 UTC (rev 17404)
+++ trunk/devel/libnotify/files/patch-configure 2014-09-20 01:34:10 UTC (rev 17405)
@@ -1,6 +1,6 @@
---- configure.orig 2011-06-07 22:08:06.000000000 +0200
-+++ configure 2011-06-07 22:08:10.000000000 +0200
-@@ -646,8 +646,6 @@
+--- configure.orig 2011-08-30 23:03:20.000000000 +0200
++++ configure 2011-08-30 23:03:01.000000000 +0200
+@@ -648,8 +648,6 @@
INTROSPECTION_COMPILER
INTROSPECTION_SCANNER
GLIB_GENMARSHAL
@@ -9,16 +9,16 @@
PACKAGE_LIBS
PACKAGE_CFLAGS
PKG_CONFIG_LIBDIR
-@@ -804,8 +802,6 @@
+@@ -806,8 +804,6 @@
PKG_CONFIG_LIBDIR
PACKAGE_CFLAGS
PACKAGE_LIBS
-TESTS_CFLAGS
-TESTS_LIBS
+ GTKDOC_DEPS_CFLAGS
+ GTKDOC_DEPS_LIBS
XMLTO
- XMLTO_FLAGS'
-
-@@ -1473,9 +1469,6 @@
+@@ -1477,9 +1473,6 @@
C compiler flags for PACKAGE, overriding pkg-config
PACKAGE_LIBS
linker flags for PACKAGE, overriding pkg-config
@@ -25,11 +25,11 @@
- TESTS_CFLAGS
- C compiler flags for TESTS, overriding pkg-config
- TESTS_LIBS linker flags for TESTS, overriding pkg-config
- XMLTO Define/override the `xmlto' location.
- XMLTO_FLAGS Define/override `xmlto' options, like `--skip-validation'.
+ GTKDOC_DEPS_CFLAGS
+ C compiler flags for GTKDOC_DEPS, overriding pkg-config
+ GTKDOC_DEPS_LIBS
+@@ -11664,98 +11657,6 @@
-@@ -11656,99 +11643,6 @@
-
fi
-tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION"
@@ -124,7 +124,6 @@
-$as_echo "yes" >&6; }
-
-fi
--
+
GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
-
Property changes on: trunk/devel/libnotify/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/devel/libnotify/pkg-plist
===================================================================
--- trunk/devel/libnotify/pkg-plist 2014-09-20 01:30:12 UTC (rev 17404)
+++ trunk/devel/libnotify/pkg-plist 2014-09-20 01:34:10 UTC (rev 17405)
@@ -11,6 +11,9 @@
libdata/pkgconfig/libnotify.pc
share/gir-1.0/Notify-0.7.gir
share/gtk-doc/html/libnotify/NotifyNotification.html
+share/gtk-doc/html/libnotify/annotation-glossary.html
+share/gtk-doc/html/libnotify/api-index-deprecated.html
+share/gtk-doc/html/libnotify/api-index-full.html
share/gtk-doc/html/libnotify/ch01.html
share/gtk-doc/html/libnotify/home.png
share/gtk-doc/html/libnotify/index.html
@@ -17,7 +20,6 @@
share/gtk-doc/html/libnotify/index.sgml
share/gtk-doc/html/libnotify/left.png
share/gtk-doc/html/libnotify/libnotify-notify.html
-share/gtk-doc/html/libnotify/libnotify.devhelp
share/gtk-doc/html/libnotify/libnotify.devhelp2
share/gtk-doc/html/libnotify/right.png
share/gtk-doc/html/libnotify/style.css
More information about the Midnightbsd-cvs
mailing list