svn commit: r461291 - in head/devel/erlang-gpb: . files

Jimmy Olgeni olgeni at FreeBSD.org
Fri Feb 9 10:09:23 UTC 2018


Author: olgeni
Date: Fri Feb  9 10:09:22 2018
New Revision: 461291
URL: https://svnweb.freebsd.org/changeset/ports/461291

Log:
  Update devel/erlang-gpb to version 4.1.3.

Added:
  head/devel/erlang-gpb/files/patch-Makefile   (contents, props changed)
  head/devel/erlang-gpb/files/patch-rebar.config.script   (contents, props changed)
Deleted:
  head/devel/erlang-gpb/files/patch-build_mk__version__hrl
Modified:
  head/devel/erlang-gpb/Makefile
  head/devel/erlang-gpb/distinfo

Modified: head/devel/erlang-gpb/Makefile
==============================================================================
--- head/devel/erlang-gpb/Makefile	Fri Feb  9 09:12:48 2018	(r461290)
+++ head/devel/erlang-gpb/Makefile	Fri Feb  9 10:09:22 2018	(r461291)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gpb
-PORTVERSION=	4.1.2
+PORTVERSION=	4.1.3
 CATEGORIES=	devel
 PKGNAMEPREFIX=	erlang-
 

Modified: head/devel/erlang-gpb/distinfo
==============================================================================
--- head/devel/erlang-gpb/distinfo	Fri Feb  9 09:12:48 2018	(r461290)
+++ head/devel/erlang-gpb/distinfo	Fri Feb  9 10:09:22 2018	(r461291)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516967367
-SHA256 (tomas-abrahamsson-gpb-4.1.2_GH0.tar.gz) = 130168d36dda5c88234bbe258fb1f6c608bd020088e7d1c611efec79758346de
-SIZE (tomas-abrahamsson-gpb-4.1.2_GH0.tar.gz) = 395750
+TIMESTAMP = 1518168006
+SHA256 (tomas-abrahamsson-gpb-4.1.3_GH0.tar.gz) = 8fb2e31ed678628a72940091b74437303b16cc5fd66b8a833e64249a36cdb151
+SIZE (tomas-abrahamsson-gpb-4.1.3_GH0.tar.gz) = 398082

Added: head/devel/erlang-gpb/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/erlang-gpb/files/patch-Makefile	Fri Feb  9 10:09:22 2018	(r461291)
@@ -0,0 +1,10 @@
+--- Makefile.orig	2018-02-09 09:35:52 UTC
++++ Makefile
+@@ -397,6 +397,6 @@ $(ebin)/gpb.app: $(src)/gpb.app.src | $(
+ 
+ $(incdir)/gpb_version.hrl: $(incdir)/gpb_version.hrl.in
+ 	@echo Generating $@...
+-	$(silencer)$(build)/mk_version_hrl \
++	$(silencer)cat \
+ 	    < include/gpb_version.hrl.in \
+ 	    > include/gpb_version.hrl

Added: head/devel/erlang-gpb/files/patch-rebar.config.script
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/erlang-gpb/files/patch-rebar.config.script	Fri Feb  9 10:09:22 2018	(r461291)
@@ -0,0 +1,11 @@
+--- rebar.config.script.orig	2018-02-09 10:01:31 UTC
++++ rebar.config.script
+@@ -31,7 +31,7 @@ ConfigOpts = NoHaveMapsOpts ++ NoHaveRan
+   [{compile,
+     %% invoking shell script as an argument to sh appears to  be
+     %% needed with rebar for windows/cygwin
+-    "bash build/mk_version_hrl"
++    "cat"
+     "    < include/gpb_version.hrl.in"
+     "    > include/gpb_version.hrl "}
+   ]},


More information about the svn-ports-head mailing list