Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 09:19:59 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451514 - in head/security: courier-authlib courier-authlib-base
Message-ID:  <201710080919.v989Jx5A085468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Oct  8 09:19:59 2017
New Revision: 451514
URL: https://svnweb.freebsd.org/changeset/ports/451514

Log:
  Fix shebang for expect script in courier-authlib-base to work with
  the ports provided expect command (if installed).
  
  PR:		208036
  Submitted by:	jay-fbbu@g-cipher.net

Modified:
  head/security/courier-authlib-base/Makefile
  head/security/courier-authlib/Makefile

Modified: head/security/courier-authlib-base/Makefile
==============================================================================
--- head/security/courier-authlib-base/Makefile	Sun Oct  8 09:03:59 2017	(r451513)
+++ head/security/courier-authlib-base/Makefile	Sun Oct  8 09:19:59 2017	(r451514)
@@ -1,7 +1,7 @@
 # Created by: Oliver Lehmann <oliver@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-base
 
 COMMENT=	Courier authentication library base

Modified: head/security/courier-authlib/Makefile
==============================================================================
--- head/security/courier-authlib/Makefile	Sun Oct  8 09:03:59 2017	(r451513)
+++ head/security/courier-authlib/Makefile	Sun Oct  8 09:19:59 2017	(r451514)
@@ -175,7 +175,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|^\(DEFAULTOPTIONS=\)""$$|\1"wbnodsn=1"|' \
 		-e 's|@ALLMODULES@|authuserdb authvchkpw authpam authldap authmysql authpgsql|' \
 		${WRKSRC}/authdaemonrc.in
-	@${REINPLACE_CMD} -e 's:@EXPECT@:${SETENV} expect:' \
+	@${REINPLACE_CMD} -e 's:^#! @EXPECT@:#!${LOCALBASE}/bin/expect:' \
 		${WRKSRC}/authsystem.passwd.in
 
 pre-configure:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710080919.v989Jx5A085468>