Update textproc/erlang-yamerl to version 0.5.0.

This commit is contained in:
Jimmy Olgeni 2017-06-06 08:08:45 +00:00
parent 5a9cafb44e
commit 54255dbf75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442745
3 changed files with 17 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yamerl
PORTVERSION= 0.4.0
PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
CATEGORIES= textproc
PKGNAMEPREFIX= erlang-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1479804080
SHA256 (yakaz-yamerl-v0.4.0_GH0.tar.gz) = dd2445eebbd7dbcd37ee776ea618e6c613c9e65d420a40516b444854b72066a1
SIZE (yakaz-yamerl-v0.4.0_GH0.tar.gz) = 85359
TIMESTAMP = 1496736109
SHA256 (yakaz-yamerl-v0.5.0_GH0.tar.gz) = 1e4f6f27e88b7ac3d93351a7b7fa198c653f368a053f8ab10c425799667291f3
SIZE (yakaz-yamerl-v0.5.0_GH0.tar.gz) = 87225

View File

@ -0,0 +1,13 @@
--- rebar.config.orig 2017-06-06 08:03:27 UTC
+++ rebar.config
@@ -2,9 +2,7 @@
%% vim:ft=erlang:
%% coveralls.io.
-{plugins, [{coveralls,
- {git, "https://github.com/markusn/coveralls-erl",
- {branch, "master"}}}]}.
+{plugins, []}.
{cover_enabled, true}.
{cover_print_enabled, true}.
{cover_export_enabled, true}.