From owner-svn-ports-all@freebsd.org Sun Oct 20 17:12:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C255E1646A1; Sun, 20 Oct 2019 17:12:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46x5tQ4Y4Yz41Fy; Sun, 20 Oct 2019 17:12:30 +0000 (UTC) (envelope-from sunpoet@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 80973F08B; Sun, 20 Oct 2019 17:12:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9KHCULu072690; Sun, 20 Oct 2019 17:12:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9KHCTE2072687; Sun, 20 Oct 2019 17:12:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910201712.x9KHCTE2072687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Oct 2019 17:12:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514952 - head/www/py-dj21-django-crispy-forms X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-dj21-django-crispy-forms X-SVN-Commit-Revision: 514952 X-SVN-Commit-Repository: ports 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.29 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: Sun, 20 Oct 2019 17:12:30 -0000 Author: sunpoet Date: Sun Oct 20 17:12:29 2019 New Revision: 514952 URL: https://svnweb.freebsd.org/changeset/ports/514952 Log: Update to 1.8.0 - Update CONFLICTS_INSTALL Changes: https://github.com/django-crispy-forms/django-crispy-forms/releases Modified: head/www/py-dj21-django-crispy-forms/Makefile head/www/py-dj21-django-crispy-forms/distinfo head/www/py-dj21-django-crispy-forms/pkg-descr Modified: head/www/py-dj21-django-crispy-forms/Makefile ============================================================================== --- head/www/py-dj21-django-crispy-forms/Makefile Sun Oct 20 17:12:24 2019 (r514951) +++ head/www/py-dj21-django-crispy-forms/Makefile Sun Oct 20 17:12:29 2019 (r514952) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-crispy-forms -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj21- @@ -12,13 +12,14 @@ COMMENT= Best way to have Django DRY forms LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>0:www/py-django21@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=0:www/py-django21@${PY_FLAVOR} USES= python:3.5+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist distutils NO_ARCH= yes -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-crispy-forms +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-crispy-forms \ + ${PYTHON_PKGNAMEPREFIX}dj22-django-crispy-forms .include Modified: head/www/py-dj21-django-crispy-forms/distinfo ============================================================================== --- head/www/py-dj21-django-crispy-forms/distinfo Sun Oct 20 17:12:24 2019 (r514951) +++ head/www/py-dj21-django-crispy-forms/distinfo Sun Oct 20 17:12:29 2019 (r514952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520704202 -SHA256 (django-crispy-forms-1.7.2.tar.gz) = 5952bab971110d0b86c278132dae0aa095beee8f723e625c3d3fa28888f1675f -SIZE (django-crispy-forms-1.7.2.tar.gz) = 53853 +TIMESTAMP = 1571483893 +SHA256 (django-crispy-forms-1.8.0.tar.gz) = 0320b303420fec9ce94e045321dfd180ca0e31e0336211c5d30ad0bda5ebbb5d +SIZE (django-crispy-forms-1.8.0.tar.gz) = 56914 Modified: head/www/py-dj21-django-crispy-forms/pkg-descr ============================================================================== --- head/www/py-dj21-django-crispy-forms/pkg-descr Sun Oct 20 17:12:24 2019 (r514951) +++ head/www/py-dj21-django-crispy-forms/pkg-descr Sun Oct 20 17:12:29 2019 (r514952) @@ -1,7 +1,7 @@ -The best way to have Django DRY forms. Build programmatic reusable layouts -out of components, having full control of the rendered HTML without writing -HTML in templates. All this without breaking the standard way of doing things -in Django, so it plays nice with any other form application. +The best way to have Django DRY forms. Build programmatic reusable layouts out +of components, having full control of the rendered HTML without writing HTML in +templates. All this without breaking the standard way of doing things in Django, +so it plays nice with any other form application. The application mainly provides: - A filter named |crispy that will render elegant div based forms. Think of it