svn commit: r536664 - in head/www: py-dj22-django-cors-headers py-django-cors-headers
Steve Wills
swills at FreeBSD.org
Wed May 27 00:17:23 UTC 2020
Author: swills
Date: Wed May 27 00:17:22 2020
New Revision: 536664
URL: https://svnweb.freebsd.org/changeset/ports/536664
Log:
www/py-django-cors-headers: Update to 3.3.0
While here, mark the repo-copied port www/py-dj22-django-cors-headers as
DEPRECATED
PR: 246757
Submitted by: kai
Modified:
head/www/py-dj22-django-cors-headers/Makefile (contents, props changed)
head/www/py-django-cors-headers/Makefile (contents, props changed)
head/www/py-django-cors-headers/distinfo (contents, props changed)
Modified: head/www/py-dj22-django-cors-headers/Makefile
==============================================================================
--- head/www/py-dj22-django-cors-headers/Makefile Tue May 26 23:57:20 2020 (r536663)
+++ head/www/py-dj22-django-cors-headers/Makefile Wed May 27 00:17:22 2020 (r536664)
@@ -11,6 +11,8 @@ COMMENT= Handles server headers required for Cross-Ori
LICENSE= MIT
+DEPRECATED= Obsolete, please use www/py-django-cors-headers instead
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>0:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
Modified: head/www/py-django-cors-headers/Makefile
==============================================================================
--- head/www/py-django-cors-headers/Makefile Tue May 26 23:57:20 2020 (r536663)
+++ head/www/py-django-cors-headers/Makefile Wed May 27 00:17:22 2020 (r536664)
@@ -1,23 +1,23 @@
# $FreeBSD$
PORTNAME= django-cors-headers
-PORTVERSION= 3.1.1
+PORTVERSION= 3.3.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= swills at FreeBSD.org
+MAINTAINER= kai at FreeBSD.org
COMMENT= Handles server headers required for Cross-Origin Resource Sharing
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.0:www/py-django22@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj21-django-cors-headers \
- ${PYTHON_PKGNAMEPREFIX}dj22-django-cors-headers
+CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj22-django-cors-headers
.include <bsd.port.mk>
Modified: head/www/py-django-cors-headers/distinfo
==============================================================================
--- head/www/py-django-cors-headers/distinfo Tue May 26 23:57:20 2020 (r536663)
+++ head/www/py-django-cors-headers/distinfo Wed May 27 00:17:22 2020 (r536664)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570546018
-SHA256 (django-cors-headers-3.1.1.tar.gz) = 5762ec9c2d59f38c76828dc1d4308baca4bc0d3e1d6f217683e7a24a1c4611a3
-SIZE (django-cors-headers-3.1.1.tar.gz) = 25737
+TIMESTAMP = 1590397815
+SHA256 (django-cors-headers-3.3.0.tar.gz) = 73d654950b5f5e7e4f67c05183d2169d4f7518ceb87734eb0d68f9e43be59f1c
+SIZE (django-cors-headers-3.3.0.tar.gz) = 82648
More information about the svn-ports-all
mailing list