From owner-svn-ports-head@freebsd.org Sun Nov 6 11:54:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10D88C327CF; Sun, 6 Nov 2016 11:54:06 +0000 (UTC) (envelope-from rene@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 mx1.freebsd.org (Postfix) with ESMTPS id B984F950; Sun, 6 Nov 2016 11:54:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6Bs4hD031687; Sun, 6 Nov 2016 11:54:04 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Bs4iP031685; Sun, 6 Nov 2016 11:54:04 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611061154.uA6Bs4iP031685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 6 Nov 2016 11:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425487 - head/www/py-django-redis X-SVN-Group: ports-head 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.23 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: Sun, 06 Nov 2016 11:54:06 -0000 Author: rene Date: Sun Nov 6 11:54:04 2016 New Revision: 425487 URL: https://svnweb.freebsd.org/changeset/ports/425487 Log: - update to 4.6.0 - add TEST target Reported by: portscout Modified: head/www/py-django-redis/Makefile head/www/py-django-redis/distinfo Modified: head/www/py-django-redis/Makefile ============================================================================== --- head/www/py-django-redis/Makefile Sun Nov 6 11:45:39 2016 (r425486) +++ head/www/py-django-redis/Makefile Sun Nov 6 11:54:04 2016 (r425487) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-redis -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.0 CATEGORIES= www databases MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,18 @@ COMMENT= Full featured Redis cache/sessi LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3:www/py-django18 \ - ${PYTHON_PKGNAMEPREFIX}redis>=2.9.0:databases/py-redis +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.8:www/py-django18 \ + ${PYTHON_PKGNAMEPREFIX}redis>=2.10.0:databases/py-redis + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>=0:databases/py-hiredis \ + ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0:devel/py-msgpack-python USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes +do-test: build + @cd ${WRKSRC}/tests && ${PYTHON_CMD} runtests.py + .include Modified: head/www/py-django-redis/distinfo ============================================================================== --- head/www/py-django-redis/distinfo Sun Nov 6 11:45:39 2016 (r425486) +++ head/www/py-django-redis/distinfo Sun Nov 6 11:54:04 2016 (r425487) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474532216 -SHA256 (django-redis-4.5.0.tar.gz) = 57dfc7300fde5a091c63996b0b2bacdd3752fe37678c5a6eafe0b5cac35c0d9c -SIZE (django-redis-4.5.0.tar.gz) = 53568 +TIMESTAMP = 1478383784 +SHA256 (django-redis-4.6.0.tar.gz) = 7b64c8f1efaf426226e9055385ed9e783f1289f2b72a9f6efcc1f602ec6a6dbb +SIZE (django-redis-4.6.0.tar.gz) = 53442