diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 | ||||
-rw-r--r-- | databases/cego/pkg-plist | 1 | ||||
-rw-r--r-- | databases/py-valkey/Makefile | 5 |
4 files changed, 8 insertions, 6 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 999440827b81..15592ba9df5a 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.18 +PORTVERSION= 2.52.19 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index b0162f270dc6..90ad70f358c0 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752125793 -SHA256 (cego-2.52.18.tar.gz) = 08dffe9fb4b1f050b202db6a083325fb5ad8661f72906686990d9287619d9f80 -SIZE (cego-2.52.18.tar.gz) = 3308457 +TIMESTAMP = 1752778756 +SHA256 (cego-2.52.19.tar.gz) = 20a89099f8f6c845ace18d7b7a97241e06a111d71ff9212667af4ec20c455728 +SIZE (cego-2.52.19.tar.gz) = 3310476 diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist index ab84ff44a849..e822fee4854c 100644 --- a/databases/cego/pkg-plist +++ b/databases/cego/pkg-plist @@ -119,6 +119,7 @@ include/cego/CegoQueryCache.h include/cego/CegoQueryException.h include/cego/CegoQueryHelper.h include/cego/CegoRecoveryManager.h +include/cego/CegoReplacer.h include/cego/CegoReturnVar.h include/cego/CegoSelect.h include/cego/CegoSerial.h diff --git a/databases/py-valkey/Makefile b/databases/py-valkey/Makefile index 09f156c56b01..261331e82005 100644 --- a/databases/py-valkey/Makefile +++ b/databases/py-valkey/Makefile @@ -1,5 +1,6 @@ PORTNAME= valkey DISTVERSION= 6.1.0 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,9 +22,9 @@ LIBVALKEY_DESC= Install valkey with libvalkey support OCSP_DESC= Enable support for OCSP stapling LIBVALKEY_RUN_DEPENDS= libvalkey>=0:databases/libvalkey -OCSP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ +OCSP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -OCSP_USE_PYTHON= cryptography .include <bsd.port.pre.mk> |