Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 08:36:24 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396456 - in head/devel/elixir-timex: . files
Message-ID:  <201509090836.t898aOnc079308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Wed Sep  9 08:36:23 2015
New Revision: 396456
URL: https://svnweb.freebsd.org/changeset/ports/396456

Log:
  Upgrade to version 0.19.4.
  
  This port seems to require the tzdata and combine applications,
  but it actually needs httpoison too. If httpoison is not
  installed during the build then tzdata will not be able to start
  and a required ETS table will not be created, thus no timezone
  info will ever be available and the build will fail.

Deleted:
  head/devel/elixir-timex/files/
Modified:
  head/devel/elixir-timex/Makefile
  head/devel/elixir-timex/distinfo

Modified: head/devel/elixir-timex/Makefile
==============================================================================
--- head/devel/elixir-timex/Makefile	Wed Sep  9 08:10:12 2015	(r396455)
+++ head/devel/elixir-timex/Makefile	Wed Sep  9 08:36:23 2015	(r396456)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	timex
-PORTVERSION=	0.19.3
+PORTVERSION=	0.19.4
 CATEGORIES=	devel
 PKGNAMEPREFIX=	elixir-
 
@@ -15,7 +15,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	bitwalker
 
 MIX_BUILD_DEPS= devel/elixir-combine \
-		devel/elixir-tzdata
+		devel/elixir-tzdata \
+		www/elixir-httpoison
 MIX_RUN_DEPS:=	${MIX_BUILD_DEPS}
+MIX_REWRITE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/elixir-timex/distinfo
==============================================================================
--- head/devel/elixir-timex/distinfo	Wed Sep  9 08:10:12 2015	(r396455)
+++ head/devel/elixir-timex/distinfo	Wed Sep  9 08:36:23 2015	(r396456)
@@ -1,2 +1,2 @@
-SHA256 (bitwalker-timex-0.19.3_GH0.tar.gz) = 8fac0abb09e801a83c4835d3ed3c1d6bd9462768a2086b53cb434d294367b884
-SIZE (bitwalker-timex-0.19.3_GH0.tar.gz) = 74147
+SHA256 (bitwalker-timex-0.19.4_GH0.tar.gz) = c04823225afc0e9226dd109fc0d4efeab36b879a5da738836f3dac9e699b21f5
+SIZE (bitwalker-timex-0.19.4_GH0.tar.gz) = 74286



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509090836.t898aOnc079308>