Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2013 13:48:27 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177122: [MAINTAINER] www/py-django-tastypie: update to 0.9.13
Message-ID:  <5148cf1b.8219310a.1f48.3a92@mx.google.com>
Resent-Message-ID: <201303192050.r2JKo01s002782@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177122
>Category:       ports
>Synopsis:       [MAINTAINER] www/py-django-tastypie: update to 0.9.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 19 20:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Update to 0.9.13
	Fix pkg-descr WWW link
	Redports: https://www.redports.org/buildarchive/20130319203300-17850/

>How-To-Repeat:
>Fix:

	See attached patch


--- py-django-tastypie.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 314634)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-tastypie
-PORTVERSION=	0.9.12
+PORTVERSION=	0.9.13
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +10,9 @@
 MAINTAINER=	william88@gmail.com
 COMMENT=	Create REST API for Django apps
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mimeparse>=0:${PORTSDIR}/devel/py-mimeparse \
-		${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
+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
 
 USE_PYTHON=	2.6+
 USE_PYDISTUTILS=	easy_install
Index: distinfo
===================================================================
--- distinfo	(revision 314634)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (django-tastypie-0.9.12.tar.gz) = 5b9a8d2e1ec562b23f4c94cfe387262f4c573dfdf673af80f13b1d137dbf841f
-SIZE (django-tastypie-0.9.12.tar.gz) = 704067
+SHA256 (django-tastypie-0.9.13.tar.gz) = 60ff6e88a8cf7a48b3ac9d23bb3307135bf153026beb6b9adbfac1bb586f516b
+SIZE (django-tastypie-0.9.13.tar.gz) = 719070
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 314634)
+++ pkg-descr	(working copy)
@@ -13,4 +13,4 @@
     * You want to support my perceived NIH syndrome, which is less about 
       NIH and more about trying to help out friends/coworkers.
 
-WWW: http://south.aeracode.org://github.com/toastdriven/django-tastypie/
+WWW: http://github.com/toastdriven/django-tastypie/
--- py-django-tastypie.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5148cf1b.8219310a.1f48.3a92>