diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-06-25 08:46:45 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-06-25 08:46:45 +0000 |
commit | 2c8b39b6ada91b7d4cca86ee9cb30cbc9b096c70 (patch) | |
tree | 1012c4d6c43050cb20a8b868fa35a1c9770ba981 /databases | |
parent | a036ac25c5ea144aad9a5db5e6b79f15935f8944 (diff) | |
download | ports-2c8b39b6ada91b7d4cca86ee9cb30cbc9b096c70.tar.gz ports-2c8b39b6ada91b7d4cca86ee9cb30cbc9b096c70.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/eredis/Makefile | 1 | ||||
-rw-r--r-- | databases/eredis/files/patch-include_eredis.hrl | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/eredis/Makefile b/databases/eredis/Makefile index f3bbc968924d..25081ec3a691 100644 --- a/databases/eredis/Makefile +++ b/databases/eredis/Makefile @@ -2,6 +2,7 @@ PORTNAME= eredis PORTVERSION= 1.0.8 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= databases diff --git a/databases/eredis/files/patch-include_eredis.hrl b/databases/eredis/files/patch-include_eredis.hrl new file mode 100644 index 000000000000..6a31593f9c89 --- /dev/null +++ b/databases/eredis/files/patch-include_eredis.hrl @@ -0,0 +1,14 @@ +--- include/eredis.hrl.orig 2015-06-24 19:38:51 UTC ++++ include/eredis.hrl +@@ -18,11 +18,7 @@ + -type parser_state() :: status_continue | bulk_continue | multibulk_continue. + + %% Internal types +--ifdef(namespaced_types). + -type eredis_queue() :: queue:queue(). +--else. +--type eredis_queue() :: queue(). +--endif. + + %% Internal parser state. Is returned from parse/2 and must be + %% included on the next calls to parse/2. |