diff options
author | Xin LI <delphij@FreeBSD.org> | 2020-02-03 07:17:23 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2020-02-03 07:17:23 +0000 |
commit | c9a7d352c824bb8d02e1f68148b7f0227724bcae (patch) | |
tree | 0a0e72dd2533928e21276bdb6fc316e197eaa6bb /net/openldap24-server | |
parent | 05214392c5942d951e0788d7e832d9d3b32ee03b (diff) | |
download | ports-c9a7d352c824bb8d02e1f68148b7f0227724bcae.tar.gz ports-c9a7d352c824bb8d02e1f68148b7f0227724bcae.zip |
Notes
Diffstat (limited to 'net/openldap24-server')
-rw-r--r-- | net/openldap24-server/Makefile | 6 | ||||
-rw-r--r-- | net/openldap24-server/distinfo | 6 | ||||
-rw-r--r-- | net/openldap24-server/files/patch-configure | 17 |
3 files changed, 10 insertions, 19 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 3e27cddc6703..e83ee39a4bb0 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openldap -DISTVERSION= 2.4.48 +DISTVERSION= 2.4.49 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -65,9 +65,9 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 3 +PORTREVISION_SERVER= 0 OPENLDAP_SHLIB_MAJOR= 2 -OPENLDAP_SHLIB_MINOR= 10.11 +OPENLDAP_SHLIB_MINOR= 10.12 OPENLDAP_MAJOR= ${DISTVERSION:R} OPTIONS_DEFINE= DEBUG FETCH GSSAPI diff --git a/net/openldap24-server/distinfo b/net/openldap24-server/distinfo index 5bba8764d407..903bcae3e66f 100644 --- a/net/openldap24-server/distinfo +++ b/net/openldap24-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1565075038 -SHA256 (openldap-2.4.48.tgz) = d9523ffcab5cd14b709fcf3cb4d04e8bc76bb8970113255f372bc74954c6074d -SIZE (openldap-2.4.48.tgz) = 5704883 +TIMESTAMP = 1580698392 +SHA256 (openldap-2.4.49.tgz) = e3b117944b4180f23befe87d0dcf47f29de775befbc469dcf4ac3dab3311e56e +SIZE (openldap-2.4.49.tgz) = 5704723 diff --git a/net/openldap24-server/files/patch-configure b/net/openldap24-server/files/patch-configure index 88b3ff1af424..331d22fee16d 100644 --- a/net/openldap24-server/files/patch-configure +++ b/net/openldap24-server/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2011-06-30 08:13:36.000000000 -0700 -+++ configure 2011-07-01 16:50:58.734235092 -0700 -@@ -21600,7 +21600,7 @@ +--- configure.orig 2020-01-30 17:58:35 UTC ++++ configure +@@ -21657,7 +21657,7 @@ if test "${ac_cv_lib_iodbc_SQLDriverConnect+set}" = se $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -9,7 +9,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -21648,7 +21648,7 @@ +@@ -21705,7 +21705,7 @@ if test "${ac_cv_lib_odbc_SQLDriverConnect+set}" = set $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18,12 +18,3 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -21938,7 +21938,7 @@ - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - --#include <unicode/utypes.h> -+#include <unicode/utypes.h-disabled> - - int - main () |