Date: Sun, 5 Jan 2014 23:08:45 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338831 - head/devel/py-libplist Message-ID: <201401052308.s05N8jj3024226@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401052308.s05N8jj3024226>