From owner-svn-ports-head@FreeBSD.ORG Sun Jan 5 23:08:45 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 CA528E21; Sun, 5 Jan 2014 23:08:45 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6A181D8D; Sun, 5 Jan 2014 23:08:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s05N8jd1024229; Sun, 5 Jan 2014 23:08:45 GMT (envelope-from avilla@svn.freebsd.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s05N8jj3024226; Sun, 5 Jan 2014 23:08:45 GMT (envelope-from avilla@svn.freebsd.org) Message-Id: <201401052308.s05N8jj3024226@svn.freebsd.org> From: Alberto Villa Date: Sun, 5 Jan 2014 23:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338831 - head/devel/py-libplist 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.17 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: Sun, 05 Jan 2014 23:08:45 -0000 Author: avilla Date: Sun Jan 5 23:08:44 2014 New Revision: 338831 URL: http://svnweb.freebsd.org/changeset/ports/338831 Log: - Remove py-setuptools from BUILD_DEPENDS. - STAGEify. - Update LIB_DEPENDS format. - Add directory to plist. Modified: head/devel/py-libplist/Makefile head/devel/py-libplist/pkg-plist Modified: head/devel/py-libplist/Makefile ============================================================================== --- head/devel/py-libplist/Makefile Sun Jan 5 23:08:04 2014 (r338830) +++ head/devel/py-libplist/Makefile Sun Jan 5 23:08:44 2014 (r338831) @@ -7,9 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= avilla@FreeBSD.org COMMENT= Python bindings for libplist -LIB_DEPENDS= plist:${PORTSDIR}/${MASTER_PORT} -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:${PORTSDIR}/devel/py-setuptools \ - cython:${PORTSDIR}/lang/cython \ +LIB_DEPENDS= libplist.so:${PORTSDIR}/${MASTER_PORT} +BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython \ swig2.0:${PORTSDIR}/devel/swig20 USE_PYTHON= yes @@ -22,7 +21,6 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST= ${.CURDIR}/pkg-plist FILESDIR= ${.CURDIR}/files -NO_STAGE= yes post-patch: @${CP} ${FILESDIR}/CMakeLists.txt ${WRKSRC} @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' \ Modified: head/devel/py-libplist/pkg-plist ============================================================================== --- head/devel/py-libplist/pkg-plist Sun Jan 5 23:08:04 2014 (r338830) +++ head/devel/py-libplist/pkg-plist Sun Jan 5 23:08:44 2014 (r338831) @@ -7,3 +7,4 @@ include/plist/swig/plist.i @dirrm %%PYTHON_SITELIBDIR%%/plist @dirrm include/plist/swig @dirrm include/plist/cython +@dirrmtry include/plist