Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 13:23:13 +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: r368310 - head/graphics/exiv2
Message-ID:  <201409161323.s8GDNDJp066777@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep 16 13:23:13 2014
New Revision: 368310
URL: http://svnweb.freebsd.org/changeset/ports/368310
QAT: https://qat.redports.org/buildarchive/r368310/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/exiv2/Makefile
  head/graphics/exiv2/pkg-plist

Modified: head/graphics/exiv2/Makefile
==============================================================================
--- head/graphics/exiv2/Makefile	Tue Sep 16 12:57:18 2014	(r368309)
+++ head/graphics/exiv2/Makefile	Tue Sep 16 13:23:13 2014	(r368310)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exiv2
 PORTVERSION=	0.24
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.exiv2.org/
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake iconv libtool:keepla
+USES=		gettext gmake iconv libtool
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/exiv2/pkg-plist
==============================================================================
--- head/graphics/exiv2/pkg-plist	Tue Sep 16 12:57:18 2014	(r368309)
+++ head/graphics/exiv2/pkg-plist	Tue Sep 16 13:23:13 2014	(r368310)
@@ -40,7 +40,6 @@ include/exiv2/version.hpp
 include/exiv2/xmp.hpp
 include/exiv2/xmpsidecar.hpp
 lib/libexiv2.a
-lib/libexiv2.la
 lib/libexiv2.so
 lib/libexiv2.so.13
 lib/libexiv2.so.13.0.0



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