1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Update to 2.3.36

This commit is contained in:
Xin LI 2007-06-18 07:20:32 +00:00
parent 935b0f030e
commit 8ca75a7b6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193759
3 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= openldap
DISTVERSION= 2.3.35
DISTVERSION= 2.3.36
PORTREVISION= ${OPENLDAP_PORTREVISION}
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
@ -38,8 +38,8 @@ WANT_OPENLDAP_VER?= 23
BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
.endif
PORTREVISION_CLIENT= 1
PORTREVISION_SERVER= 1
PORTREVISION_CLIENT= 0
PORTREVISION_SERVER= 0
.if !defined(CLIENT_ONLY)
OPTIONS= SASL "With (Cyrus) SASL2 support" off \

View File

@ -1,3 +1,3 @@
MD5 (openldap-2.3.35.tgz) = 91ae33b88bce17a48743da35a0aa04fd
SHA256 (openldap-2.3.35.tgz) = 87342ccb4844ff2fb77af1bc9bb7f419caa24c148842a97fc5af7c3fc0d5997a
SIZE (openldap-2.3.35.tgz) = 3795444
MD5 (openldap-2.3.36.tgz) = 3c56c4a7af45be8fc1227dae89c34e8c
SHA256 (openldap-2.3.36.tgz) = 6b833eca7dbbad0796d5ae27aaa08349b501153987bcdb956723b71cb3d2132f
SIZE (openldap-2.3.36.tgz) = 3798236

View File

@ -1,9 +1,9 @@
--- servers/slapd/overlays/Makefile.in.orig Fri Sep 2 03:28:11 2005
+++ servers/slapd/overlays/Makefile.in Sun Sep 4 16:11:22 2005
@@ -30,6 +30,9 @@
valsort.c
OBJS = overlays.o \
@SLAPD_STATIC_OVERLAYS@
--- servers/slapd/overlays/Makefile.in.orig 2007-05-30 05:57:47.000000000 +0800
+++ servers/slapd/overlays/Makefile.in 2007-06-18 11:45:18.466193747 +0800
@@ -32,6 +32,9 @@
OBJS = statover.o \
@SLAPD_STATIC_OVERLAYS@ \
overlays.o
+LIBTOOL_OBJS = overlays.lo \
+ glue.lo \
+ version.lo