From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 22:42:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E28912A4; Wed, 11 Jun 2014 22:42:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6F722FBC; Wed, 11 Jun 2014 22:42:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BMgwvK044523; Wed, 11 Jun 2014 22:42:58 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BMgwnx044520; Wed, 11 Jun 2014 22:42:58 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201406112242.s5BMgwnx044520@svn.freebsd.org> From: William Grzybowski Date: Wed, 11 Jun 2014 22:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357546 - head/www/py-django-tastypie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 22:42:59 -0000 Author: wg Date: Wed Jun 11 22:42:57 2014 New Revision: 357546 URL: http://svnweb.freebsd.org/changeset/ports/357546 QAT: https://qat.redports.org/buildarchive/r357546/ Log: www/py-django-tastypie: update to 0.11.1 PR: 190428 Submitted by: ports robakdesign.com 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 Jun 11 22:19:30 2014 (r357545) +++ head/www/py-django-tastypie/Makefile Wed Jun 11 22:42:57 2014 (r357546) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-tastypie -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Create REST API for Django apps -LICENSE= BSD +LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:${PORTSDIR}/devel/py-mimeparse \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil Modified: head/www/py-django-tastypie/distinfo ============================================================================== --- head/www/py-django-tastypie/distinfo Wed Jun 11 22:19:30 2014 (r357545) +++ head/www/py-django-tastypie/distinfo Wed Jun 11 22:42:57 2014 (r357546) @@ -1,2 +1,2 @@ -SHA256 (django-tastypie-0.11.0.tar.gz) = 84b6bb8e3f9fff5740256c229255c5d35f8d48adcaba3c8bcd63179d6ab75706 -SIZE (django-tastypie-0.11.0.tar.gz) = 727362 +SHA256 (django-tastypie-0.11.1.tar.gz) = 32c2b55268f951a627974a907f0684b1ad4e7f0720030ede8c41134e66e210a4 +SIZE (django-tastypie-0.11.1.tar.gz) = 729351 Modified: head/www/py-django-tastypie/pkg-descr ============================================================================== --- head/www/py-django-tastypie/pkg-descr Wed Jun 11 22:19:30 2014 (r357545) +++ head/www/py-django-tastypie/pkg-descr Wed Jun 11 22:42:57 2014 (r357546) @@ -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://github.com/toastdriven/django-tastypie/ +WWW: http://github.com/toastdriven/django-tastypie