pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuuid



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 14 18:01:26 UTC 2023

Modified Files:
        pkgsrc/devel/libuuid: buildlink3.mk

Log Message:
libuuid: revert bump of BUIDLINK_ABI_DEPENDS

This was a false positive from the python revbump.
Keep the PKGREVISION bumped though so it doesn't go backwards.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libuuid/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/devel/libuuid/buildlink3.mk
diff -u pkgsrc/devel/libuuid/buildlink3.mk:1.4 pkgsrc/devel/libuuid/buildlink3.mk:1.5
--- pkgsrc/devel/libuuid/buildlink3.mk:1.4      Mon Aug 14 05:24:12 2023
+++ pkgsrc/devel/libuuid/buildlink3.mk  Mon Aug 14 18:01:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2023/08/14 05:24:12 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2023/08/14 18:01:26 tnn Exp $
 
 BUILDLINK_TREE+=       libuuid
 
@@ -6,7 +6,6 @@ BUILDLINK_TREE+=        libuuid
 LIBUUID_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libuuid+=        libuuid>=2.18
-BUILDLINK_ABI_DEPENDS.libuuid?=        libuuid>=2.32.1nb2
 BUILDLINK_PKGSRCDIR.libuuid?=  ../../devel/libuuid
 .endif # LIBUUID_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index