pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glasgow



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  4 08:36:17 UTC 2026

Modified Files:
        pkgsrc/devel/glasgow: Makefile

Log Message:
glasgow: remove upper bound

it might work with that version, it might not, but if we
don't build it at all, we'll never know


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/glasgow/Makefile

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

Modified files:

Index: pkgsrc/devel/glasgow/Makefile
diff -u pkgsrc/devel/glasgow/Makefile:1.7 pkgsrc/devel/glasgow/Makefile:1.8
--- pkgsrc/devel/glasgow/Makefile:1.7   Fri Aug 21 06:42:16 2026
+++ pkgsrc/devel/glasgow/Makefile       Fri Sep  4 08:36:17 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2026/08/21 06:42:16 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/09/04 08:36:17 wiz Exp $
 
 # There are no release tags for glasgow
 DISTNAME=      glasgow-0.0.20260817
@@ -18,7 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-packaging>=23.0
 DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=3.0.0<5:../../misc/py-platformdirs
 DEPENDS+=      ${PYPKGPREFIX}-fx2>=0.16<1:../../devel/py-fx2
 DEPENDS+=      ${PYPKGPREFIX}-tqdm>=4.67.3:../../misc/py-tqdm
-DEPENDS+=      ${PYPKGPREFIX}-pyvcd>=0.4.1<0.5:../../devel/py-pyvcd
+DEPENDS+=      ${PYPKGPREFIX}-pyvcd>=0.4.1:../../devel/py-pyvcd
 DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.4.6<0.5:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
 DEPENDS+=      yosys>=0.31.0.13:../../devel/yosys



Home | Main Index | Thread Index | Old Index