pkgsrc-WIP-changes archive

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

Bump Ledger version, etc in Makefile



Module Name:	pkgsrc-wip
Committed By:	atomicules <base%atomicules.co.uk@localhost>
Pushed By:	atomicules
Date:		Mon Dec 8 09:09:30 2025 +0000
Changeset:	a8949f7589d325ce1a2e80afd5a5665569a89101

Modified Files:
	ledger/Makefile

Log Message:
Bump Ledger version, etc in Makefile

References: https://github.com/ledger/ledger/releases/tag/v3.4.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a8949f7589d325ce1a2e80afd5a5665569a89101

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

diffstat:
 ledger/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/ledger/Makefile b/ledger/Makefile
index f84ff4d02a..e344579332 100644
--- a/ledger/Makefile
+++ b/ledger/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.42 2025/09/27 09:57:16 wiz Exp $
 
-DISTNAME=	ledger-3.3.2
-PKGREVISION=	9
+DISTNAME=	ledger-3.4.1
 CATEGORIES=	finance
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ledger/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -21,10 +20,10 @@ TEST_ENV+=	LD_LIBRARY_PATH=${WRKSRC:Q}/${CMAKE_BUILD_DIR:Q}
 TEST_ENV+=	DYLD_LIBRARY_PATH=${WRKSRC:Q}/${CMAKE_BUILD_DIR:Q}
 
 # https://github.com/ledger/ledger/issues/2332
-PYTHON_VERSIONS_ACCEPTED=	311 310	# PyUnicode_GET_SIZE
+PYTHON_VERSIONS_ACCEPTED=	312 311 310	# PyUnicode_GET_SIZE
 
 CMAKE_CONFIGURE_ARGS+=	-DPython_EXECUTABLE:STRING=${TOOL_PYTHONBIN:Q}
-CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.16.2
 
 .include "options.mk"
 


Home | Main Index | Thread Index | Old Index