pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/sfsexp



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Nov  2 13:48:03 UTC 2021

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

Log Message:
sfsexp: Fix version number in buildlink3.mk

Before importing, I had forgotten to fix harf-baked buildlink3.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/sfsexp/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/sfsexp/buildlink3.mk
diff -u pkgsrc/devel/sfsexp/buildlink3.mk:1.1 pkgsrc/devel/sfsexp/buildlink3.mk:1.2
--- pkgsrc/devel/sfsexp/buildlink3.mk:1.1       Mon Nov  1 14:15:42 2021
+++ pkgsrc/devel/sfsexp/buildlink3.mk   Tue Nov  2 13:48:03 2021
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1 2021/11/01 14:15:42 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2021/11/02 13:48:03 ryoon Exp $
 
 BUILDLINK_TREE+=       sfsexp
 
 .if !defined(SFSEXP_BUILDLINK3_MK)
 SFSEXP_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.sfsexp+= sfsexp>=1.3.1pre20210719
+BUILDLINK_API_DEPENDS.sfsexp+= sfsexp>=1.3.1pre20211025
 BUILDLINK_PKGSRCDIR.sfsexp?=   ../../devel/sfsexp
 .endif # SFSEXP_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index