summaryrefslogtreecommitdiff
path: root/devel/erlang-neotoma/files/patch-src_neotoma.app.src
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-06-27 12:54:11 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-06-27 12:54:11 +0000
commit683f16618521c66911dd06539b9e9435270de4fb (patch)
tree7d61b3e1ed0576b122e72f1a7f9244ea99379aba /devel/erlang-neotoma/files/patch-src_neotoma.app.src
parentDo not escape libxml++ it is not needed as it is not used in regular expression (diff)
Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
Notes
Notes: svn path=/head/; revision=390698
Diffstat (limited to 'devel/erlang-neotoma/files/patch-src_neotoma.app.src')
-rw-r--r--devel/erlang-neotoma/files/patch-src_neotoma.app.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/erlang-neotoma/files/patch-src_neotoma.app.src b/devel/erlang-neotoma/files/patch-src_neotoma.app.src
new file mode 100644
index 000000000000..ea30402da887
--- /dev/null
+++ b/devel/erlang-neotoma/files/patch-src_neotoma.app.src
@@ -0,0 +1,11 @@
+--- src/neotoma.app.src.orig 2015-05-14 15:21:25 UTC
++++ src/neotoma.app.src
+@@ -1,7 +1,7 @@
+ {application, neotoma,
+ [
+ {description, "PEG/Packrat toolkit and parser-generator."},
+- {vsn, git},
++ {vsn, "%%PORTVERSION%%"},
+ {applications, [kernel, stdlib]}
+ ]
+ }.