From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 10:46:43 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 4164D10F; Tue, 8 Jul 2014 10:46:43 +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 1449A2448; Tue, 8 Jul 2014 10:46:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68Akg6w092395; Tue, 8 Jul 2014 10:46:42 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68Akgjp092393; Tue, 8 Jul 2014 10:46:42 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407081046.s68Akgjp092393@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 8 Jul 2014 10:46:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361216 - head/net-p2p/verlihub 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: Tue, 08 Jul 2014 10:46:43 -0000 Author: amdmi3 Date: Tue Jul 8 10:46:42 2014 New Revision: 361216 URL: http://svnweb.freebsd.org/changeset/ports/361216 QAT: https://qat.redports.org/buildarchive/r361216/ Log: - Switch to USES=libtool, drop .la files - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Modified: head/net-p2p/verlihub/Makefile head/net-p2p/verlihub/pkg-plist Modified: head/net-p2p/verlihub/Makefile ============================================================================== --- head/net-p2p/verlihub/Makefile Tue Jul 8 10:46:17 2014 (r361215) +++ head/net-p2p/verlihub/Makefile Tue Jul 8 10:46:42 2014 (r361216) @@ -3,7 +3,7 @@ PORTNAME= verlihub DISTVERSION= 0.9.8e-r2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/Verlihub/${DISTVERSION} @@ -14,14 +14,14 @@ COMMENT= A Direct Connect protocol serve # XXX: Actually, bash isn't required for building, # but otherwise configure script would pick the wrong path BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ - pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP \ + libpcre.so:${PORTSDIR}/devel/pcre RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -LDFLAGS+= -L/usr/local/lib +LDFLAGS+= -L${LOCALBASE}/lib USE_RC_SUBR= verlihub USE_GCC= any -USE_AUTOTOOLS= libtool +USES= libtool USE_MYSQL= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net-p2p/verlihub/pkg-plist ============================================================================== --- head/net-p2p/verlihub/pkg-plist Tue Jul 8 10:46:17 2014 (r361215) +++ head/net-p2p/verlihub/pkg-plist Tue Jul 8 10:46:42 2014 (r361216) @@ -88,16 +88,17 @@ include/verlihub/tmysqlmemorylist.h include/verlihub/tmysqlmemoryordlist.h include/verlihub/tpluginbase.h lib/libplug_pi.a -lib/libplug_pi.la lib/libplug_pi.so lib/libplug_pi.so.0 +lib/libplug_pi.so.0.0.0 lib/libverlihub.a -lib/libverlihub.la lib/libverlihub.so lib/libverlihub.so.0 -lib/libvhapi.la +lib/libverlihub.so.0.0.0 +lib/libvhapi.a lib/libvhapi.so lib/libvhapi.so.0 +lib/libvhapi.so.0.0.0 %%DATADIR%%/config/faq %%DATADIR%%/config/help_admin %%DATADIR%%/config/help_cheef