Upgrade to version 0.17.3.
This commit is contained in:
parent
a56075516a
commit
554eff90f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391061
4 changed files with 6 additions and 28 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= exrm
|
||||
PORTVERSION= 0.17.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.17.3
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
||||
|
@ -12,6 +11,7 @@ COMMENT= Automatically generate releases for Elixir projects
|
|||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= elixir:${PORTSDIR}/lang/elixir \
|
||||
relx>=3.1.0:${PORTSDIR}/devel/relx \
|
||||
elixir-conform>=0:${PORTSDIR}/devel/elixir-conform
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
|
@ -25,7 +25,6 @@ do-build:
|
|||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/ebin
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elixir/lib/${PORTNAME}/lib
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bitwalker-exrm-0.17.2_GH0.tar.gz) = 8f7c35b9d23e1ba976752db12767450b56101d28f505f4f8408abc63ec43c54f
|
||||
SIZE (bitwalker-exrm-0.17.2_GH0.tar.gz) = 382043
|
||||
SHA256 (bitwalker-exrm-0.17.3_GH0.tar.gz) = 03a35497de09775cb05287eaf618e940754674b185f9ebfdae7040ec0a7e166d
|
||||
SIZE (bitwalker-exrm-0.17.3_GH0.tar.gz) = 44103
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- mix.exs.orig 2015-06-30 07:38:34 UTC
|
||||
--- mix.exs.orig 2015-06-30 19:58:41 UTC
|
||||
+++ mix.exs
|
||||
@@ -13,10 +13,7 @@ defmodule ReleaseManager.Mixfile do
|
||||
def application, do: []
|
||||
|
||||
def deps do
|
||||
- [{:conform, "~> 0.14.5"},
|
||||
- {:relx, "~> 2.1.1" },
|
||||
- {:relx, "~> 3.1.0" },
|
||||
- {:earmark, "~> 0.1", only: :dev},
|
||||
- {:ex_doc, "~> 0.5", only: :dev}]
|
||||
+ []
|
||||
|
|
|
@ -22,25 +22,4 @@ lib/elixir/lib/exrm/priv/rel/files/nodetool
|
|||
lib/elixir/lib/exrm/priv/rel/files/release_definition.txt
|
||||
lib/elixir/lib/exrm/priv/rel/files/sys.config
|
||||
lib/elixir/lib/exrm/priv/rel/relx.config
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Mix.Tasks.Release.Clean.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Mix.Tasks.Release.Plugins.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Mix.Tasks.Release.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Appups.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Config.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Plugin.Conform.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Plugin.Consolidation.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Plugin.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ReleaseManager.Utils.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/css/elixir.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/css/full_list.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/css/style.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/exceptions_list.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/js/app.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/js/full_list.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/js/highlight.pack.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/js/jquery.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/modules_list.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/overview.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/protocols_list.html
|
||||
|
|
Loading…
Reference in a new issue