Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 13:54:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396488 - head/www/web2ldap
Message-ID:  <201509091354.t89DsuGH014637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  9 13:54:56 2015
New Revision: 396488
URL: https://svnweb.freebsd.org/changeset/ports/396488

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/www/web2ldap/Makefile

Modified: head/www/web2ldap/Makefile
==============================================================================
--- head/www/web2ldap/Makefile	Wed Sep  9 13:54:23 2015	(r396487)
+++ head/www/web2ldap/Makefile	Wed Sep  9 13:54:56 2015	(r396488)
@@ -3,7 +3,7 @@
 
 PORTNAME=	web2ldap
 PORTVERSION=	1.2.19
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://www.web2ldap.de/download/ \
 		http://www.sfr-fresh.com/unix/www/ \
@@ -23,12 +23,15 @@ OPTIONS_DEFINE=	DOCS
 USES=		cpe python:2 shebangfix
 SHEBANG_FILES=	sbin/*.py fcgi/*.py
 SUB_FILES=	pkg-message
+NO_ARCH=	yes
 
 PORTDOCS=	*
 PORTDATA=	*
 PLIST_DIRS=	%%DATADIR%%/var/log %%DATADIR%%/var/run
 
 post-patch:
+	@${REINPLACE_CMD} -e 's|/opt/fcgi/bin/cgi-fcgi|${LOCALBASE}/bin/cgi-fcgi|g' \
+		${WRKSRC}/cgi-bin/web2ldap.cgi
 	@${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}/etc|g' \
 			  -e 's|nobody|web2ldap|g' \
 		${WRKSRC}/etc/web2ldap/web2ldapcnf/standalone.py



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