svn commit: r451514 - in head/security: courier-authlib courier-authlib-base

Guido Falsi madpilot at FreeBSD.org
Sun Oct 8 09:20:00 UTC 2017


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 at 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 at 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:


More information about the svn-ports-all mailing list