svn commit: r433655 - in head/devel/elixir-exprotobuf: . files
Jimmy Olgeni
olgeni at FreeBSD.org
Wed Feb 8 16:21:40 UTC 2017
Author: olgeni
Date: Wed Feb 8 16:21:38 2017
New Revision: 433655
URL: https://svnweb.freebsd.org/changeset/ports/433655
Log:
Update devel/elixir-exprotobuf to version 1.2.5.
Modified:
head/devel/elixir-exprotobuf/Makefile
head/devel/elixir-exprotobuf/distinfo
head/devel/elixir-exprotobuf/files/patch-mix.exs
Modified: head/devel/elixir-exprotobuf/Makefile
==============================================================================
--- head/devel/elixir-exprotobuf/Makefile Wed Feb 8 15:42:17 2017 (r433654)
+++ head/devel/elixir-exprotobuf/Makefile Wed Feb 8 16:21:38 2017 (r433655)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= exprotobuf
-DISTVERSION= 1.2.4
+DISTVERSION= 1.2.5
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
Modified: head/devel/elixir-exprotobuf/distinfo
==============================================================================
--- head/devel/elixir-exprotobuf/distinfo Wed Feb 8 15:42:17 2017 (r433654)
+++ head/devel/elixir-exprotobuf/distinfo Wed Feb 8 16:21:38 2017 (r433655)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484583990
-SHA256 (bitwalker-exprotobuf-1.2.4_GH0.tar.gz) = 982a3fb9a1859e085d1e0c97766d59df992b36acc680b34c13955a65d7606365
-SIZE (bitwalker-exprotobuf-1.2.4_GH0.tar.gz) = 22878
+TIMESTAMP = 1486568874
+SHA256 (bitwalker-exprotobuf-1.2.5_GH0.tar.gz) = 4d56da913dd0a225d846feaa3d1eb85555fc0c37e0003b78bb6b6c68bbe3419f
+SIZE (bitwalker-exprotobuf-1.2.5_GH0.tar.gz) = 23180
Modified: head/devel/elixir-exprotobuf/files/patch-mix.exs
==============================================================================
--- head/devel/elixir-exprotobuf/files/patch-mix.exs Wed Feb 8 15:42:17 2017 (r433654)
+++ head/devel/elixir-exprotobuf/files/patch-mix.exs Wed Feb 8 16:21:38 2017 (r433655)
@@ -1,12 +1,11 @@
---- mix.exs.orig 2017-01-05 03:20:53 UTC
+--- mix.exs.orig 2017-02-08 16:14:01 UTC
+++ mix.exs
-@@ -6,8 +6,7 @@ defmodule Protobuf.Mixfile do
- version: "1.2.3",
- elixir: "~> 1.2",
- description: description(),
-- package: package(),
+@@ -10,7 +10,7 @@ defmodule Protobuf.Mixfile do
+ build_embedded: Mix.env == :prod,
+ start_permanent: Mix.env == :prod,
+ consolidate_protocols: Mix.env == :prod,
- deps: deps()]
-+ package: package()]
++ ]
end
def application do
More information about the svn-ports-head
mailing list