Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 13:21:32 +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: r341733 - in head: graphics/py-sorl-thumbnail www/py-django-caching-app-plugins www/py-django-filer www/py-scrapy
Message-ID:  <201401291321.s0TDLW7w060624@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Jan 29 13:21:31 2014
New Revision: 341733
URL: http://svnweb.freebsd.org/changeset/ports/341733
QAT: https://qat.redports.org/buildarchive/r341733/

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

Deleted:
  head/graphics/py-sorl-thumbnail/pkg-plist
  head/www/py-django-caching-app-plugins/pkg-plist
  head/www/py-django-filer/pkg-plist
  head/www/py-scrapy/pkg-plist
Modified:
  head/graphics/py-sorl-thumbnail/Makefile
  head/www/py-django-caching-app-plugins/Makefile
  head/www/py-django-filer/Makefile
  head/www/py-scrapy/Makefile

Modified: head/graphics/py-sorl-thumbnail/Makefile
==============================================================================
--- head/graphics/py-sorl-thumbnail/Makefile	Wed Jan 29 13:20:13 2014	(r341732)
+++ head/graphics/py-sorl-thumbnail/Makefile	Wed Jan 29 13:21:31 2014	(r341733)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sorl-thumbnail
 PORTVERSION=	3.2.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/pildriver.
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
@@ -28,7 +29,6 @@ WORD_DESC=	Word Document thumbnail handl
 
 OPTIONS_DEFAULT=	DJANGO
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDJANGO}

Modified: head/www/py-django-caching-app-plugins/Makefile
==============================================================================
--- head/www/py-django-caching-app-plugins/Makefile	Wed Jan 29 13:20:13 2014	(r341732)
+++ head/www/py-django-caching-app-plugins/Makefile	Wed Jan 29 13:21:31 2014	(r341733)
@@ -3,7 +3,7 @@
 
 PORTNAME=	django-caching-app-plugins
 PORTVERSION=	0.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	http://www.caomhin.org/ports/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,8 +17,9 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}se
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
 
 WRKSRC=		${WRKDIR}/bkroeze-django-caching-app-plugins-tip
+
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/py-django-filer/Makefile
==============================================================================
--- head/www/py-django-filer/Makefile	Wed Jan 29 13:20:13 2014	(r341732)
+++ head/www/py-django-filer/Makefile	Wed Jan 29 13:21:31 2014	(r341733)
@@ -3,6 +3,7 @@
 
 PORTNAME=	django-filer
 PORTVERSION=	0.8.6
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +16,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}djan
 		${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 post-install:
 	@${CAT} ${PKGMESSAGE}
 

Modified: head/www/py-scrapy/Makefile
==============================================================================
--- head/www/py-scrapy/Makefile	Wed Jan 29 13:20:13 2014	(r341732)
+++ head/www/py-scrapy/Makefile	Wed Jan 29 13:21:31 2014	(r341733)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Scrapy
 PORTVERSION=	0.16.5
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,13 +19,13 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml
 
 USE_PYTHON=	2
 USES=		twisted:run
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONS_DEFINE=	SSL
 OPTIONS_DEFAULT=SSL
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSSL}



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