ports/188565: [PATCH] devel/py-traits: stage
Bartek Rutkowski
ports at robakdesign.com
Sun Apr 13 18:10:01 UTC 2014
>Number: 188565
>Category: ports
>Synopsis: [PATCH] devel/py-traits: 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: Sun Apr 13 18:10: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:
- Stage
- Add LICENSE
http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-traits/3.6.0_2/
Port maintainer (wenheping 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-traits-3.6.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 351234)
+++ Makefile (working copy)
@@ -12,6 +12,8 @@
MAINTAINER= wenheping at gmail.com
COMMENT= Explicitly Typed Attributes for Python
+LICENSE= BSD
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}EnthoughtBase>=3.0.1:${PORTSDIR}/devel/py-EnthoughtBase \
${PYNUMPY}
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -21,20 +23,19 @@
PYDISTUTILS_PKGNAME= Traits
PYEASYINSTALL_ARCHDEP= yes
-NO_STAGE= yes
post-install:
.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples \
- && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/\{} \; \
- && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${EXAMPLESDIR}/\{} \;
+ && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/\{} \; \
+ && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${EXAMPLESDIR}/\{} \;
.endif
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/docs \
- && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \
- && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \;
+ && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/\{} \; \
+ && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${DOCSDIR}/\{} \;
.endif
.include <bsd.port.mk>
--- py-traits-3.6.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list