pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/py-zstandard
Module Name: pkgsrc
Committed By: riastradh
Date: Mon Oct 2 23:18:03 UTC 2023
Modified Files:
pkgsrc/archivers/py-zstandard: Makefile
Log Message:
py-zstandard: Bump API depends for zstd to 1.5.5.
Doesn't build with 1.5.2. Didn't check 1.5.3 or 1.5.4, since 1.5.5
is what we have in pkgsrc anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/archivers/py-zstandard/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/py-zstandard/Makefile
diff -u pkgsrc/archivers/py-zstandard/Makefile:1.26 pkgsrc/archivers/py-zstandard/Makefile:1.27
--- pkgsrc/archivers/py-zstandard/Makefile:1.26 Tue Apr 25 07:48:02 2023
+++ pkgsrc/archivers/py-zstandard/Makefile Mon Oct 2 23:18:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/04/25 07:48:02 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/10/02 23:18:03 riastradh Exp $
DISTNAME= zstandard-0.21.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ PYSETUPBUILDARGS+= --system-zstd
PYTHON_VERSIONS_INCOMPATIBLE= 27
-BUILDLINK_API_DEPENDS.zstd+= zstd>=1.5.1
+BUILDLINK_API_DEPENDS.zstd+= zstd>=1.5.5
.include "../../archivers/zstd/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index