From c2f4dd37a2d6a963342c6bdcc7e7887ba767bb3b Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 27 May 2024 10:53:28 -0700 Subject: [PATCH] net/openldap2{5,6}-server: Fix incorrect PORTREVISION bump. Fixes: b66e4949cb23218adc602edc35db187f966c5377 Reported by: portmgr --- net/openldap25-server/Makefile | 6 +++--- net/openldap26-server/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/openldap25-server/Makefile b/net/openldap25-server/Makefile index 1544f64aa983..f6185c518d98 100644 --- a/net/openldap25-server/Makefile +++ b/net/openldap25-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= openldap DISTVERSION= 2.5.17 -PORTREVISION= 1 +PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= https://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ \ http://gpl.savoirfairelinux.net/pub/mirrors/openldap/%SUBDIR%/ \ @@ -45,8 +45,8 @@ CONFLICTS_INSTALL= ${PORTNAME}2[0-46-9]-server ${PORTNAME}-server GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PORTREVISION_CLIENT= 1 -PORTREVISION_SERVER= 2 +PORTREVISION_CLIENT= 2 +PORTREVISION_SERVER= 3 OPENLDAP_SHLIB_MAJOR= 0 OPENLDAP_SHLIB_MINOR= 1.12 OPENLDAP_MAJOR= ${DISTVERSION:R} diff --git a/net/openldap26-server/Makefile b/net/openldap26-server/Makefile index 623f569f8e09..2a31d5096039 100644 --- a/net/openldap26-server/Makefile +++ b/net/openldap26-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= openldap DISTVERSION= 2.6.7 -PORTREVISION= 1 +PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= https://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ \ http://gpl.savoirfairelinux.net/pub/mirrors/openldap/%SUBDIR%/ \ @@ -46,8 +46,8 @@ CONFLICTS_INSTALL= ${PORTNAME}2[0-57-9]-server ${PORTNAME}-server GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 0 +PORTREVISION_CLIENT= 1 +PORTREVISION_SERVER= 1 OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_SHLIB_MINOR= 0.200