Date: Tue, 21 Jan 2014 10:13:35 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340589 - head/devel/py-ocempgui Message-ID: <201401211013.s0LADZVe001983@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Tue Jan 21 10:13:35 2014 New Revision: 340589 URL: http://svnweb.freebsd.org/changeset/ports/340589 QAT: https://qat.redports.org/buildarchive/r340589/ Log: - Enable stagedir support - Restrict python compatibility - Use PYDISTUTILS_AUTOPLIST - Add LICENSE Deleted: head/devel/py-ocempgui/pkg-plist Modified: head/devel/py-ocempgui/Makefile (contents, props changed) Modified: head/devel/py-ocempgui/Makefile ============================================================================== --- head/devel/py-ocempgui/Makefile Tue Jan 21 10:12:00 2014 (r340588) +++ head/devel/py-ocempgui/Makefile Tue Jan 21 10:13:35 2014 (r340589) @@ -12,18 +12,14 @@ DISTNAME= OcempGUI-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= GUI toolkit in python +LICENSE= BSD2CLAUSE + BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game USE_GNOME= atk -USE_PYTHON= yes +USE_PYTHON= 2 USE_PYDISTUTILS=yes -PYDISTUTILS_PKGNAME= OcempGUI - -NO_STAGE= yes -post-patch: -.if defined(NOPORTDOCS) - ${REINPLACE_CMD} -i "" -e 's|datafiles + docfiles|datafiles|g' ${WRKSRC}/setup.py -.endif +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401211013.s0LADZVe001983>