From owner-svn-ports-head@FreeBSD.ORG Mon Jun 23 11:08:17 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B51D28E; Mon, 23 Jun 2014 11:08:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EC232A94; Mon, 23 Jun 2014 11:08:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NB8Hp0067255; Mon, 23 Jun 2014 11:08:17 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NB8HKH067253; Mon, 23 Jun 2014 11:08:17 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201406231108.s5NB8HKH067253@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 23 Jun 2014 11:08:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358921 - head/devel/libnotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 11:08:17 -0000 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 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