Date: Fri, 18 Apr 2014 22:00:40 +0200 (CEST) From: Bartek Rutkowski <ports@robakdesign.com> To: FreeBSD-gnats-submit@freebsd.org Cc: lwhsu@FreeBSD.org Subject: ports/188772: [PATCH] www/py-pysearch: stage Message-ID: <201404182000.s3IK0eiP029654@poudriere.ithil.palantiri.org> Resent-Message-ID: <201404182010.s3IKA0mE076001@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188772 >Category: ports >Synopsis: [PATCH] www/py-pysearch: 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: Fri Apr 18 20: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 - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pysearch/3.1/ Port maintainer (lwhsu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-pysearch-3.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351562) +++ Makefile (working copy) @@ -18,15 +18,14 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${CP} -R ${WRKSRC}/docs/ ${STAGEDIR}${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> Index: pkg-descr =================================================================== --- pkg-descr (revision 351562) +++ pkg-descr (working copy) @@ -2,4 +2,4 @@ Search Web Services. All results from these services are properly formatted XML, and this package facilitates for correct parsing of these result sets. -WWW: http://pysearch.sourceforge.net/ +WWW: http://pysearch.sourceforge.net/ --- py-pysearch-3.1.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?201404182000.s3IK0eiP029654>