Bug 182642 - devel/py-pyev: stage support
Summary: devel/py-pyev: 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-04 16:40 UTC by Denis Generalov
Modified: 2013-10-14 13:00 UTC (History)
0 users

See Also:


Attachments
file.txt (531 bytes, text/plain)
2013-10-04 16:40 UTC, Denis Generalov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Generalov 2013-10-04 16:40:00 UTC
add stage support

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-04 16:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-10-04 17:05:51 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-10-14 12:53:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-14 12:53:45 UTC
Author: wg
Date: Mon Oct 14 11:53:37 2013
New Revision: 330303
URL: http://svnweb.freebsd.org/changeset/ports/330303

Log:
  devel/py-pyev: allow staging
  
  - Allow staging
  - Use python auto plist
  
  PR:		ports/182642
  Submitted by:	Denis Generalov <gd rambler-co.ru> (maintainer)

Modified:
  head/devel/py-pyev/Makefile

Modified: head/devel/py-pyev/Makefile
==============================================================================
--- head/devel/py-pyev/Makefile	Mon Oct 14 11:43:19 2013	(r330302)
+++ head/devel/py-pyev/Makefile	Mon Oct 14 11:53:37 2013	(r330303)
@@ -17,12 +17,10 @@ LIB_DEPENDS=	libev.so:${PORTSDIR}/devel/
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
 PYDISTUTILS_PKGVERSION=${PORTVERSION}${DISTVERSIONSUFFIX}
 
 CFLAGS+=	-I${PREFIX}/include
 LDFLAGS+=	-L${PREFIX}/lib
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/pyev.so
-
-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"