pkgsrc-WIP-changes archive

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

gnurl: Fix buildlink3.mk, remove ABI_DEPENDS line, bump API_DEPENDS.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Mon Jan 21 14:57:06 2019 +0000
Changeset:	32f897ce35c481138f7a59f47e72acc600bd4b2b

Modified Files:
	gnurl/buildlink3.mk

Log Message:
gnurl: Fix buildlink3.mk, remove ABI_DEPENDS line, bump API_DEPENDS.

Remove BUILDLINK_ABI_DEPENDS.gnurl and bump
BUILDLINK_API_DEPENDS.gnurl to 7.63.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=32f897ce35c481138f7a59f47e72acc600bd4b2b

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

diffstat:
 gnurl/buildlink3.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/gnurl/buildlink3.mk b/gnurl/buildlink3.mk
index 5b0297db1d..01ccac9381 100644
--- a/gnurl/buildlink3.mk
+++ b/gnurl/buildlink3.mk
@@ -5,8 +5,7 @@ BUILDLINK_TREE+=	gnurl
 .if !defined(GNURL_BUILDLINK3_MK)
 GNURL_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.gnurl+=	gnurl>=7.12.3
-BUILDLINK_ABI_DEPENDS.gnurl+=	gnurl>=7.61.0nb2
+BUILDLINK_API_DEPENDS.gnurl+=	gnurl>=7.63.0
 BUILDLINK_PKGSRCDIR.gnurl?=	../../wip/gnurl
 
 pkgbase:= gnurl


Home | Main Index | Thread Index | Old Index