Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 13:26:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556981 - head/dns/bind911
Message-ID:  <202012041326.0B4DQ2tS073190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Dec  4 13:26:02 2020
New Revision: 556981
URL: https://svnweb.freebsd.org/changeset/ports/556981

Log:
  Fix BIND9 9.11.25's manpages.

Modified:
  head/dns/bind911/Makefile   (contents, props changed)
  head/dns/bind911/distinfo   (contents, props changed)

Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile	Fri Dec  4 12:50:50 2020	(r556980)
+++ head/dns/bind911/Makefile	Fri Dec  4 13:26:02 2020	(r556981)
@@ -3,11 +3,13 @@
 
 PORTNAME=	bind
 PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	dns net
 MASTER_SITES=	ISC/bind9/${ISCVERSION}
 PKGNAMESUFFIX=	911
 DISTNAME=	${PORTNAME}-${ISCVERSION}
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
+		${DISTNAME}-fixed-man-pages${EXTRACT_SUFX}
 
 MAINTAINER=	mat@FreeBSD.org
 COMMENT=	BIND DNS suite with updated DNSSEC and DNS64

Modified: head/dns/bind911/distinfo
==============================================================================
--- head/dns/bind911/distinfo	Fri Dec  4 12:50:50 2020	(r556980)
+++ head/dns/bind911/distinfo	Fri Dec  4 13:26:02 2020	(r556981)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1606573875
 SHA256 (bind-9.11.25.tar.gz) = 8491c24e5a3da68f421d0fcb946602c8d0ff963012fdd176b8026c8890f3a117
 SIZE (bind-9.11.25.tar.gz) = 8284943
+SHA256 (bind-9.11.25-fixed-man-pages.tar.gz) = 4da5592ffef2a0241f232d26927f46d94621e7649520260acbf91a541867a282
+SIZE (bind-9.11.25-fixed-man-pages.tar.gz) = 84725



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012041326.0B4DQ2tS073190>