Update to 0.9.14 Redports: https://redports.org/buildarchive/20130321134700-11839/ Fix: See attached patch
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
William Grzybowski wrote on 21.03.2013 17:49: > >> Number: 177195 >> Category: ports >> Synopsis: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 [...] > --- py-dateutil.patch begins here --- > Index: Makefile > =================================================================== > --- Makefile (revision 313459) > +++ Makefile (working copy) > @@ -3424,6 +3424,7 @@ > SUBDIR += py-dal > SUBDIR += py-darcsver > SUBDIR += py-dateutil > + SUBDIR += py-dateutil2 > SUBDIR += py-dbus > SUBDIR += py-decorator > SUBDIR += py-decoratortools Wrong patch, I believe :) -- Regards, Ruslan Tinderboxing kills... the drives.
Err, Indeed, selected the wrong one! Sorry! Attached the correct one. On Thu, Mar 21, 2013 at 10:53 AM, Ruslan Makhmatkhanov <cvs-src@yandex.ru> wrote: > William Grzybowski wrote on 21.03.2013 17:49: >> >> >>> Number: 177195 >>> Category: ports >>> >>> Synopsis: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 > > > [...] > >> --- py-dateutil.patch begins here --- >> Index: Makefile >> =================================================================== >> --- Makefile (revision 313459) >> +++ Makefile (working copy) >> @@ -3424,6 +3424,7 @@ >> SUBDIR += py-dal >> SUBDIR += py-darcsver >> SUBDIR += py-dateutil >> + SUBDIR += py-dateutil2 >> SUBDIR += py-dbus >> SUBDIR += py-decorator >> SUBDIR += py-decoratortools > > > Wrong patch, I believe :) > > -- > Regards, > Ruslan > > Tinderboxing kills... the drives. -- William Grzybowski ------------------------------------------ Agência Livre - www.agencialivre.com.br Curitiba/PR - Brasil
Responsible Changed From-To: freebsd-python->rm I will take it.
Author: rm Date: Fri Mar 22 13:15:36 2013 New Revision: 314926 URL: http://svnweb.freebsd.org/changeset/ports/314926 Log: - update to 0.9.14 - limit python version to 2.x only (print|except), while here PR: 177195 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Modified: head/www/py-django-tastypie/Makefile head/www/py-django-tastypie/distinfo Modified: head/www/py-django-tastypie/Makefile ============================================================================== --- head/www/py-django-tastypie/Makefile Fri Mar 22 13:14:17 2013 (r314925) +++ head/www/py-django-tastypie/Makefile Fri Mar 22 13:15:36 2013 (r314926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-tastypie -PORTVERSION= 0.9.13 +PORTVERSION= 0.9.14 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,9 @@ MAINTAINER= william88@gmail.com COMMENT= Create REST API for Django apps BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0:${PORTSDIR}/devel/py-mimeparse \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}rose>=1:${PORTSDIR}/devel/py-rose + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil -USE_PYTHON= 2.6+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install .include <bsd.port.mk> Modified: head/www/py-django-tastypie/distinfo ============================================================================== --- head/www/py-django-tastypie/distinfo Fri Mar 22 13:14:17 2013 (r314925) +++ head/www/py-django-tastypie/distinfo Fri Mar 22 13:15:36 2013 (r314926) @@ -1,2 +1,2 @@ -SHA256 (django-tastypie-0.9.13.tar.gz) = 60ff6e88a8cf7a48b3ac9d23bb3307135bf153026beb6b9adbfac1bb586f516b -SIZE (django-tastypie-0.9.13.tar.gz) = 719070 +SHA256 (django-tastypie-0.9.14.tar.gz) = b7c536df7415d6b2024a6bb8efb596733b09763c4762f72e4acbd3a52910f682 +SIZE (django-tastypie-0.9.14.tar.gz) = 718897 _______________________________________________ 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"
State Changed From-To: open->closed Committed, thanks.