diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-08-02 14:48:42 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-08-02 14:49:08 +0200 |
commit | 95718ccf22c630101b2ae152d7e5289332e2144e (patch) | |
tree | 36c9b68be0cf43ad709f828286e3f291419d7a2e | |
parent | editors/with-editor*: Update to 3.4.5 (diff) |
devel/rebar3: Update to 3.25.1
Changes: https://github.com/erlang/rebar3/releases/tag/3.25.1
Diffstat (limited to '')
-rw-r--r-- | devel/rebar3/Makefile | 8 | ||||
-rw-r--r-- | devel/rebar3/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/rebar3/Makefile b/devel/rebar3/Makefile index 86c993c9d6b2..e51e408fd79c 100644 --- a/devel/rebar3/Makefile +++ b/devel/rebar3/Makefile @@ -1,5 +1,5 @@ PORTNAME= rebar3 -PORTVERSION= 3.23.0 +PORTVERSION= 3.25.1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES+= https://repo.hex.pm/tarballs/:hex @@ -15,9 +15,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/erl:lang/erlang \ ${LOCALBASE}/bin/git:devel/git RUN_DEPENDS= ${LOCALBASE}/bin/erl:lang/erlang -OPTIONS_DEFINE= BASH ZSH EXAMPLES -OPTIONS_DEFAULT=BASH ZSH - USES= cpe CPE_VENDOR= erlang USE_GITHUB= yes @@ -28,6 +25,9 @@ PLIST_FILES= bin/${PORTNAME} \ share/man/man1/rebar3.1.gz PORTEXAMPLES= rebar.config.sample +OPTIONS_DEFINE= BASH EXAMPLES ZSH +OPTIONS_DEFAULT= BASH ZSH + BASH_PLIST_FILES= share/bash-completion/completions/rebar3 ZSH_PLIST_FILES= share/zsh/site-functions/_rebar3 diff --git a/devel/rebar3/distinfo b/devel/rebar3/distinfo index 16e8d62d66f9..c7398984138a 100644 --- a/devel/rebar3/distinfo +++ b/devel/rebar3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713094315 -SHA256 (erlang-rebar3-3.23.0_GH0.tar.gz) = 00646b692762ffd340560e8f16486dbda840e1546749ee5a7f58feeb77e7b516 -SIZE (erlang-rebar3-3.23.0_GH0.tar.gz) = 807007 +TIMESTAMP = 1754137087 +SHA256 (erlang-rebar3-3.25.1_GH0.tar.gz) = 458d6ceaf7822dd7682288354ab3ba74e14b3ed11cc5b551af9eb312de894106 +SIZE (erlang-rebar3-3.25.1_GH0.tar.gz) = 817915 |