mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Upgrade to version 1.10.6.
This commit is contained in:
parent
328a9030f3
commit
898127c534
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376231
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webmachine
|
||||
PORTVERSION= 1.10.5
|
||||
PORTVERSION= 1.10.6
|
||||
CATEGORIES= www devel
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
@ -16,10 +16,11 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \
|
||||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
USES= gmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= basho
|
||||
GH_PROJECT= webmachine
|
||||
GH_COMMIT= 4e2d89c
|
||||
GH_COMMIT= 850bf30
|
||||
GH_TAGNAME= ${PORTVERSION}
|
||||
|
||||
PORTDOCS= *
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (webmachine-1.10.5.tar.gz) = 67db129a78838063b7f528fe080b61fcd630399b46708fc0843db63df995ca37
|
||||
SIZE (webmachine-1.10.5.tar.gz) = 1625112
|
||||
SHA256 (webmachine-1.10.6.tar.gz) = 53c2e783cb602ddf38c74b5c22e3e2bbbc8142d9a0dfcd1b2e39a8c45595ec71
|
||||
SIZE (webmachine-1.10.6.tar.gz) = 1625571
|
||||
|
@ -3,15 +3,12 @@ $FreeBSD$
|
||||
|
||||
--- rebar.config.orig
|
||||
+++ rebar.config
|
||||
@@ -1,10 +1,6 @@
|
||||
%%-*- mode: erlang -*-
|
||||
-{erl_opts, [warnings_as_errors]}.
|
||||
{cover_enabled, true}.
|
||||
{edoc_opts, [{preprocess, true}]}.
|
||||
@@ -6,7 +6,4 @@
|
||||
{xref_checks, [undefined_function_calls]}.
|
||||
|
||||
{deps,
|
||||
- [{mochiweb, "1.5.1*", {git, "git://github.com/basho/mochiweb.git", {tag, "1.5.1p6"}}},
|
||||
- {meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
|
||||
- [{mochiweb, "1.5.1*", {git, "git://github.com/basho/mochiweb.git", {tag, "1.5.1p7"}}},
|
||||
- {meck, "0.8.2", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}},
|
||||
- {ibrowse, "4.0.1", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.1"}}}
|
||||
- ]}.
|
||||
+ [{mochiweb, "1.5.1*"}]}.
|
||||
|
@ -75,16 +75,3 @@ lib/erlang/lib/webmachine-%%VERSION%%/src/wrq.erl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_resource.erl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_sup.erl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/start.sh
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%/src
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/www
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/trace
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/priv
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/templates
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%/include
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%/ebin
|
||||
@dirrm lib/erlang/lib/webmachine-%%VERSION%%
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/priv
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user