summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-11-10 11:09:56 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-11-10 11:09:56 +0000
commitb3fcb8c851f1d3d4b515ef553bc98c6d0b2bf497 (patch)
treeccd08f4e067d91a0ef240dcdfdc6ab246d70b73d
parentb62cc61931c3ecf2fbe5b5bd653f4f9065040f00 (diff)
downloadfreebsd-ports-b3fcb8c851f1d3d4b515ef553bc98c6d0b2bf497.zip
Upgrade devel/erlang-protobuffs to version 0.8.2.
- Add LICENSE - Regenerate patch to make portlint happy
-rw-r--r--devel/erlang-protobuffs/Makefile5
-rw-r--r--devel/erlang-protobuffs/distinfo4
-rw-r--r--devel/erlang-protobuffs/files/patch-rebar.config2
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/erlang-protobuffs/Makefile b/devel/erlang-protobuffs/Makefile
index fdd3447d9199..7efed696ac46 100644
--- a/devel/erlang-protobuffs/Makefile
+++ b/devel/erlang-protobuffs/Makefile
@@ -1,14 +1,15 @@
# $FreeBSD$
PORTNAME= protobuffs
-PORTVERSION= 0.8.1p5
-PORTREVISION= 1
+PORTVERSION= 0.8.2
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Protocol Buffers interface for Erlang
+LICENSE= APACHE20
+
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= basho
diff --git a/devel/erlang-protobuffs/distinfo b/devel/erlang-protobuffs/distinfo
index 29f6db89c575..4b5e08f7092d 100644
--- a/devel/erlang-protobuffs/distinfo
+++ b/devel/erlang-protobuffs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (basho-erlang_protobuffs-0.8.1p5_GH0.tar.gz) = da82e70e7e725b0a2c5794e7fd39ddbb014012bc1ec2846574fe0ffc442e8fa8
-SIZE (basho-erlang_protobuffs-0.8.1p5_GH0.tar.gz) = 132265
+SHA256 (basho-erlang_protobuffs-0.8.2_GH0.tar.gz) = 82e196d6d9b95e2df1f420f2d39ca54f6eba92e65ca5aa6119f8310822e6b4d3
+SIZE (basho-erlang_protobuffs-0.8.2_GH0.tar.gz) = 132660
diff --git a/devel/erlang-protobuffs/files/patch-rebar.config b/devel/erlang-protobuffs/files/patch-rebar.config
index f7604f491c02..bf4be2808438 100644
--- a/devel/erlang-protobuffs/files/patch-rebar.config
+++ b/devel/erlang-protobuffs/files/patch-rebar.config
@@ -1,4 +1,4 @@
---- rebar.config.orig
+--- rebar.config.orig 2015-11-09 16:11:50 UTC
+++ rebar.config
@@ -1,7 +1,6 @@
{erl_opts, [debug_info]}.