Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 10:45:46 +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: r358550 - head/textproc/expat2
Message-ID:  <201406201045.s5KAjkYK036094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun 20 10:45:45 2014
New Revision: 358550
URL: http://svnweb.freebsd.org/changeset/ports/358550
QAT: https://qat.redports.org/buildarchive/r358550/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/expat2/Makefile
  head/textproc/expat2/pkg-plist

Modified: head/textproc/expat2/Makefile
==============================================================================
--- head/textproc/expat2/Makefile	Fri Jun 20 10:45:11 2014	(r358549)
+++ head/textproc/expat2/Makefile	Fri Jun 20 10:45:45 2014	(r358550)
@@ -3,6 +3,7 @@
 
 PORTNAME=	expat
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
@@ -11,7 +12,7 @@ COMMENT=	XML 1.0 parser written in C
 
 GNU_CONFIGURE=	yes
 ALL_TARGET=	default
-USES=		pathfix
+USES=		pathfix libtool:keepla
 USE_LDCONFIG=	yes
 
 # Increment only when there are incompatible API changes.

Modified: head/textproc/expat2/pkg-plist
==============================================================================
--- head/textproc/expat2/pkg-plist	Fri Jun 20 10:45:11 2014	(r358549)
+++ head/textproc/expat2/pkg-plist	Fri Jun 20 10:45:45 2014	(r358550)
@@ -5,5 +5,6 @@ lib/libexpat.a
 lib/libexpat.la
 lib/libexpat.so
 lib/libexpat.so.%%SHLIB_MAJOR%%
+lib/libexpat.so.%%SHLIB_MAJOR%%.0.0
 libdata/pkgconfig/expat.pc
 man/man1/xmlwf.1.gz



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