svn commit: r358888 - head/graphics/iccxml

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 02:14:32 UTC 2014


Author: amdmi3
Date: Mon Jun 23 02:14:31 2014
New Revision: 358888
URL: http://svnweb.freebsd.org/changeset/ports/358888
QAT: https://qat.redports.org/buildarchive/r358888/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

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

Modified: head/graphics/iccxml/Makefile
==============================================================================
--- head/graphics/iccxml/Makefile	Mon Jun 23 02:03:48 2014	(r358887)
+++ head/graphics/iccxml/Makefile	Mon Jun 23 02:14:31 2014	(r358888)
@@ -2,7 +2,7 @@
 
 PORTNAME=	iccxml
 PORTVERSION=	0.9.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/IccXML-Src/${DISTNAME}
 DISTNAME=	IccXML-${PORTVERSION}
@@ -12,7 +12,7 @@ COMMENT=	Tools for reading and writing t
 
 LIB_DEPENDS=	libSampleICC.so:${PORTSDIR}/graphics/sampleicc
 
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes

Modified: head/graphics/iccxml/pkg-plist
==============================================================================
--- head/graphics/iccxml/pkg-plist	Mon Jun 23 02:03:48 2014	(r358887)
+++ head/graphics/iccxml/pkg-plist	Mon Jun 23 02:14:31 2014	(r358888)
@@ -10,8 +10,8 @@ include/IccXML/IccTagXmlFactory.h
 include/IccXML/IccUtilXml.h
 include/IccXML/IccXmlConfig.h
 lib/libIccXML.a
-lib/libIccXML.la
 lib/libIccXML.so
 lib/libIccXML.so.2
+lib/libIccXML.so.2.0.3
 libdata/pkgconfig/iccxml.pc
 @dirrm include/IccXML


More information about the svn-ports-head mailing list