From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 12:09:53 2014 Return-Path: Delivered-To: svn-ports-all@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 ED079917; Thu, 26 Jun 2014 12:09:53 +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 D9E1D2182; Thu, 26 Jun 2014 12:09:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QC9rqU055464; Thu, 26 Jun 2014 12:09:53 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QC9rQt055461; Thu, 26 Jun 2014 12:09:53 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406261209.s5QC9rQt055461@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 26 Jun 2014 12:09:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359343 - head/textproc/teckit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 12:09:54 -0000 Author: amdmi3 Date: Thu Jun 26 12:09:53 2014 New Revision: 359343 URL: http://svnweb.freebsd.org/changeset/ports/359343 QAT: https://qat.redports.org/buildarchive/r359343/ Log: - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/textproc/teckit/Makefile head/textproc/teckit/pkg-plist Modified: head/textproc/teckit/Makefile ============================================================================== --- head/textproc/teckit/Makefile Thu Jun 26 11:58:50 2014 (r359342) +++ head/textproc/teckit/Makefile Thu Jun 26 12:09:53 2014 (r359343) @@ -3,6 +3,7 @@ PORTNAME= teckit PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -11,9 +12,10 @@ DISTNAME= TECkit_${PORTVERSION:S|.|_|g} MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Toolkit for converting data between 8-bit legacy encodings and Unicode -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USE_AUTOTOOLS= libtool +USES= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/teckit/pkg-plist ============================================================================== --- head/textproc/teckit/pkg-plist Thu Jun 26 11:58:50 2014 (r359342) +++ head/textproc/teckit/pkg-plist Thu Jun 26 12:09:53 2014 (r359343) @@ -5,13 +5,13 @@ include/teckit/TECkit_Common.h include/teckit/TECkit_Compiler.h include/teckit/TECkit_Engine.h lib/libTECkit.a -lib/libTECkit.la lib/libTECkit.so lib/libTECkit.so.0 +lib/libTECkit.so.0.0.0 lib/libTECkit_Compiler.a -lib/libTECkit_Compiler.la lib/libTECkit_Compiler.so lib/libTECkit_Compiler.so.0 +lib/libTECkit_Compiler.so.0.0.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/LICENSING.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS