From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 22:34:56 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 4529AC16; Wed, 23 Jul 2014 22:34:56 +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 326FE2266; Wed, 23 Jul 2014 22:34:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NMYupg029744; Wed, 23 Jul 2014 22:34:56 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NMYtYr029741; Wed, 23 Jul 2014 22:34:55 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232234.s6NMYtYr029741@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 22:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362748 - head/devel/ding-libs 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: Wed, 23 Jul 2014 22:34:56 -0000 Author: amdmi3 Date: Wed Jul 23 22:34:55 2014 New Revision: 362748 URL: http://svnweb.freebsd.org/changeset/ports/362748 QAT: https://qat.redports.org/buildarchive/r362748/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/ding-libs/Makefile head/devel/ding-libs/pkg-plist Modified: head/devel/ding-libs/Makefile ============================================================================== --- head/devel/ding-libs/Makefile Wed Jul 23 22:33:59 2014 (r362747) +++ head/devel/ding-libs/Makefile Wed Jul 23 22:34:55 2014 (r362748) @@ -3,6 +3,7 @@ PORTNAME= ding-libs DISTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ @@ -14,7 +15,7 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib -USES= gettext pkgconfig +USES= gettext libtool pkgconfig USE_LDCONFIG= yes CONFIGURE_ENV+= DOXYGEN="" Modified: head/devel/ding-libs/pkg-plist ============================================================================== --- head/devel/ding-libs/pkg-plist Wed Jul 23 22:33:59 2014 (r362747) +++ head/devel/ding-libs/pkg-plist Wed Jul 23 22:34:55 2014 (r362748) @@ -7,25 +7,25 @@ include/ini_config.h include/path_utils.h include/ref_array.h lib/libcollection.a -lib/libcollection.la lib/libcollection.so lib/libcollection.so.2 +lib/libcollection.so.2.0.0 lib/libdhash.a -lib/libdhash.la lib/libdhash.so lib/libdhash.so.1 +lib/libdhash.so.1.0.1 lib/libini_config.a -lib/libini_config.la lib/libini_config.so lib/libini_config.so.2 +lib/libini_config.so.2.0.0 lib/libpath_utils.a -lib/libpath_utils.la lib/libpath_utils.so lib/libpath_utils.so.1 +lib/libpath_utils.so.1.0.0 lib/libref_array.a -lib/libref_array.la lib/libref_array.so lib/libref_array.so.1 +lib/libref_array.so.1.0.0 libdata/pkgconfig/path_utils.pc libdata/pkgconfig/dhash.pc libdata/pkgconfig/collection.pc