Bug 177122 - [MAINTAINER] www/py-django-tastypie: update to 0.9.13
Summary: [MAINTAINER] www/py-django-tastypie: update to 0.9.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 20:50 UTC by William Grzybowski
Modified: 2013-03-20 13:20 UTC (History)
0 users

See Also:


Attachments
py-django-tastypie.patch (1.71 KB, patch)
2013-03-19 20:50 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-19 20:50:00 UTC
	Update to 0.9.13
	Fix pkg-descr WWW link
	Redports: https://www.redports.org/buildarchive/20130319203300-17850/

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-19 20:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-03-20 06:07:11 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-03-20 13:16:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-03-20 13:16:49 UTC
Author: culot
Date: Wed Mar 20 13:16:35 2013
New Revision: 314730
URL: http://svnweb.freebsd.org/changeset/ports/314730

Log:
  - Update to 0.9.13
  - Fix WWW link in pkg-descr
  
  PR:		ports/177122
  Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)

Modified:
  head/www/py-django-tastypie/Makefile
  head/www/py-django-tastypie/distinfo
  head/www/py-django-tastypie/pkg-descr

Modified: head/www/py-django-tastypie/Makefile
==============================================================================
--- head/www/py-django-tastypie/Makefile	Wed Mar 20 12:47:49 2013	(r314729)
+++ head/www/py-django-tastypie/Makefile	Wed Mar 20 13:16:35 2013	(r314730)
@@ -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 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 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

Modified: head/www/py-django-tastypie/distinfo
==============================================================================
--- head/www/py-django-tastypie/distinfo	Wed Mar 20 12:47:49 2013	(r314729)
+++ head/www/py-django-tastypie/distinfo	Wed Mar 20 13:16:35 2013	(r314730)
@@ -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

Modified: head/www/py-django-tastypie/pkg-descr
==============================================================================
--- head/www/py-django-tastypie/pkg-descr	Wed Mar 20 12:47:49 2013	(r314729)
+++ head/www/py-django-tastypie/pkg-descr	Wed Mar 20 13:16:35 2013	(r314730)
@@ -13,4 +13,4 @@ Here are some common reasons for tastypi
     * 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/
_______________________________________________
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"