Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2014 15:38:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347023 - head/www/py-requests-oauth-hook
Message-ID:  <201403041538.s24FcgFA071507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Mar  4 15:38:41 2014
New Revision: 347023
URL: http://svnweb.freebsd.org/changeset/ports/347023
QAT: https://qat.redports.org/buildarchive/r347023/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREVISION

Deleted:
  head/www/py-requests-oauth-hook/pkg-plist
Modified:
  head/www/py-requests-oauth-hook/Makefile

Modified: head/www/py-requests-oauth-hook/Makefile
==============================================================================
--- head/www/py-requests-oauth-hook/Makefile	Tue Mar  4 15:34:12 2014	(r347022)
+++ head/www/py-requests-oauth-hook/Makefile	Tue Mar  4 15:38:41 2014	(r347023)
@@ -3,7 +3,7 @@
 
 PORTNAME=	requests-oauth-hook
 PORTVERSION=	0.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requ
 		${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+post-extract:
+	${RM} -r ${WRKSRC}/tests
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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