pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hls-plugin-api



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Jan 30 07:21:08 UTC 2023

Modified Files:
        pkgsrc/devel/hs-hls-plugin-api: buildlink3.mk

Log Message:
devel/hs-hls-plugin-api: Correct BUILDLINK_ABI_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-hls-plugin-api/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/hs-hls-plugin-api/buildlink3.mk
diff -u pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk:1.5 pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk:1.6
--- pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk:1.5    Mon Jan 30 07:03:13 2023
+++ pkgsrc/devel/hs-hls-plugin-api/buildlink3.mk        Mon Jan 30 07:21:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2023/01/30 07:03:13 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2023/01/30 07:21:08 pho Exp $
 
 BUILDLINK_TREE+=       hs-hls-plugin-api
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        hs-hls-plugin-api
 HS_HLS_PLUGIN_API_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.hs-hls-plugin-api+=      hs-hls-plugin-api>=1.6.0
-BUILDLINK_ABI_DEPENDS.hs-hls-plugin-api+=      hs-hls-plugin-api>=1.6.0.0nb3
+BUILDLINK_ABI_DEPENDS.hs-hls-plugin-api+=      hs-hls-plugin-api>=1.6.0.0
 BUILDLINK_PKGSRCDIR.hs-hls-plugin-api?=                ../../devel/hs-hls-plugin-api
 
 .include "../../converters/hs-aeson/buildlink3.mk"



Home | Main Index | Thread Index | Old Index