aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-sasql-plugin
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-26 08:29:29 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-26 08:29:29 +0000
commitf9239454bf58bdcaced1bba09d7aa3272c9b8b62 (patch)
treee23f365626e344129b6e8d0d33749d336008b04b /mail/squirrelmail-sasql-plugin
parent49cb1f794aa70dda9b3a4f67079df988cb6360b3 (diff)
downloadports-f9239454bf58bdcaced1bba09d7aa3272c9b8b62.tar.gz
ports-f9239454bf58bdcaced1bba09d7aa3272c9b8b62.zip
mail/squirrelmail-sasql-plugin: Remove extra escapes
This port currently uses some extra escapes in its sed regex: \$$ and \'. The latter is considered an escape of an ordinary character, and will be disallowed in a future version of regex(3) while we segue into libregex(3) repurposing some of these escapes for special meaning. PR: 233445 Submitted by: kevans
Notes
Notes: svn path=/head/; revision=493944
Diffstat (limited to 'mail/squirrelmail-sasql-plugin')
-rw-r--r--mail/squirrelmail-sasql-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/squirrelmail-sasql-plugin/Makefile b/mail/squirrelmail-sasql-plugin/Makefile
index eeb63afd2899..a255195c4d79 100644
--- a/mail/squirrelmail-sasql-plugin/Makefile
+++ b/mail/squirrelmail-sasql-plugin/Makefile
@@ -15,7 +15,7 @@ USE_SM_COMPAT= yes
USE_GENERIC_PKGMESSAGE= yes
post-patch:
- @${REINPLACE_CMD} -e "s/\(\$$imap_server_type == \'cyrus\'\)/\1 || \$$imap_server_type == \'courier\'/g" \
+ @${REINPLACE_CMD} -e "s/\($$imap_server_type == 'cyrus'\)/\1 || \$$imap_server_type == 'courier'/g" \
-e 's/session_register/sqsession_register/g' \
${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/sasql_hooks.php
-@${RM} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/*.bak ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/.cvsignore