From owner-svn-ports-head@freebsd.org Thu May 10 17:50:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE408FD1C1A; Thu, 10 May 2018 17:50:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C9F775178; Thu, 10 May 2018 17:50:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F1C523A75; Thu, 10 May 2018 17:50:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4AHotfO024847; Thu, 10 May 2018 17:50:55 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4AHosBK024846; Thu, 10 May 2018 17:50:54 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201805101750.w4AHosBK024846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 10 May 2018 17:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469568 - head/www/py-django-tastypie X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/www/py-django-tastypie X-SVN-Commit-Revision: 469568 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 17:50:55 -0000 Author: wg Date: Thu May 10 17:50:54 2018 New Revision: 469568 URL: https://svnweb.freebsd.org/changeset/ports/469568 Log: www/py-django-tastypie: update to 0.14.1 and move to django 1.11 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 Thu May 10 17:32:37 2018 (r469567) +++ head/www/py-django-tastypie/Makefile Thu May 10 17:50:54 2018 (r469568) @@ -2,27 +2,23 @@ # $FreeBSD$ PORTNAME= django-tastypie -PORTVERSION= 0.13.3 +PORTVERSION= 0.14.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER?= wg@FreeBSD.org +MAINTAINER= wg@FreeBSD.org COMMENT= Create REST API for Django apps LICENSE= BSD3CLAUSE -MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:devel/py-mimeparse@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:devel/py-mimeparse@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${FLAVOR} -BUILD_DEPENDS= ${MY_DEPENDS} - -RUN_DEPENDS?= ${MY_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}django18>=1.5:www/py-django18@${FLAVOR} - USES= python USE_PYTHON= distutils autoplist -CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME}16 +NO_ARCH= yes .include Modified: head/www/py-django-tastypie/distinfo ============================================================================== --- head/www/py-django-tastypie/distinfo Thu May 10 17:32:37 2018 (r469567) +++ head/www/py-django-tastypie/distinfo Thu May 10 17:50:54 2018 (r469568) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471870919 -SHA256 (django-tastypie-0.13.3.tar.gz) = e404b9ac24ab400015047f5503fae1732d9e944a7152693fe902c0a905f250cc -SIZE (django-tastypie-0.13.3.tar.gz) = 144649 +TIMESTAMP = 1525944000 +SHA256 (django-tastypie-0.14.1.tar.gz) = 1fbf61ec7467eec70bd1abcb14e3b1dc67e47cc3642ad16ed8a3709f4140678b +SIZE (django-tastypie-0.14.1.tar.gz) = 147790