Date: Tue, 7 Oct 2014 11:58:58 +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: r370304 - head/www/py-djblets Message-ID: <201410071158.s97BwwWA041069@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Tue Oct 7 11:58:57 2014 New Revision: 370304 URL: https://svnweb.freebsd.org/changeset/ports/370304 QAT: https://qat.redports.org/buildarchive/r370304/ Log: www/py-djblets: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/www/py-djblets/Makefile Modified: head/www/py-djblets/Makefile ============================================================================== --- head/www/py-djblets/Makefile Tue Oct 7 11:58:18 2014 (r370303) +++ head/www/py-djblets/Makefile Tue Oct 7 11:58:57 2014 (r370304) @@ -2,6 +2,7 @@ PORTNAME= djblets PORTVERSION= 0.7.28 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://downloads.reviewboard.org/releases/Djblets/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,12 +18,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>=1.4.3:${PORTSDIR}/www/py-django14 \ ${PYTHON_PKGNAMEPREFIX}django-pipeline12>=1.2.24:${PORTSDIR}/www/py-django-pipeline12 \ ${PYTHON_PKGNAMEPREFIX}feedparser>=5.1.2:${PORTSDIR}/textproc/py-feedparser \ - ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz -USES= shebangfix -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES= python:2 shebangfix +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= Djblets python_OLD_CMD= /usr/bin/env python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071158.s97BwwWA041069>