pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible



Module Name:    pkgsrc
Committed By:   kim
Date:           Tue Oct 14 12:46:47 UTC 2025

Modified Files:
        pkgsrc/sysutils/ansible: Makefile

Log Message:
ansible: Restore the appropriate ansible-core version upper limit


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/sysutils/ansible/Makefile

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

Modified files:

Index: pkgsrc/sysutils/ansible/Makefile
diff -u pkgsrc/sysutils/ansible/Makefile:1.97 pkgsrc/sysutils/ansible/Makefile:1.98
--- pkgsrc/sysutils/ansible/Makefile:1.97       Thu Oct  9 07:57:57 2025
+++ pkgsrc/sysutils/ansible/Makefile    Tue Oct 14 12:46:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2025/10/09 07:57:57 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2025/10/14 12:46:47 kim Exp $
 
 DISTNAME=      ansible-12.0.0
 CATEGORIES=    sysutils python
@@ -15,7 +15,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 # Each ansible release tracks a specific release branch of ansible-core.
 # Enforce this by using an upper limit for the dependency version.
-DEPENDS+=      ansible-core>=2.19.1:../../sysutils/ansible-core
+# PLEASE KEEP THE UPPER LIMIT WHEN UPGRADING THIS PACKAGE.
+DEPENDS+=      ansible-core>=2.19.1<2.20:../../sysutils/ansible-core
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index