Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 21:53:11 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ghostonthewire@gmail.com
Subject:   ports/188475: [PATCH] devel/py-coil: staging
Message-ID:  <201404111953.s3BJrBl3006224@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404112000.s3BK00wr098254@freefall.freebsd.org>

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

>Number:         188475
>Category:       ports
>Synopsis:       [PATCH] devel/py-coil: staging
>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:   Fri Apr 11 20:00:00 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:
Staging, http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-coil/0.3.20/

Port maintainer (ghostonthewire@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-coil-0.3.20.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351035)
+++ Makefile	(working copy)
@@ -8,7 +8,7 @@
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ghostonthewire@gmail.com
-COMMENT=	A powerful configuration language for Python
+COMMENT=	Powerful configuration language for Python
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
@@ -19,18 +19,17 @@
 PORTDOCS=	README.txt \
 		TODO.txt
 
-NO_STAGE=	yes
 post-install:
 # docs
 .ifndef(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
 # permission safeness
-	@${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/coil/*
-	@${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/coil/*
+	@${CHMOD} -R ${SHAREMODE} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/coil/*
+	@${CHMOD} -R a+X ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/coil/*
 
 .include <bsd.port.mk>
--- py-coil-0.3.20.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?201404111953.s3BJrBl3006224>