diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-19 15:06:18 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-19 15:06:18 +0100 |
commit | 6589c5a8cf82708593c080156e6be1217a29d54c (patch) | |
tree | bc554efb11e9839ae6e4a3e75c26e23d4b3e395b | |
parent | e029f38f8dbb5b87911fd154c57d984cbeecbea0 (diff) |
don't patch .re file to avoid dep on re2c
-rw-r--r-- | mailparse-upstream.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mailparse-upstream.patch b/mailparse-upstream.patch index e0c52ea..c6cb53c 100644 --- a/mailparse-upstream.patch +++ b/mailparse-upstream.patch @@ -211,29 +211,6 @@ index 34b5532..b4bf8d6 100644 +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | -diff --git a/php_mailparse_rfc822.re b/php_mailparse_rfc822.re -index 6562047..1903cc5 100644 ---- a/php_mailparse_rfc822.re -+++ b/php_mailparse_rfc822.re -@@ -1,8 +1,8 @@ - /* - +----------------------------------------------------------------------+ -- | PHP Version 5 | -+ | PHP Version 7 | - +----------------------------------------------------------------------+ -- | Copyright (c) 1997-2015 The PHP Group | -+ | Copyright (c) 1997-2018 The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | - | that is bundled with this package in the file LICENSE, and is | -@@ -15,7 +15,6 @@ - | Author: Wez Furlong <wez@thebrainroom.com> | - +----------------------------------------------------------------------+ - */ --/* $Id$ */ - - #include "php.h" - #include "php_mailparse.h" From 720ed5b77591922596564c414a655f3c7fcd6200 Mon Sep 17 00:00:00 2001 From: Remi Collet <remi@php.net> Date: Wed, 11 Jul 2018 11:26:35 +0200 |