- Stage - Add LICENSE - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-albatross/1.36/ Port maintainer (gnb@itga.com.au) 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 www/py-albatross, Please note that PR ports/188702 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/188702 -- 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: Thu Apr 17 01:58:43 2014 New Revision: 351432 URL: http://svnweb.freebsd.org/changeset/ports/351432 QAT: https://qat.redports.org/buildarchive/r351432/ Log: - Stage - Add LICENSE - Pet portlint PR: ports/188702 Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer) Approved by: portmgr@ (blanket) Modified: head/www/py-albatross/Makefile head/www/py-albatross/pkg-descr Modified: head/www/py-albatross/Makefile ============================================================================== --- head/www/py-albatross/Makefile Thu Apr 17 01:39:22 2014 (r351431) +++ head/www/py-albatross/Makefile Thu Apr 17 01:58:43 2014 (r351432) @@ -12,16 +12,17 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${E MAINTAINER= gnb@itga.com.au COMMENT= Python toolkit for developing highly stateful web applications +LICENSE= BSD3CLAUSE + USE_PYTHON= yes USE_PYDISTUTILS= yes -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${DOCSDIR}/html - @${TAR} -cf - -C ${WRKSRC}/doc . | ${TAR} -xf - -C ${DOCSDIR} - @${TAR} -cf - -C ${WRKDIR}/albatross-html-${PORTVERSION} . | ${TAR} -xf - -C ${DOCSDIR}/html - @${TAR} -cf - -C ${WRKSRC}/samples . | ${TAR} -xf - -C ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DOCSDIR}/html + @${TAR} -cf - -C ${WRKSRC}/doc . | ${TAR} -xf - -C ${STAGEDIR}${DOCSDIR} + @${TAR} -cf - -C ${WRKDIR}/albatross-html-${PORTVERSION} . | ${TAR} -xf - -C ${STAGEDIR}${DOCSDIR}/html + @${TAR} -cf - -C ${WRKSRC}/samples . | ${TAR} -xf - -C ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> Modified: head/www/py-albatross/pkg-descr ============================================================================== --- head/www/py-albatross/pkg-descr Thu Apr 17 01:39:22 2014 (r351431) +++ head/www/py-albatross/pkg-descr Thu Apr 17 01:58:43 2014 (r351432) @@ -5,4 +5,4 @@ although you can also use Albatross for web applications. Author: Dave Cole <djc@object-craft.com.au> -WWW: http://object-craft.com.au/projects/albatross/ +WWW: http://object-craft.com.au/projects/albatross/ _______________________________________________ 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!