Date: Sat, 27 Apr 2019 18:26:16 +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: r500236 - head/www/py-dj22-django-taggit Message-ID: <201904271826.x3RIQGWh009369@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 27 18:26:16 2019 New Revision: 500236 URL: https://svnweb.freebsd.org/changeset/ports/500236 Log: Update to 0.24.0 - Update WWW Changes: https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst Modified: head/www/py-dj22-django-taggit/Makefile head/www/py-dj22-django-taggit/distinfo head/www/py-dj22-django-taggit/pkg-descr Modified: head/www/py-dj22-django-taggit/Makefile ============================================================================== --- head/www/py-dj22-django-taggit/Makefile Sat Apr 27 18:26:11 2019 (r500235) +++ head/www/py-dj22-django-taggit/Makefile Sat Apr 27 18:26:16 2019 (r500236) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-taggit -PORTVERSION= 0.23.0 +PORTVERSION= 0.24.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22- @@ -12,7 +12,6 @@ COMMENT= Reusable Django application for simple taggin LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>=0:devel/py-isort@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} USES= python:3.5+ Modified: head/www/py-dj22-django-taggit/distinfo ============================================================================== --- head/www/py-dj22-django-taggit/distinfo Sat Apr 27 18:26:11 2019 (r500235) +++ head/www/py-dj22-django-taggit/distinfo Sat Apr 27 18:26:16 2019 (r500236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542119703 -SHA256 (django-taggit-0.23.0.tar.gz) = a21cbe7e0879f1364eef1c88a2eda89d593bf000ebf51c3f00423c6927075dce -SIZE (django-taggit-0.23.0.tar.gz) = 44585 +TIMESTAMP = 1556375557 +SHA256 (django-taggit-0.24.0.tar.gz) = bb8f27684814cd1414b2af75b857b5e26a40912631904038a7ecacd2bfafc3ac +SIZE (django-taggit-0.24.0.tar.gz) = 44534 Modified: head/www/py-dj22-django-taggit/pkg-descr ============================================================================== --- head/www/py-dj22-django-taggit/pkg-descr Sat Apr 27 18:26:11 2019 (r500235) +++ head/www/py-dj22-django-taggit/pkg-descr Sat Apr 27 18:26:16 2019 (r500236) @@ -1,3 +1,3 @@ django-taggit a simpler approach to tagging with Django. -WWW: https://github.com/alex/django-taggit +WWW: https://github.com/jazzband/django-taggit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904271826.x3RIQGWh009369>