From owner-svn-ports-head@FreeBSD.ORG Mon Jun 8 05:46:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66AED2E2; Mon, 8 Jun 2015 05:46:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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 54AAC1D89; Mon, 8 Jun 2015 05:46:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t585kAHA067276; Mon, 8 Jun 2015 05:46:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t585k94X067274; Mon, 8 Jun 2015 05:46:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506080546.t585k94X067274@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 8 Jun 2015 05:46:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388830 - in head/comms: concordance py-libconcord 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.20 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: Mon, 08 Jun 2015 05:46:10 -0000 Author: antoine Date: Mon Jun 8 05:46:09 2015 New Revision: 388830 URL: https://svnweb.freebsd.org/changeset/ports/388830 Log: Fix LIB_DEPENDS Modified: head/comms/concordance/Makefile head/comms/py-libconcord/Makefile Modified: head/comms/concordance/Makefile ============================================================================== --- head/comms/concordance/Makefile Mon Jun 8 03:49:09 2015 (r388829) +++ head/comms/concordance/Makefile Mon Jun 8 05:46:09 2015 (r388830) @@ -11,7 +11,7 @@ COMMENT= Command-line Logitech Harmony c LICENSE= GPLv2 -LIB_DEPENDS= libconcord.so.${PORTVERSION}:${PORTSDIR}/comms/libconcord +LIB_DEPENDS= libconcord.so:${PORTSDIR}/comms/libconcord USES= tar:bzip2 WRKSRC_SUBDIR= ${PORTNAME} Modified: head/comms/py-libconcord/Makefile ============================================================================== --- head/comms/py-libconcord/Makefile Mon Jun 8 03:49:09 2015 (r388829) +++ head/comms/py-libconcord/Makefile Mon Jun 8 05:46:09 2015 (r388830) @@ -13,7 +13,7 @@ COMMENT= Python bindings for Logitech Ha LICENSE= GPLv2 -LIB_DEPENDS= libconcord.so.${PORTVERSION}:${PORTSDIR}/comms/libconcord +LIB_DEPENDS= libconcord.so:${PORTSDIR}/comms/libconcord USE_LDCONFIG= yes USES= python:2.7+ tar:bzip2