mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Upgrade textproc/elixir-ex_doc to version 0.10.0.
This commit is contained in:
parent
381c35851c
commit
f920be9027
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397802
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ex_doc
|
||||
PORTVERSION= 0.9.0
|
||||
PORTVERSION= 0.10.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= textproc
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (elixir-lang-ex_doc-v0.9.0_GH0.tar.gz) = 1699a0c1511b7e3f2cf619e58e8a2a7d946228ce2a8d5e3ed4a328da3ac84590
|
||||
SIZE (elixir-lang-ex_doc-v0.9.0_GH0.tar.gz) = 672644
|
||||
SHA256 (elixir-lang-ex_doc-v0.10.0_GH0.tar.gz) = f3842bdf1837a7fb364f4467b378952f7397a68430c6e6c66f6cf0be075e5b18
|
||||
SIZE (elixir-lang-ex_doc-v0.10.0_GH0.tar.gz) = 107418
|
||||
|
@ -1,12 +1,11 @@
|
||||
--- mix.exs.orig 2015-07-02 21:09:21 UTC
|
||||
--- mix.exs.orig 2015-09-25 08:16:43 UTC
|
||||
+++ mix.exs
|
||||
@@ -11,8 +11,7 @@ defmodule ExDoc.Mixfile do
|
||||
end
|
||||
|
||||
defp deps do
|
||||
- [{:earmark, "~> 0.1.17 or ~> 0.2", optional: true},
|
||||
- {:markdown, github: "devinus/markdown", only: [:test]}]
|
||||
+ []
|
||||
end
|
||||
|
||||
defp aliases do
|
||||
@@ -5,7 +5,7 @@ defmodule ExDoc.Mixfile do
|
||||
[app: :ex_doc,
|
||||
version: "0.10.0",
|
||||
elixir: "~> 1.0",
|
||||
- deps: deps,
|
||||
+ deps: [],
|
||||
aliases: aliases,
|
||||
package: package,
|
||||
source_url: "https://github.com/elixir-lang/ex_doc/",
|
||||
|
@ -20,24 +20,23 @@ lib/elixir/lib/ex_doc/lib/ex_doc/cli.ex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html.ex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/autolink.ex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates.ex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/api_reference_entry_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/api_reference_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/detail_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/dist/app.css
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/dist/app.js
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/extra_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/FontAwesome.otf
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.eot
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.svg
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.ttf
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.woff
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/fontawesome-webfont.woff2
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/icomoon.eot
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/icomoon.svg
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/icomoon.ttf
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/fonts/icomoon.woff
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/footer_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/head_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/module_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/not_found_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/overview_entry_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/overview_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/redirect_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/sidebar_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/summary_item_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/summary_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/formatter/html/templates/type_detail_template.eex
|
||||
lib/elixir/lib/ex_doc/lib/ex_doc/markdown.ex
|
||||
|
Loading…
Reference in New Issue
Block a user