Bug 183147 - Update port: devel/py-fs Add STAGE support
Summary: Update port: devel/py-fs Add STAGE support
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 07:40 UTC by Douglas Thrift
Modified: 2013-10-22 10:10 UTC (History)
1 user (show)

See Also:


Attachments
py-fs.2013-10-21T062928Z.diff (12.46 KB, patch)
2013-10-21 07:40 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2013-10-21 07:40:00 UTC
Add STAGE and PYDISTUTILS_AUTOPLIST support to devel/py-fs.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 07:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Douglas Thrift 2013-10-21 07:48:29 UTC
Forgot the redports link:

https://redports.org/buildarchive/20131021054901-2443/
-- 
Douglas William Thrift
<douglas@douglasthrift.net>
<http://douglasthrift.net/>
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-10-21 11:57:37 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-10-22 10:06:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-10-22 10:06:28 UTC
Author: wg
Date: Tue Oct 22 09:06:15 2013
New Revision: 331242
URL: http://svnweb.freebsd.org/changeset/ports/331242

Log:
  devel/py-fs: allow staging
  
  - Allow staging
  - Use autoplist
  
  PR:		ports/183147
  Submitted by:	Douglas William Thrift <douglas douglasthrift.net> (maintainer)

Deleted:
  head/devel/py-fs/pkg-plist
Modified:
  head/devel/py-fs/Makefile

Modified: head/devel/py-fs/Makefile
==============================================================================
--- head/devel/py-fs/Makefile	Tue Oct 22 09:04:19 2013	(r331241)
+++ head/devel/py-fs/Makefile	Tue Oct 22 09:06:15 2013	(r331242)
@@ -15,6 +15,6 @@ LICENSE=	BSD
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	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"