svn commit: r358921 - head/devel/libnotify
Tijl Coosemans
tijl at FreeBSD.org
Mon Jun 23 11:08:17 UTC 2014
Author: tijl
Date: Mon Jun 23 11:08:16 2014
New Revision: 358921
URL: http://svnweb.freebsd.org/changeset/ports/358921
QAT: https://qat.redports.org/buildarchive/r358921/
Log:
- Bump PORTREVISION because for some users the package may still depend
on graphics/jbigkit (through graphics/gdk-pixbuf2 and graphics/tiff)
which had a library version bump in the latest update.
- While here, add LICENSE_FILE, "USES=libtool:keepla tar:xz" and
INSTALL_TARGET=install-strip. [1]
Obtained from: marcuscom [1]
Modified:
head/devel/libnotify/Makefile
head/devel/libnotify/pkg-plist
Modified: head/devel/libnotify/Makefile
==============================================================================
--- head/devel/libnotify/Makefile Mon Jun 23 11:02:02 2014 (r358920)
+++ head/devel/libnotify/Makefile Mon Jun 23 11:08:16 2014 (r358921)
@@ -4,6 +4,7 @@
PORTNAME= libnotify
PORTVERSION= 0.7.5
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
@@ -11,13 +12,14 @@ MAINTAINER= gnome at FreeBSD.org
COMMENT= Library for desktop notifications
LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
-USE_XZ= yes
-USE_GNOME= intlhack glib20 gdkpixbuf2 ltverhack introspection:build
-USES= gettext gmake pathfix pkgconfig
+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: head/devel/libnotify/pkg-plist
==============================================================================
--- head/devel/libnotify/pkg-plist Mon Jun 23 11:02:02 2014 (r358920)
+++ head/devel/libnotify/pkg-plist Mon Jun 23 11:08:16 2014 (r358921)
@@ -8,6 +8,7 @@ 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
More information about the svn-ports-all
mailing list