Date: Sun, 13 Apr 2014 20:00:29 +0200 (CEST) From: Bartek Rutkowski <ports@robakdesign.com> To: FreeBSD-gnats-submit@freebsd.org Cc: wenheping@gmail.com Subject: ports/188565: [PATCH] devel/py-traits: stage Message-ID: <201404131800.s3DI0Six049972@poudriere.ithil.palantiri.org> Resent-Message-ID: <201404131810.s3DIA03Q043136@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404131800.s3DI0Six049972>