From owner-svn-ports-head@FreeBSD.ORG Thu Jul 31 12:39:05 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 AD7B9363; Thu, 31 Jul 2014 12:39:05 +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 810002666; Thu, 31 Jul 2014 12:39:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VCd53g066993; Thu, 31 Jul 2014 12:39:05 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VCd43v066988; Thu, 31 Jul 2014 12:39:04 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407311239.s6VCd43v066988@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 31 Jul 2014 12:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363578 - in head: graphics/libiptcdata graphics/rawtherapee sysutils/tracker-client 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: Thu, 31 Jul 2014 12:39:05 -0000 Author: amdmi3 Date: Thu Jul 31 12:39:04 2014 New Revision: 363578 URL: http://svnweb.freebsd.org/changeset/ports/363578 QAT: https://qat.redports.org/buildarchive/r363578/ Log: - Switch graphics/libiptcdata to USES=libtool, drop .la files - Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/graphics/libiptcdata/Makefile head/graphics/libiptcdata/pkg-plist head/graphics/rawtherapee/Makefile head/sysutils/tracker-client/Makefile Modified: head/graphics/libiptcdata/Makefile ============================================================================== --- head/graphics/libiptcdata/Makefile Thu Jul 31 12:36:52 2014 (r363577) +++ head/graphics/libiptcdata/Makefile Thu Jul 31 12:39:04 2014 (r363578) @@ -3,16 +3,17 @@ PORTNAME= libiptcdata PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating IPTC metadata stored in image files -USE_AUTOTOOLS= libtool -USES= pkgconfig iconv pathfix +USES= pkgconfig iconv libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls +INSTALL_TARGET= install-strip .include Modified: head/graphics/libiptcdata/pkg-plist ============================================================================== --- head/graphics/libiptcdata/pkg-plist Thu Jul 31 12:36:52 2014 (r363577) +++ head/graphics/libiptcdata/pkg-plist Thu Jul 31 12:39:04 2014 (r363578) @@ -7,10 +7,9 @@ include/libiptcdata/iptc-mem.h include/libiptcdata/iptc-tag.h include/libiptcdata/iptc-utils.h include/libiptcdata/_stdint.h -lib/libiptcdata.a -lib/libiptcdata.la lib/libiptcdata.so -lib/libiptcdata.so.3 +lib/libiptcdata.so.0 +lib/libiptcdata.so.0.3.3 libdata/pkgconfig/libiptcdata.pc share/gtk-doc/html/libiptcdata/home.png share/gtk-doc/html/libiptcdata/ch01.html Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Thu Jul 31 12:36:52 2014 (r363577) +++ head/graphics/rawtherapee/Makefile Thu Jul 31 12:39:04 2014 (r363578) @@ -3,6 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ Modified: head/sysutils/tracker-client/Makefile ============================================================================== --- head/sysutils/tracker-client/Makefile Thu Jul 31 12:36:52 2014 (r363577) +++ head/sysutils/tracker-client/Makefile Thu Jul 31 12:39:04 2014 (r363578) @@ -4,7 +4,7 @@ PORTNAME= tracker PORTVERSION= 0.6.95 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= sysutils gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= -client