Bug 183054 - [MAINTAINER] devel/py-thrift
Summary: [MAINTAINER] devel/py-thrift
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-17 14:50 UTC by komarov
Modified: 2013-11-09 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.53 KB, patch)
2013-10-17 14:50 UTC, komarov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description komarov 2013-10-17 14:50:00 UTC
Upgrade to 0.9.1

ports:

devel/fb303
devel/php5-thrift
devel/py-thrift
devel/rubygem-thrift
net/scribe
devel/thrift-c_glib
devel/thrift-cpp
devel/thrift

must be committed together.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-17 14:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

scheidell@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2013-10-17 14:57:09 UTC
Responsible Changed
From-To: scheidell->freebsd-ports-bugs

I no longer have commit bit
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 03:41:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 14:14:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-11-09 14:14:57 UTC
Author: wg
Date: Sat Nov  9 14:14:50 2013
New Revision: 333294
URL: http://svnweb.freebsd.org/changeset/ports/333294

Log:
  devel/py-thrift: allow staging
  
  - Allow staging
  - use python auto plist
  
  PR:		ports/183054
  Submitted by:	maintainer

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

Modified: head/devel/py-thrift/Makefile
==============================================================================
--- head/devel/py-thrift/Makefile	Sat Nov  9 14:07:31 2013	(r333293)
+++ head/devel/py-thrift/Makefile	Sat Nov  9 14:14:50 2013	(r333294)
@@ -11,13 +11,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	komarov@valerka.net
 COMMENT=	Python interface to Thrift
 
-DISTINFO_FILE=	${.CURDIR}/../thrift/distinfo
+DISTINFO_FILE=	${PORTSDIR}/devel/thrift/distinfo
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
 WRKSRC=		${WRKDIR}/${DISTNAME}/lib/py
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|' ${WRKSRC}/${PYSETUP}
 
_______________________________________________
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"