diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-02-07 09:04:43 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-02-07 09:04:43 +0000 |
commit | 70832e093cf2cd84216a5f227338b34ee59e1c2b (patch) | |
tree | db35f05ad4fa32307b0971258657b228b15ded46 /net/openldap24-server/Makefile | |
parent | 5c7fab5bfc405919b556447c3b223c2a26ff5df0 (diff) |
Update OpenLDAP to 2.4.44.
MFH: 2016Q1
Notes
Notes:
svn path=/head/; revision=408350
Diffstat (limited to 'net/openldap24-server/Makefile')
-rw-r--r-- | net/openldap24-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index ed163b547496..a20405a3cab5 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openldap -DISTVERSION= 2.4.43 +DISTVERSION= 2.4.44 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -59,7 +59,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} PORTREVISION_CLIENT= 0 PORTREVISION_SERVER= 0 OPENLDAP_SHLIB_MAJOR= 2 -OPENLDAP_SHLIB_MINOR= 10.6 +OPENLDAP_SHLIB_MINOR= 10.7 OPENLDAP_MAJOR= ${DISTVERSION:R} OPTIONS_DEFINE= DEBUG FETCH GSSAPI |