Bug 188963 - [PATCH] irc/py-supybot-plugins: stage
Summary: [PATCH] irc/py-supybot-plugins: 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: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-24 15:30 UTC by Bartek Rutkowski
Modified: 2014-05-13 21:50 UTC (History)
1 user (show)

See Also:


Attachments
py-supybot-plugins-20060723.patch (1.06 KB, patch)
2014-04-24 15:30 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:30:00 UTC
- Stage
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-supybot-plugins/20060723_1/

Port maintainer (dhn@FreeBSD.org) 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:30:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-13 20:26:32 UTC
Responsible Changed
From-To: dhn->gerald

I'll take this based on portmgr's call for help.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-13 21:42:07 UTC
Author: gerald
Date: Tue May 13 20:42:02 2014
New Revision: 353991
URL: http://svnweb.freebsd.org/changeset/ports/353991
QAT: https://qat.redports.org/buildarchive/r353991/

Log:
  - Stage.
  - Update WWW entry in pkg-descr.
  
  PR:		188963
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr (blanket pre-approval)

Modified:
  head/irc/py-supybot-plugins/Makefile
  head/irc/py-supybot-plugins/pkg-descr

Modified: head/irc/py-supybot-plugins/Makefile
==============================================================================
--- head/irc/py-supybot-plugins/Makefile	Tue May 13 20:35:02 2014	(r353990)
+++ head/irc/py-supybot-plugins/Makefile	Tue May 13 20:42:02 2014	(r353991)
@@ -17,7 +17,6 @@ RUN_DEPENDS=	supybot:${PORTSDIR}/irc/py-
 USE_PYTHON=	yes
 USE_BZIP2=	yes
 
-NO_STAGE=	yes
 post-extract:
 # Delete, because it now included in irc/py-supybot
 .for data in BadWords Dunno Success _darcs
@@ -28,6 +27,6 @@ do-build:
 	cd ${WRKSRC} && ${PYTHON_CMD} -c 'import compileall;compileall.compile_dir(".");' && ${PYTHON_CMD} -O -c 'import compileall;compileall.compile_dir(".");'
 
 do-install:
-	cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${BINOWN}:${BINGRP} ${PYTHONPREFIX_SITELIBDIR}/supybot/plugins
+	cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${BINOWN}:${BINGRP} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/supybot/plugins
 
 .include <bsd.port.mk>

Modified: head/irc/py-supybot-plugins/pkg-descr
==============================================================================
--- head/irc/py-supybot-plugins/pkg-descr	Tue May 13 20:35:02 2014	(r353990)
+++ head/irc/py-supybot-plugins/pkg-descr	Tue May 13 20:42:02 2014	(r353991)
@@ -2,4 +2,4 @@ This is plugin pack for Supybot, IRC rob
 allows Supybot to search Freshmeat, Sourceforge, Debian, Weather, Ebay
 doing channel polls and more.
 
-WWW:	http://supybot.com/
+WWW: http://supybot.com/
_______________________________________________
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 4 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-13 21:42:37 UTC
State Changed
From-To: open->closed

Thanks for the update, I just comitted this.