summaryrefslogtreecommitdiff
path: root/devel/erlang-protobuffs/files/patch-src_protobuffs.app.src
blob: 714b4178422e0ab9b78b50888572af01928e9a6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

--- src/protobuffs.app.src.orig
+++ src/protobuffs.app.src
@@ -1,6 +1,6 @@
 { application, protobuffs,
   [ { description, "Google protobuffs implementation for Erlang." },
-    { vsn, git },
+    { vsn, "%%PORTVERSION%%" },
     { registered, [] },
     { applications, [kernel,stdlib] },
     { env, [] }