Bug 188771 - [PATCH] www/py-pyramid_rpc: stage
Summary: [PATCH] www/py-pyramid_rpc: 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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 21:00 UTC by Bartek Rutkowski
Modified: 2014-04-22 08:50 UTC (History)
1 user (show)

See Also:


Attachments
py-pyramid_rpc-0.5.2.patch (335 bytes, patch)
2014-04-18 21: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-18 21:00:00 UTC
- Stage
- Drop easy_install
- Use auto pk-plist
- Delete pkg-plist

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pyramid_rpc/0.5.2/

Port maintainer (lwhsu@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-18 21:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-22 08:49:02 UTC
Author: lwhsu
Date: Tue Apr 22 07:48:59 2014
New Revision: 351760
URL: http://svnweb.freebsd.org/changeset/ports/351760
QAT: https://qat.redports.org/buildarchive/r351760/

Log:
  - Stage
  - Drop easy_install
  - Use auto pk-plist
  
  PR:		ports/188771
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

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

Modified: head/www/py-pyramid_rpc/Makefile
==============================================================================
--- head/www/py-pyramid_rpc/Makefile	Tue Apr 22 07:47:28 2014	(r351759)
+++ head/www/py-pyramid_rpc/Makefile	Tue Apr 22 07:48:59 2014	(r351760)
@@ -14,8 +14,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-
-NO_STAGE=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>
_______________________________________________
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 3 Li-Wen Hsu freebsd_committer freebsd_triage 2014-04-22 08:49:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!