diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/distinfo | 6 | ||||
-rw-r--r-- | www/nextcloud-calendar/Makefile | 2 | ||||
-rw-r--r-- | www/nextcloud-calendar/distinfo | 6 | ||||
-rw-r--r-- | www/nextcloud-forms/Makefile | 2 | ||||
-rw-r--r-- | www/nextcloud-forms/distinfo | 6 | ||||
-rw-r--r-- | www/py-dj52-django-stubs-ext/Makefile | 12 | ||||
-rw-r--r-- | www/py-django-stubs-ext/Makefile | 10 |
9 files changed, 32 insertions, 15 deletions
diff --git a/www/Makefile b/www/Makefile index e72084fbdc21..9bebefe31170 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1563,6 +1563,7 @@ SUBDIR += py-dj52-django-redis SUBDIR += py-dj52-django-rich SUBDIR += py-dj52-django-storages + SUBDIR += py-dj52-django-stubs-ext SUBDIR += py-dj52-django-tables2 SUBDIR += py-dj52-django-taggit SUBDIR += py-dj52-django-timezone-field diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a5e5d8771738..636da9a51703 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,5 +1,5 @@ PORTNAME= firefox -DISTVERSION= 140.0 +DISTVERSION= 140.0.1 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 7f8883990dc3..9ce472390a2f 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750184092 -SHA256 (firefox-140.0.source.tar.xz) = ee1253b49b21241abc5d490df60be1d9f1d3914cdc1a4e3482a8158913f9fd1f -SIZE (firefox-140.0.source.tar.xz) = 639951312 +TIMESTAMP = 1750965255 +SHA256 (firefox-140.0.1.source.tar.xz) = de848d56f5bd9f9bb9bbea17f425d1d887c1f4bb07d7e0be58c0e4a397ea86f0 +SIZE (firefox-140.0.1.source.tar.xz) = 633875268 diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index 02f116983241..50f00e4bae61 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,5 +1,5 @@ PORTNAME= calendar -PORTVERSION= 5.3.3 +PORTVERSION= 5.3.4 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo index 23d8876259d7..fe758d6e8ab6 100644 --- a/www/nextcloud-calendar/distinfo +++ b/www/nextcloud-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750267963 -SHA256 (nextcloud/calendar-v5.3.3.tar.gz) = 6041c359bb7d3a3d6b5d414760b3976c8c44e0b2bf487b745e2509178806fca3 -SIZE (nextcloud/calendar-v5.3.3.tar.gz) = 19614496 +TIMESTAMP = 1750971704 +SHA256 (nextcloud/calendar-v5.3.4.tar.gz) = d406c03b19315f780d193a634224d1a14e1d40d2dfb1a6313b0f4d1565954270 +SIZE (nextcloud/calendar-v5.3.4.tar.gz) = 19631072 diff --git a/www/nextcloud-forms/Makefile b/www/nextcloud-forms/Makefile index a9a650b0870b..4610a0b05774 100644 --- a/www/nextcloud-forms/Makefile +++ b/www/nextcloud-forms/Makefile @@ -1,5 +1,5 @@ PORTNAME= forms -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.1 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-forms/distinfo b/www/nextcloud-forms/distinfo index 071c6ac349e9..c4f9c59f3442 100644 --- a/www/nextcloud-forms/distinfo +++ b/www/nextcloud-forms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744140535 -SHA256 (nextcloud/forms-v5.1.0.tar.gz) = b78ff546af7d547fa0e37ccb726b393fbd786d262fe61e914da23843b8ef0fe6 -SIZE (nextcloud/forms-v5.1.0.tar.gz) = 5074500 +TIMESTAMP = 1750971603 +SHA256 (nextcloud/forms-v5.1.1.tar.gz) = 2a42a6390a5ee8552ee6c01d38508ef99ac380e653839e9fd6da260468366d87 +SIZE (nextcloud/forms-v5.1.1.tar.gz) = 5087208 diff --git a/www/py-dj52-django-stubs-ext/Makefile b/www/py-dj52-django-stubs-ext/Makefile new file mode 100644 index 000000000000..a3127930ff2d --- /dev/null +++ b/www/py-dj52-django-stubs-ext/Makefile @@ -0,0 +1,12 @@ +PORTNAME= django-stubs-ext +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj${DJANGO_VERSION}- + +MAINTAINER= dtxdf@FreeBSD.org + +CONFLICTS_INSTALL= www/py-django-stubs-ext + +MASTERDIR= ${.CURDIR}/../py-django-stubs-ext + +DJANGO_VERSION= 52 + +.include "${MASTERDIR}/Makefile" diff --git a/www/py-django-stubs-ext/Makefile b/www/py-django-stubs-ext/Makefile index 856481f91657..314fb3e0ce93 100644 --- a/www/py-django-stubs-ext/Makefile +++ b/www/py-django-stubs-ext/Makefile @@ -2,10 +2,10 @@ PORTNAME= django-stubs-ext PORTVERSION= 5.2.0 CATEGORIES= www python MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX?= ${PYTHON_PKGNAMEPREFIX} DISTNAME= django_stubs_ext-${PORTVERSION} -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER?= sunpoet@FreeBSD.org COMMENT= Monkey-patching and extensions for django-stubs WWW= https://github.com/typeddjango/django-stubs @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django${DJANGO_VERSION}>=0:www/py-django${DJANGO_VERSION}@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python:3.10+ @@ -22,4 +22,8 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +CONFLICTS_INSTALL?= www/py-dj52-django-stubs-ext + +DJANGO_VERSION?= 42 + .include <bsd.port.mk> |