Bug 188702 - [PATCH] www/py-albatross: stage
Summary: [PATCH] www/py-albatross: stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-16 19:30 UTC by Bartek Rutkowski
Modified: 2014-04-17 03:00 UTC (History)
1 user (show)

See Also:


Attachments
py-albatross-1.36.patch (1.36 KB, patch)
2014-04-16 19:30 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-16 19:30:01 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-16 19:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-16 19:30:08 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-16 19:30:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-17 02:58:46 UTC
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"
Comment 5 Steve Wills freebsd_committer freebsd_triage 2014-04-17 02:58:56 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!