pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hex
Module Name: pkgsrc
Committed By: wiz
Date: Sat Nov 30 20:12:25 UTC 2024
Modified Files:
pkgsrc/devel/hex: Makefile distinfo
Log Message:
hex: update to 2.1.1.
NOTE: this package seems to download files during the build
If you know elixir/mix please fix this!
## v2.1.1 (2024-05-22)
### Bug fixes
* Fix overriding Hex packages from non Hex dependencies
## v2.1.0 (2024-05-21)
### Enhancements
* Improve solver error message when collecting conflicting requirements from multiple places. Fixes the "empty" versions error. This is done by including path and git parents of hex packages in the
solver.
* Add "(CI)" to `user-agent` HTTP header if environment variable `CI` is set
* Improve message for authentication errors
* Set exit code 1 on `mix hex.organization auth` errors
* Add `--sort` flag `mix hex.outdated`
* Improve error message when trying to publish existing package with permissions
* Consider ex_doc `:output` option when publishing documentation
* Warn on unknown dependency options
### Bug fixes
* Do not close registry server in post_converge. Fixes the "the table identifier does not refer to an existing ETS table" error.
* Revert Mix changes on Hex application stop
* Fix passing requests from umbrella apps to solver
* Handle empty package name in `mix hex.info`
## v2.0.6 (2023-02-06)
### Bug fixes
* Fix application startup when there are configured organizations
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hex/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hex/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hex/Makefile
diff -u pkgsrc/devel/hex/Makefile:1.4 pkgsrc/devel/hex/Makefile:1.5
--- pkgsrc/devel/hex/Makefile:1.4 Fri Mar 3 10:10:38 2023
+++ pkgsrc/devel/hex/Makefile Sat Nov 30 20:12:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/03/03 10:10:38 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/11/30 20:12:24 wiz Exp $
-DISTNAME= hex-2.0.5
+DISTNAME= hex-2.1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=hexpm/}
GITHUB_PROJECT= hex
@@ -12,8 +12,8 @@ COMMENT= Package manager for the Erlang
LICENSE= apache-2.0
ELIXIR_APP_NAME= hex
-ELIXIR_APP_VERSION= 2.0.6
-# does this pull in dependencies over the network?
+# NOTE: this seems to download files over the network
+# TODO: fix!
MIX_TARGET= local.hex --force
.include "../../lang/elixir/mix.mk"
Index: pkgsrc/devel/hex/distinfo
diff -u pkgsrc/devel/hex/distinfo:1.2 pkgsrc/devel/hex/distinfo:1.3
--- pkgsrc/devel/hex/distinfo:1.2 Fri Mar 3 10:10:38 2023
+++ pkgsrc/devel/hex/distinfo Sat Nov 30 20:12:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/03/03 10:10:38 wiz Exp $
+$NetBSD: distinfo,v 1.3 2024/11/30 20:12:24 wiz Exp $
-BLAKE2s (hex-2.0.5.tar.gz) = 5f27d724a34d51eca4851034758efe607f1156eec111cd63b8816055ee8bba31
-SHA512 (hex-2.0.5.tar.gz) = 8014d37c5c412465290dafa2dc004180b137b220c674ac927c139fa125371203df97baefb2c3540168ef99a29a3f4c7d7f06db3ce73d7545e8f51f5ba1dfe101
-Size (hex-2.0.5.tar.gz) = 450071 bytes
+BLAKE2s (hex-2.1.1.tar.gz) = 2c55e6fdf334fc4af1d616e02a782c4f179fcf008388e375f7f9b6a4827912ea
+SHA512 (hex-2.1.1.tar.gz) = 8235a6d46db6fc87bc9a9dca6484cb0930e66efca6ead53067d728713ba62df7af1361d8697b8ae3ab3fd510b28f54498946f295df1b729c998a08ceac426ede
+Size (hex-2.1.1.tar.gz) = 463244 bytes
Home |
Main Index |
Thread Index |
Old Index