diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-06-25 11:08:24 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-06-25 11:08:24 +0000 |
commit | 7635814ed649a7ab044aac40eda2f522e2764419 (patch) | |
tree | def6822e86a1c4f31c8d71b4eff1b743688a6714 /devel/php5-msgpack/files/patch-msgpack__version.h | |
parent | Add kld to CATEGORIES. (diff) |
- Update to 2012.05.05
- Official version of the code has been integrated into the MessagePack project
PR: ports/169261
Submitted by: Valery Komarov <komarov@valerka.net> (maintainer)
Obtained from: https://github.com/msgpack/msgpack/tree/master/php/
Notes
Notes:
svn path=/head/; revision=299940
Diffstat (limited to 'devel/php5-msgpack/files/patch-msgpack__version.h')
-rw-r--r-- | devel/php5-msgpack/files/patch-msgpack__version.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/php5-msgpack/files/patch-msgpack__version.h b/devel/php5-msgpack/files/patch-msgpack__version.h deleted file mode 100644 index 17da1d4d6fc5..000000000000 --- a/devel/php5-msgpack/files/patch-msgpack__version.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./msgpack/version.h.orig 2011-10-06 05:01:43.000000000 +0400 -+++ ./msgpack/version.h 2012-05-28 15:06:00.763502625 +0400 -@@ -27,7 +27,7 @@ - int msgpack_version_major(void); - int msgpack_version_minor(void); - --#define MSGPACK_VERSION "0.5.7" -+#define MSGPACK_VERSION "0.5.4" - #define MSGPACK_VERSION_MAJOR 0 - #define MSGPACK_VERSION_MINOR 5 - |