svn commit: r350174 - head/astro/py-RO

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 4 22:31:26 UTC 2014


Author: bapt
Date: Fri Apr  4 22:31:25 2014
New Revision: 350174
URL: http://svnweb.freebsd.org/changeset/ports/350174
QAT: https://qat.redports.org/buildarchive/r350174/

Log:
  Support stage
  Switch to autoplist

Deleted:
  head/astro/py-RO/pkg-plist
Modified:
  head/astro/py-RO/Makefile

Modified: head/astro/py-RO/Makefile
==============================================================================
--- head/astro/py-RO/Makefile	Fri Apr  4 22:15:16 2014	(r350173)
+++ head/astro/py-RO/Makefile	Fri Apr  4 22:31:25 2014	(r350174)
@@ -21,22 +21,12 @@ MATPLOTLIB_DESC=	Add support for Matplot
 PYFITS_DESC=		Add Support for PyFITS
 PYGAME_DESC=		Add Support for PyGame
 
-NO_STAGE=	yes
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-.include <bsd.port.pre.mk>
+MATPLOTLIB_RUN_DEPENDS=	${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
+PYFITS_RUN_DEPENDS=	${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits
+PYGAME_RUN_DEPENDS=	${PKGNAMEPREFIX}game>=1.8.1:${PORTSDIR}/devel/py-game
 
-.if ${PORT_OPTIONS:MMATPLOTLIB}
-RUN_DEPENDS+=	${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
-.endif
-
-.if ${PORT_OPTIONS:MPYFITS}
-RUN_DEPENDS+=	${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits
-.endif
-
-.if ${PORT_OPTIONS:MPYGAME}
-RUN_DEPENDS+=	${PKGNAMEPREFIX}game>=1.8.1:${PORTSDIR}/devel/py-game
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list