Bug 185553 - textproc/py-rdflib: fix plist
Summary: textproc/py-rdflib: fix plist
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: 2014-01-07 14:30 UTC by Max Brazhnikov
Modified: 2014-01-08 11:10 UTC (History)
0 users

See Also:


Attachments
file.diff (734 bytes, patch)
2014-01-07 14:30 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2014-01-07 14:30:00 UTC
- Support staging
- Fix plist

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-07 14:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2014-01-08 11:08:20 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2014-01-08 11:08:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-01-08 11:08:36 UTC
Author: wg
Date: Wed Jan  8 11:08:29 2014
New Revision: 339090
URL: http://svnweb.freebsd.org/changeset/ports/339090

Log:
  textproc/py-rdflib: support stage and fix plist
  
  PR:		ports/185553
  Submitted by:	makc

Deleted:
  head/textproc/py-rdflib/pkg-plist
Modified:
  head/textproc/py-rdflib/Makefile

Modified: head/textproc/py-rdflib/Makefile
==============================================================================
--- head/textproc/py-rdflib/Makefile	Wed Jan  8 11:06:04 2014	(r339089)
+++ head/textproc/py-rdflib/Makefile	Wed Jan  8 11:08:29 2014	(r339090)
@@ -14,11 +14,9 @@ LICENSE=	BSD
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate
 
-USE_PYTHON=	-2.7
+USE_PYTHON=	2
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}
 
 .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"