Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2013 14:14:50 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333294 - head/devel/py-thrift
Message-ID:  <201311091414.rA9EEo3Q099469@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311091414.rA9EEo3Q099469>