Bug 188961 - [PATCH] irc/py-gozerbot: stage
Summary: [PATCH] irc/py-gozerbot: stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-24 15:00 UTC by Bartek Rutkowski
Modified: 2014-04-26 21:50 UTC (History)
1 user (show)

See Also:


Attachments
py-gozerbot-0.8.1.1.patch (1.34 KB, patch)
2014-04-24 15:00 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-24 15:00:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-24 15:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-24 15:00:10 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-24 15:00:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-26 21:47:55 UTC
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"
Comment 5 Steve Wills freebsd_committer freebsd_triage 2014-04-26 21:47:56 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!