- 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)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Maintainer of irc/py-gozerbot, Please note that PR ports/188961 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188961 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: swills Date: Sat Apr 26 20:47:49 2014 New Revision: 352370 URL: http://svnweb.freebsd.org/changeset/ports/352370 QAT: https://qat.redports.org/buildarchive/r352370/ Log: - Stage - Remove unneeded DISTNAME PR: ports/188961 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket) Modified: head/irc/py-gozerbot/Makefile head/irc/py-gozerbot/pkg-plist Modified: head/irc/py-gozerbot/Makefile ============================================================================== --- head/irc/py-gozerbot/Makefile Sat Apr 26 20:45:51 2014 (r352369) +++ head/irc/py-gozerbot/Makefile Sat Apr 26 20:47:49 2014 (r352370) @@ -8,7 +8,6 @@ CATEGORIES= irc python 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,18 +25,17 @@ MAN1= gozerbot.1 RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg -NO_STAGE= yes .include <bsd.port.options.mk> post-install: @${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 Modified: head/irc/py-gozerbot/pkg-plist ============================================================================== --- head/irc/py-gozerbot/pkg-plist Sat Apr 26 20:45:51 2014 (r352369) +++ head/irc/py-gozerbot/pkg-plist Sat Apr 26 20:47:49 2014 (r352370) @@ -1,3 +1,4 @@ +gozerbot.1 bin/gozerbot bin/gozerbot-start bin/gozerbot-stop _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!