svn commit: r379911 - head/games/gretools
Dmitry Marakasov
amdmi3 at amdmi3.ru
Wed Feb 25 16:30:03 UTC 2015
* Jan Beich (jbeich at FreeBSD.org) wrote:
> > Log:
> > - Simplify MASTER_SITES
> > - Add LICENSE_FILE
> > - Recompile python files to make them not reference stagedir
> [...]
> > +post-install:
> > + ${RM} -f ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gretools/gretools.pyc
> > + ${RM} -f ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gretools/gretools.pyo
> > + ${PYTHON_CMD} -m compileall \
> > + -d ${PYTHONPREFIX_SITELIBDIR}/gretools \
> > + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gretools
> > + ${PYTHON_CMD} -O -m compileall \
> > + -d ${PYTHONPREFIX_SITELIBDIR}/gretools \
> > + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gretools
>
> .py[oc] are in pkg-plist. Don't you need to bump PORTREVISION then?
You are right. Committed, thanks!
--
Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru ..: jabber: amdmi3 at jabber.ru http://www.amdmi3.ru
More information about the svn-ports-all
mailing list