Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2020 09:43:41 +0000 (UTC)
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539968 - head/databases/couchdb3
Message-ID:  <202006230943.05N9hfPV002315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dch
Date: Tue Jun 23 09:43:40 2020
New Revision: 539968
URL: https://svnweb.freebsd.org/changeset/ports/539968

Log:
  databases/couchdb3: use more appropriate regex escapes
  
  See r538197 for further clarification

Modified:
  head/databases/couchdb3/Makefile

Modified: head/databases/couchdb3/Makefile
==============================================================================
--- head/databases/couchdb3/Makefile	Tue Jun 23 09:37:30 2020	(r539967)
+++ head/databases/couchdb3/Makefile	Tue Jun 23 09:43:40 2020	(r539968)
@@ -68,8 +68,8 @@ post-patch:
 	    -e 's,%%LOCALBASE%%,${LOCALBASE},g' \
 	    -e 's,%%PORTNAME%%,${PORTNAME},g' \
 	    -e 's,%%WWWDIR%%,${WWWDIR},g' \
-	    -e 's,\$COUCHDB_USER,${USERS},g' \
-	    -e 's,\$LOG_FILE,${LOGFILE},g' \
+	    -e 's,$$COUCHDB_USER,${USERS},g' \
+	    -e 's,$$LOG_FILE,${LOGFILE},g' \
 	    ${WRKSRC}/configure
 # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238514
 .if ${OPSYS} == FreeBSD && (${OSVERSION} < 1200000 || ${ARCH} == i386)



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