Date: Mon, 12 May 2014 17:47:41 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353880 - head/devel/py-simpy Message-ID: <201405121747.s4CHlfA4065726@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Mon May 12 17:47:40 2014 New Revision: 353880 URL: http://svnweb.freebsd.org/changeset/ports/353880 QAT: https://qat.redports.org/buildarchive/r353880/ Log: Stagify devel/py-simpy. - Add stage support - Add LICENSE (LGPL20) - Update website - Remove unneeded `.include <bsd.port.pre.mk>' PR: ports/188560 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (implicit) Modified: head/devel/py-simpy/Makefile head/devel/py-simpy/pkg-descr Modified: head/devel/py-simpy/Makefile ============================================================================== --- head/devel/py-simpy/Makefile Mon May 12 17:45:28 2014 (r353879) +++ head/devel/py-simpy/Makefile Mon May 12 17:47:40 2014 (r353880) @@ -13,6 +13,9 @@ DISTNAME= SimPy-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Simulation in Python +LICENSE= LGPL20 + +NO_ARCH= yes USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= SimPy @@ -22,9 +25,7 @@ TKINTER_DESC= py-tkinter for plot OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options -NO_STAGE= yes .include <bsd.port.options.mk> -.include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTKINTER} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter @@ -32,8 +33,8 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tki post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/devel/py-simpy/pkg-descr ============================================================================== --- head/devel/py-simpy/pkg-descr Mon May 12 17:45:28 2014 (r353879) +++ head/devel/py-simpy/pkg-descr Mon May 12 17:47:40 2014 (r353880) @@ -7,4 +7,4 @@ like servers, checkout counters, and tun to aid in gathering statistics. Random variates are provided by the standard Python random module. -WWW: http://simpy.sourceforge.net/ +WWW: http://simpy.readthedocs.org/en/latest/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405121747.s4CHlfA4065726>