pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/erlang-jose



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Feb 15 18:21:05 UTC 2026

Modified Files:
        pkgsrc/security/erlang-jose: Makefile distinfo
Removed Files:
        pkgsrc/security/erlang-jose/patches: patch-erlang.mk patch-mix.exs

Log Message:
security/erlang-jose: Drop patches no longer needed with erlang 27.3.4.7

Add link to upstream bug report about build failure.

(PKGREVISION++ becaues of the committed changes, but also serves as
revbump for erlang.)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/erlang-jose/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/erlang-jose/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/security/erlang-jose/patches/patch-erlang.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/security/erlang-jose/patches/patch-mix.exs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/erlang-jose/Makefile
diff -u pkgsrc/security/erlang-jose/Makefile:1.6 pkgsrc/security/erlang-jose/Makefile:1.7
--- pkgsrc/security/erlang-jose/Makefile:1.6    Sat Feb  7 00:40:22 2026
+++ pkgsrc/security/erlang-jose/Makefile        Sun Feb 15 18:21:05 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2026/02/07 00:40:22 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2026/02/15 18:21:05 gdt Exp $
 
 DISTNAME=      jose-1.11.12
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=potatosalad/}
 GITHUB_PROJECT=        erlang-jose
@@ -18,5 +19,8 @@ TOOL_DEPENDS+=        elixir>=1.17.0:../../lang
 
 MAKE_FLAGS+=   SKIP_DEPS=true
 
+# Fails to build if a previous erlang-jose is not installed.
+# https://github.com/potatosalad/erlang-jose/issues/189
+
 .include "../../lang/erlang/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/erlang-jose/distinfo
diff -u pkgsrc/security/erlang-jose/distinfo:1.9 pkgsrc/security/erlang-jose/distinfo:1.10
--- pkgsrc/security/erlang-jose/distinfo:1.9    Sat Feb  7 00:40:22 2026
+++ pkgsrc/security/erlang-jose/distinfo        Sun Feb 15 18:21:05 2026
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.9 2026/02/07 00:40:22 gdt Exp $
+$NetBSD: distinfo,v 1.10 2026/02/15 18:21:05 gdt Exp $
 
 BLAKE2s (jose-1.11.12.tar.gz) = 1fbee3da80b294b6a59bc0a2587a5d77b1dd09fead5559adac856b8feb7eb65a
 SHA512 (jose-1.11.12.tar.gz) = a564edd6450939ac5228ce274035683bfffac0f5ee0d84648b8f13004b6993acc8319f61c27f4823757b265c0637142864f857d00acc1ef186afe2862e5eccc8
 Size (jose-1.11.12.tar.gz) = 310892 bytes
-SHA1 (patch-erlang.mk) = 1245a1d9f473eb4eb8681678a27a60a2c0d26a90
-SHA1 (patch-mix.exs) = f6072e820cb23d9ec23e5ec76c37a0d78b9fe418



Home | Main Index | Thread Index | Old Index