Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2015 11:25:37 +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: r404559 - in head/www/elixir-phoenix: . files
Message-ID:  <201512271125.tBRBPbmt019509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun Dec 27 11:25:36 2015
New Revision: 404559
URL: https://svnweb.freebsd.org/changeset/ports/404559

Log:
  Upgrade www/elixir-phoenix to version 1.1.1.

Modified:
  head/www/elixir-phoenix/Makefile
  head/www/elixir-phoenix/distinfo
  head/www/elixir-phoenix/files/patch-mix.exs

Modified: head/www/elixir-phoenix/Makefile
==============================================================================
--- head/www/elixir-phoenix/Makefile	Sun Dec 27 10:35:19 2015	(r404558)
+++ head/www/elixir-phoenix/Makefile	Sun Dec 27 11:25:36 2015	(r404559)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	phoenix
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 PKGNAMEPREFIX=	elixir-

Modified: head/www/elixir-phoenix/distinfo
==============================================================================
--- head/www/elixir-phoenix/distinfo	Sun Dec 27 10:35:19 2015	(r404558)
+++ head/www/elixir-phoenix/distinfo	Sun Dec 27 11:25:36 2015	(r404559)
@@ -1,2 +1,2 @@
-SHA256 (phoenixframework-phoenix-v1.1.0_GH0.tar.gz) = 04c2cf8414778809e1106320b20d77c6a7093c06bcc10fe02bcbab424fdebda8
-SIZE (phoenixframework-phoenix-v1.1.0_GH0.tar.gz) = 249756
+SHA256 (phoenixframework-phoenix-v1.1.1_GH0.tar.gz) = aebdd4f3b1005330482e9bdc4ebb64c3857218d6c2558fb247814666181a1186
+SIZE (phoenixframework-phoenix-v1.1.1_GH0.tar.gz) = 251886

Modified: head/www/elixir-phoenix/files/patch-mix.exs
==============================================================================
--- head/www/elixir-phoenix/files/patch-mix.exs	Sun Dec 27 10:35:19 2015	(r404558)
+++ head/www/elixir-phoenix/files/patch-mix.exs	Sun Dec 27 11:25:36 2015	(r404559)
@@ -1,11 +1,10 @@
---- mix.exs.orig	2015-09-06 23:29:02 UTC
+--- mix.exs.orig	2015-12-26 20:08:46 UTC
 +++ mix.exs
-@@ -7,7 +7,7 @@ defmodule Phoenix.Mixfile do
+@@ -7,7 +7,6 @@ defmodule Phoenix.Mixfile do
      [app: :phoenix,
       version: @version,
-      elixir: "~> 1.0.2 or ~> 1.1-beta",
+      elixir: "~> 1.0.2 or ~> 1.1",
 -     deps: deps,
-+     deps: [],
       package: package,
-      docs: [source_ref: "v#{@version}", main: "Phoenix"],
-      name: "Phoenix",
+ 
+      # Because we define protocols on the fly to test



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