Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 17:55:24 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c2f4dd37a2d6 - main - net/openldap2{5,6}-server: Fix incorrect PORTREVISION bump.
Message-ID:  <202405271755.44RHtOBC046431@gitrepo.freebsd.org>

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

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

commit c2f4dd37a2d6a963342c6bdcc7e7887ba767bb3b
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2024-05-27 17:53:28 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2024-05-27 17:54:49 +0000

    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
 



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