Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2024 19:44:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3ac990052e22 - main - www/py-django-storages: Update to 1.14.4
Message-ID:  <202407101944.46AJid2b041755@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ac990052e2297bff9919783f9d67ebfa62513e3

commit 3ac990052e2297bff9919783f9d67ebfa62513e3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-10 19:34:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-10 19:34:44 +0000

    www/py-django-storages: Update to 1.14.4
    
    Changes:        https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst
---
 www/py-django-storages/Makefile | 11 +++--------
 www/py-django-storages/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/www/py-django-storages/Makefile b/www/py-django-storages/Makefile
index 95e544f1d534..66d553726460 100644
--- a/www/py-django-storages/Makefile
+++ b/www/py-django-storages/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-storages
-PORTVERSION=	1.14.3
+PORTVERSION=	1.14.4
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -32,15 +32,10 @@ SFTP_DESC=	SFTP backend
 
 #AZURE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-core>=1.13:devel/py-azure-core@${PY_FLAVOR} \
 #			${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=12:devel/py-azure-storage-blob@${PY_FLAVOR}
+DROPBOX_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dropbox>=7.2.1:www/py-dropbox@${PY_FLAVOR}
 GOOGLE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-cloud-storage>=1.27:www/py-google-cloud-storage@${PY_FLAVOR}
 LIBCLOUD_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libcloud>=0:net/py-libcloud@${PY_FLAVOR}
 S3_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}boto3>=1.4.4:www/py-boto3@${PY_FLAVOR}
 SFTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.15:security/py-paramiko@${PY_FLAVOR}
 
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MDROPBOX} && ${PYTHON_REL} < 31200
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dropbox>=7.2.1:www/py-dropbox@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/py-django-storages/distinfo b/www/py-django-storages/distinfo
index 4d91ebfa6562..46ba87cd5184 100644
--- a/www/py-django-storages/distinfo
+++ b/www/py-django-storages/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1715843838
-SHA256 (django-storages-1.14.3.tar.gz) = 95a12836cd998d4c7a4512347322331c662d9114c4344f932f5e9c0fce000608
-SIZE (django-storages-1.14.3.tar.gz) = 115310
+TIMESTAMP = 1720608714
+SHA256 (django-storages-1.14.4.tar.gz) = 69aca94d26e6714d14ad63f33d13619e697508ee33ede184e462ed766dc2a73f
+SIZE (django-storages-1.14.4.tar.gz) = 83496



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