diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-28 11:30:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-28 11:30:51 +0000 |
commit | 5da87348cb57d8d1df6910cb892114c53beab8b0 (patch) | |
tree | 9d7168f3a6d792571ef549968fcd7b60801605fd /net/bind916 | |
parent | 75ccf1258b667ad0853010a88fa61bc96ac3d233 (diff) | |
download | pkgsrc-5da87348cb57d8d1df6910cb892114c53beab8b0.tar.gz |
*: recursive bump for perl 5.36
Diffstat (limited to 'net/bind916')
-rw-r--r-- | net/bind916/Makefile | 3 | ||||
-rw-r--r-- | net/bind916/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile index 0619fa715fa..60aa32d5841 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2022/06/15 14:02:36 taca Exp $ +# $NetBSD: Makefile,v 1.43 2022/06/28 11:34:58 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ EXTRACT_SUFX= .tar.xz diff --git a/net/bind916/buildlink3.mk b/net/bind916/buildlink3.mk index 112f44c0b7c..55a2fa9a3bb 100644 --- a/net/bind916/buildlink3.mk +++ b/net/bind916/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2020/08/09 15:20:21 taca Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:34:58 wiz Exp $ BUILDLINK_TREE+= bind @@ -6,6 +6,7 @@ BUILDLINK_TREE+= bind BIND_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.bind+= bind>=9.16.0 +BUILDLINK_ABI_DEPENDS.bind?= bind>=9.16.30nb1 BUILDLINK_PKGSRCDIR.bind?= ../../net/bind916 .endif # BIND_BUILDLINK3_MK |