Date: Thu, 24 Apr 2014 15:51:41 +0200 (CEST) From: Bartek Rutkowski <ports@robakdesign.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/188961: [PATCH] irc/py-gozerbot: stage Message-ID: <201404241351.s3ODpfWA099683@poudriere.ithil.palantiri.org> Resent-Message-ID: <201404241400.s3OE00Np076021@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188961 >Category: ports >Synopsis: [PATCH] irc/py-gozerbot: 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: Thu Apr 24 14: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: - Stage - Remove redundant DISTNAME http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-gozerbot/0.8.1.1_2/ Port maintainer (sten@blinkenlights.nl) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-gozerbot-0.8.1.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 352003) +++ Makefile (working copy) @@ -8,7 +8,6 @@ MASTER_SITES= http://gozerbot.org/media/tarball/ \ ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gozerbot-${PORTVERSION} MAINTAINER= sten@blinkenlights.nl COMMENT= Gozerbot - A modular Python IRC and Jabber bot @@ -26,7 +25,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg -NO_STAGE= yes .include <bsd.port.options.mk> post-install: @@ -33,11 +31,11 @@ @${CAT} ${PKGMESSAGE} .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} - ${CP} ${WRKSRC}/README ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${CP} -R ${WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR} + ${CP} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif - @${INSTALL_MAN} ${WRKSRC}/man/gozerbot.1.FreeBSD ${PREFIX}/man/man1/gozerbot.1 + @${INSTALL_MAN} ${WRKSRC}/man/gozerbot.1.FreeBSD ${STAGEDIR}${MAN1PREFIX}/gozerbot.1 .if ${PORT_OPTIONS:MMYSQL} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb Index: pkg-plist =================================================================== --- pkg-plist (revision 352003) +++ pkg-plist (working copy) @@ -1,3 +1,4 @@ +gozerbot.1 bin/gozerbot bin/gozerbot-start bin/gozerbot-stop --- py-gozerbot-0.8.1.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?201404241351.s3ODpfWA099683>