Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 12:39:04 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
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
Message-ID:  <201407311239.s6VCd43v066988@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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