aboutsummaryrefslogtreecommitdiff
path: root/net/openldap24-sasl-client
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-05-26 02:44:25 +0000
committerXin LI <delphij@FreeBSD.org>2006-05-26 02:44:25 +0000
commitc95c4c34f744d6b20c2ef5ebeb7ef2b15a44e0b2 (patch)
tree4074c3970368f6c340291c8e65c7024b9db31842 /net/openldap24-sasl-client
parent0b4c0398797fb8f21e58128a4ed0c41773dd8698 (diff)
downloadports-c95c4c34f744d6b20c2ef5ebeb7ef2b15a44e0b2.tar.gz
ports-c95c4c34f744d6b20c2ef5ebeb7ef2b15a44e0b2.zip
Update to 2.4.2alpha after repocopy.
Please note that this is not connected to build at this time, as the port infrastructure lacks some necessary support for this OpenLDAP release which will be tested on pointyhat soon. If you really want to try this out please apply the patch found in ports/97515 or http://www.delphij.net/patch-bsd.port.mk in order to get infrastructure support for it. This work is heavily based on ports/96165 submitted by Joerg Pulz <Joerg Pulz frm2 tum de>. Approved by: sem (mentor, implicit)
Notes
Notes: svn path=/head/; revision=163448
Diffstat (limited to 'net/openldap24-sasl-client')
-rw-r--r--net/openldap24-sasl-client/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/openldap24-sasl-client/Makefile b/net/openldap24-sasl-client/Makefile
index 9e084695240b..18c63f04190b 100644
--- a/net/openldap24-sasl-client/Makefile
+++ b/net/openldap24-sasl-client/Makefile
@@ -1,17 +1,13 @@
-# New ports collection makefile for: openldap23-sasl-client
-# Date created: 02 May 2005
-# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
+# New ports collection makefile for: openldap24-sasl-client
+# Date created: 19 May 2006
+# Whom: Xin LI <delphij@FreeBSD.org>
#
# $FreeBSD$
#
-PKGNAMESUFFIX= -sasl-client
-
-COMMENT= Open source LDAP client implementation with SASL2 support
-
CLIENT_ONLY= yes
WITH_SASL= yes
-MASTERDIR= ${.CURDIR}/../openldap23-server
+MASTERDIR= ${.CURDIR}/../openldap24-server
.include "${MASTERDIR}/Makefile"