Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2014 20:20:34 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnb@itga.com.au
Subject:   ports/188702: [PATCH] www/py-albatross: stage
Message-ID:  <201404161820.s3GIKYa0067838@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404161830.s3GIU2GV061167@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188702
>Category:       ports
>Synopsis:       [PATCH] www/py-albatross: stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 16 18:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- py-albatross-1.36.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351410)
+++ Makefile	(working copy)
@@ -12,16 +12,17 @@
 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>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351410)
+++ pkg-descr	(working copy)
@@ -5,4 +5,4 @@
 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/
--- py-albatross-1.36.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404161820.s3GIKYa0067838>