pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/zathura



Module Name:    pkgsrc
Committed By:   yhardy
Date:           Tue Mar  3 22:33:10 UTC 2026

Modified Files:
        pkgsrc/print/zathura: buildlink3.mk

Log Message:
print/zathura: set BUILDLINK_API_DEPENDS.zathura>=2026.02.22

We missed the API and ABI bump at version 0.5.8. The API and ABI versions
are exposed to zathura plugins, so to be safe adjust the API version to
match the latest update to zathura-2026.02.22.

Discussed on tech-pkg.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/print/zathura/buildlink3.mk

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

Modified files:

Index: pkgsrc/print/zathura/buildlink3.mk
diff -u pkgsrc/print/zathura/buildlink3.mk:1.32 pkgsrc/print/zathura/buildlink3.mk:1.33
--- pkgsrc/print/zathura/buildlink3.mk:1.32     Tue Mar  3 02:34:19 2026
+++ pkgsrc/print/zathura/buildlink3.mk  Tue Mar  3 22:33:10 2026
@@ -1,12 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.32 2026/03/03 02:34:19 gutteridge Exp $
+# $NetBSD: buildlink3.mk,v 1.33 2026/03/03 22:33:10 yhardy Exp $
 
 BUILDLINK_TREE+=       zathura
 
 .if !defined(ZATHURA_BUILDLINK3_MK)
 ZATHURA_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.zathura+=        zathura>=0.2.1
-BUILDLINK_ABI_DEPENDS.zathura+=        zathura>=0.5.8nb12
+BUILDLINK_API_DEPENDS.zathura+=        zathura>=2026.02.22
 BUILDLINK_PKGSRCDIR.zathura?=  ../../print/zathura
 
 .include "../../graphics/cairo/buildlink3.mk"



Home | Main Index | Thread Index | Old Index