ports/188475: [PATCH] devel/py-coil: staging
Bartek Rutkowski
ports at robakdesign.com
Fri Apr 11 20:00:01 UTC 2014
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list