From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 09:16:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA61348F; Wed, 11 Jun 2014 09:16:27 +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 97FF42EAE; Wed, 11 Jun 2014 09:16:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5B9GR1w055106; Wed, 11 Jun 2014 09:16:27 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5B9GRFi055103; Wed, 11 Jun 2014 09:16:27 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406110916.s5B9GRFi055103@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 11 Jun 2014 09:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357443 - head/devel/obby 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: Wed, 11 Jun 2014 09:16:27 -0000 Author: amdmi3 Date: Wed Jun 11 09:16:26 2014 New Revision: 357443 URL: http://svnweb.freebsd.org/changeset/ports/357443 QAT: https://qat.redports.org/buildarchive/r357443/ Log: - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Modified: head/devel/obby/Makefile head/devel/obby/pkg-plist Modified: head/devel/obby/Makefile ============================================================================== --- head/devel/obby/Makefile Wed Jun 11 09:16:15 2014 (r357442) +++ head/devel/obby/Makefile Wed Jun 11 09:16:26 2014 (r357443) @@ -3,6 +3,7 @@ PORTNAME= obby PORTVERSION= 0.4.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://releases.0x539.de/obby/ @@ -11,10 +12,10 @@ COMMENT= Library for synced document buf LICENSE= GPLv2 -LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - net6:${PORTSDIR}/net/net6 +LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ + libnet6.so:${PORTSDIR}/net/net6 -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/obby/pkg-plist ============================================================================== --- head/devel/obby/pkg-plist Wed Jun 11 09:16:15 2014 (r357442) +++ head/devel/obby/pkg-plist Wed Jun 11 09:16:26 2014 (r357443) @@ -40,10 +40,9 @@ include/obby/text.hpp include/obby/user.hpp include/obby/user_table.hpp include/obby/vector_time.hpp -lib/libobby-0.4.so lib/libobby-0.4.so.1 +lib/libobby-0.4.so.1.0.0 lib/libobby.a -lib/libobby.la lib/libobby.so libdata/pkgconfig/obby-0.4.pc %%NLS%%share/locale/ast/LC_MESSAGES/obby.mo