From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 20:18:33 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 9EE016D7; Fri, 11 Apr 2014 20:18:33 +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 8BF391866; Fri, 11 Apr 2014 20:18:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BKIXX7026613; Fri, 11 Apr 2014 20:18:33 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BKIXWU026612; Fri, 11 Apr 2014 20:18:33 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201404112018.s3BKIXWU026612@svn.freebsd.org> From: Dmitry Sivachenko Date: Fri, 11 Apr 2014 20:18:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351038 - head/devel/py-cld 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.17 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: Fri, 11 Apr 2014 20:18:33 -0000 Author: demon Date: Fri Apr 11 20:18:33 2014 New Revision: 351038 URL: http://svnweb.freebsd.org/changeset/ports/351038 QAT: https://qat.redports.org/buildarchive/r351038/ Log: Stagify; use new LIB_DEPENDS format. Submitted by: Bartek Rutkowski Modified: head/devel/py-cld/Makefile Modified: head/devel/py-cld/Makefile ============================================================================== --- head/devel/py-cld/Makefile Fri Apr 11 20:11:13 2014 (r351037) +++ head/devel/py-cld/Makefile Fri Apr 11 20:18:33 2014 (r351038) @@ -14,7 +14,7 @@ COMMENT= Python bindings for chromium co LICENSE= BSD -LIB_DEPENDS= cld:${PORTSDIR}/devel/cld +LIB_DEPENDS= libcld.so:${PORTSDIR}/devel/cld USES= pkgconfig USE_PYTHON= yes @@ -23,5 +23,4 @@ PYDISTUTILS_PKGNAME= chromium_compact_la PLIST_FILES= %%PYTHON_SITELIBDIR%%/cld.so -NO_STAGE= yes .include