Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 11:08:17 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358921 - head/devel/libnotify
Message-ID:  <201406231108.s5NB8HKH067253@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406231108.s5NB8HKH067253>