From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 10:45:46 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 BE746DDD; Fri, 20 Jun 2014 10:45:46 +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 AB3E7209C; Fri, 20 Jun 2014 10:45:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KAjkrw036097; Fri, 20 Jun 2014 10:45:46 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KAjkYK036094; Fri, 20 Jun 2014 10:45:46 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406201045.s5KAjkYK036094@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 20 Jun 2014 10:45:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358550 - head/textproc/expat2 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: Fri, 20 Jun 2014 10:45:46 -0000 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