pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/sfsexp sfsexp: Fix version number in buildlink3.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67a55ebe3c13
branches:  trunk
changeset: 768874:67a55ebe3c13
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Nov 02 13:48:03 2021 +0000

description:
sfsexp: Fix version number in buildlink3.mk

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

diffstat:

 devel/sfsexp/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 710be0d42e0b -r 67a55ebe3c13 devel/sfsexp/buildlink3.mk
--- a/devel/sfsexp/buildlink3.mk        Tue Nov 02 12:04:55 2021 +0000
+++ b/devel/sfsexp/buildlink3.mk        Tue Nov 02 13:48:03 2021 +0000
@@ -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