diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-30 02:15:56 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-30 02:19:34 -0600 |
commit | ad2d735f993874cf67703fead492ac5d37ec8f77 (patch) | |
tree | 12e14788b31e63afa97b60916de85d2923257d99 | |
parent | devel/libdbusmenu-qt: Fix COMMENT for matching all FLAVORS (diff) |
net/openldap24-*: Extend EXPIRATION_DATE
These ports are still used in our cluster. The upgradation work to
openldap26 is still WIP and is expected to be completed before
2023-03-31. So extend the EXPIRATION_DATE.
Reported by: philip
Approved by: portmgr (blanket cluster)
-rw-r--r-- | net/openldap24-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 6595efaa663d..fc1a1fc4b841 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -34,7 +34,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept DEPRECATED= No longer supported by upstream. Please use a newer version of OpenLDAP instead -EXPIRATION_DATE= 2022-12-31 +EXPIRATION_DATE= 2023-03-31 .if defined(CLIENT_ONLY) CONFLICTS_INSTALL= ${PORTNAME}2[0-3][5-9]-client ${PORTNAME}2[0-35-9]-client ${PORTNAME}-client |