- Staging - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pytemplate/1.5.1_2/ Port maintainer (benoit@litchis.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Maintainer of devel/py-pytemplate, Please note that PR ports/188547 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188547 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: swills Date: Tue Apr 15 01:41:33 2014 New Revision: 351301 URL: http://svnweb.freebsd.org/changeset/ports/351301 QAT: https://qat.redports.org/buildarchive/r351301/ Log: - Stage - Pet portlint PR: ports/188547 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket) Modified: head/devel/py-pytemplate/Makefile head/devel/py-pytemplate/pkg-descr Modified: head/devel/py-pytemplate/Makefile ============================================================================== --- head/devel/py-pytemplate/Makefile Tue Apr 15 01:30:51 2014 (r351300) +++ head/devel/py-pytemplate/Makefile Tue Apr 15 01:41:33 2014 (r351301) @@ -20,12 +20,11 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py EXAMPLES= daemonexample.py example.py threadexample.py -NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ${EXAMPLES} - @${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor .endif Modified: head/devel/py-pytemplate/pkg-descr ============================================================================== --- head/devel/py-pytemplate/pkg-descr Tue Apr 15 01:30:51 2014 (r351300) +++ head/devel/py-pytemplate/pkg-descr Tue Apr 15 01:41:33 2014 (r351301) @@ -2,3 +2,5 @@ Pytemplate is a small project intending framework. It permits to create properly scripts without struggling with configuration files, logging properties development. They are already available through a main class that the new script will inherit. + +WWW: http://www.bulot.org _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!