r398691 placed the patch in the wrong directory, where it had no effect.

Move it to the master port and bump the subport again.

Reviewed by:	ume@
This commit is contained in:
Dag-Erling Smørgrav 2015-10-07 07:19:26 +00:00
parent 253a393152
commit b43a2bc820
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398749
3 changed files with 14 additions and 16 deletions

View file

@ -2,7 +2,7 @@
PORTNAME= gssapi PORTNAME= gssapi
PORTVERSION= 2.1.26 PORTVERSION= 2.1.26
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= security ipv6 CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \
http://cyrusimap.org/releases/ http://cyrusimap.org/releases/

View file

@ -1,15 +0,0 @@
diff --git a/plugins/gssapi.c b/plugins/gssapi.c
index 2fd1b3b..0992912 100644
--- a/plugins/gssapi.c
+++ b/plugins/gssapi.c
@@ -1490,8 +1490,10 @@ static int gssapi_client_mech_step(void *conn_context,
*clientout = NULL;
*clientoutlen = 0;
+#if 0
params->utils->log(NULL, SASL_LOG_DEBUG,
"GSSAPI client step %d", text->state);
+#endif
switch (text->state) {

View file

@ -0,0 +1,13 @@
--- plugins/gssapi.c.orig
+++ plugins/gssapi.c
@@ -1490,8 +1490,10 @@
*clientout = NULL;
*clientoutlen = 0;
+#if 0
params->utils->log(NULL, SASL_LOG_DEBUG,
"GSSAPI client step %d", text->state);
+#endif
switch (text->state) {