diff options
author | jklos <jklos@pkgsrc.org> | 2021-08-02 18:45:35 +0000 |
---|---|---|
committer | jklos <jklos@pkgsrc.org> | 2021-08-02 18:45:35 +0000 |
commit | 962c002a74b5155990a3f05d5caf1d17112d2691 (patch) | |
tree | d28673c86d1d4ebc4c857ddab6b7af07fbea97d0 /net/bind916 | |
parent | d1088e972b09dcada46a3a4bf74a48be7cc2296c (diff) | |
download | pkgsrc-962c002a74b5155990a3f05d5caf1d17112d2691.tar.gz |
Fixed COMMENT because package is at 9.16.
Diffstat (limited to 'net/bind916')
-rw-r--r-- | net/bind916/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile index 45a0545a4a7..5b3ccf9ada2 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2021/07/22 13:30:24 he Exp $ +# $NetBSD: Makefile,v 1.23 2021/08/02 18:45:35 jklos Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.isc.org/software/bind/ -COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.14 +COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.16 LICENSE= mpl-2.0 CONFLICTS+= host-[0-9]* |