Date: Fri, 1 Feb 2019 21:43:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491871 - head/www/py-django-star-ratings Message-ID: <201902012143.x11Lh6hH015641@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 1 21:43:06 2019 New Revision: 491871 URL: https://svnweb.freebsd.org/changeset/ports/491871 Log: Update to 0.7.0 Changes: https://github.com/wildfish/django-star-ratings/blob/develop/CHANGELOG.txt PR: 235403 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) Modified: head/www/py-django-star-ratings/Makefile head/www/py-django-star-ratings/distinfo Modified: head/www/py-django-star-ratings/Makefile ============================================================================== --- head/www/py-django-star-ratings/Makefile Fri Feb 1 21:43:00 2019 (r491870) +++ head/www/py-django-star-ratings/Makefile Fri Feb 1 21:43:06 2019 (r491871) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-star-ratings -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,8 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py ${PYTHON_PKGNAMEPREFIX}django-model-utils>=0:www/py-django-model-utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}swapper>=0:www/py-swapper@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/www/py-django-star-ratings/distinfo ============================================================================== --- head/www/py-django-star-ratings/distinfo Fri Feb 1 21:43:00 2019 (r491870) +++ head/www/py-django-star-ratings/distinfo Fri Feb 1 21:43:06 2019 (r491871) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520708026 -SHA256 (django-star-ratings-0.6.1.tar.gz) = 2e6d90207808a06b01bedf94ddf08013754d12c5099fac10f46d1e1a60cb9bd1 -SIZE (django-star-ratings-0.6.1.tar.gz) = 34107 +TIMESTAMP = 1549045004 +SHA256 (django-star-ratings-0.7.0.tar.gz) = 8900617d44e93529f66213d8b3efa72c6943c9a5ff11f96e63aa6b4dbc96e4b5 +SIZE (django-star-ratings-0.7.0.tar.gz) = 34514
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902012143.x11Lh6hH015641>