Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 11:28:57 +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: r515773 - in head/www: . py-dj22-django-jsonfield2
Message-ID:  <201910271128.x9RBSvDO091707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 27 11:28:57 2019
New Revision: 515773
URL: https://svnweb.freebsd.org/changeset/ports/515773

Log:
  Add py-dj22-django-jsonfield2 3.0.3 (copied from py-django-jsonfield2)

Added:
  head/www/py-dj22-django-jsonfield2/
     - copied from r515613, head/www/py-django-jsonfield2/
Modified:
  head/www/Makefile
  head/www/py-dj22-django-jsonfield2/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Oct 27 11:28:51 2019	(r515772)
+++ head/www/Makefile	Sun Oct 27 11:28:57 2019	(r515773)
@@ -1477,6 +1477,7 @@
     SUBDIR += py-dj22-django-formset-js-improved
     SUBDIR += py-dj22-django-jquery-js
     SUBDIR += py-dj22-django-js-asset
+    SUBDIR += py-dj22-django-jsonfield2
     SUBDIR += py-dj22-django-mptt
     SUBDIR += py-dj22-django-prometheus
     SUBDIR += py-dj22-django-tables2

Modified: head/www/py-dj22-django-jsonfield2/Makefile
==============================================================================
--- head/www/py-django-jsonfield2/Makefile	Fri Oct 25 14:03:31 2019	(r515613)
+++ head/www/py-dj22-django-jsonfield2/Makefile	Sun Oct 27 11:28:57 2019	(r515773)
@@ -4,7 +4,7 @@
 PORTNAME=	jsonfield2
 PORTVERSION=	3.0.3
 CATEGORIES=	www python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}django-
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj22-django-
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Reusable Django field to store validated JSON in your model
@@ -12,7 +12,7 @@ COMMENT=	Reusable Django field to store validated JSON
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910271128.x9RBSvDO091707>