Bug 188700 - [PATCH] www/py-WebError: stage
Summary: [PATCH] www/py-WebError: 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-16 19:00 UTC by Bartek Rutkowski
Modified: 2014-05-13 20:30 UTC (History)
1 user (show)

See Also:


Attachments
py-WebError-0.10.3.patch (399 bytes, patch)
2014-04-16 19: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-16 19:00:00 UTC
- Stage
- Convert away from easy_install
- Use auto pkg-plist

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-WebError/0.10.3_1/

Port maintainer (wen@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-16 19:00:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-12 01:00:45 UTC
Responsible Changed
From-To: wen->gerald

I'll take this.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-13 20:22:57 UTC
Author: gerald
Date: Tue May 13 19:22:52 2014
New Revision: 353981
URL: http://svnweb.freebsd.org/changeset/ports/353981
QAT: https://qat.redports.org/buildarchive/r353981/

Log:
  Convert to staging.
  
  PR:		188700
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr (blanket pre-approval)

Deleted:
  head/www/py-WebError/pkg-plist
Modified:
  head/www/py-WebError/Makefile

Modified: head/www/py-WebError/Makefile
==============================================================================
--- head/www/py-WebError/Makefile	Tue May 13 19:14:05 2014	(r353980)
+++ head/www/py-WebError/Makefile	Tue May 13 19:22:52 2014	(r353981)
@@ -19,9 +19,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Past
 		${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 260
_______________________________________________
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 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-13 20:24:11 UTC
State Changed
From-To: feedback->closed

Thanks for the patch, I committed this without changes. 

And, yes, I had failed to remove pkg-plist on my test system.  SOrry 
about the false alarm.