svn commit: r512268 - head/dns/walker

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 18 09:38:20 UTC 2019


Author: amdmi3
Date: Wed Sep 18 09:38:19 2019
New Revision: 512268
URL: https://svnweb.freebsd.org/changeset/ports/512268

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/dns/walker/Makefile
  head/dns/walker/pkg-descr

Modified: head/dns/walker/Makefile
==============================================================================
--- head/dns/walker/Makefile	Wed Sep 18 09:33:53 2019	(r512267)
+++ head/dns/walker/Makefile	Wed Sep 18 09:38:19 2019	(r512268)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://josefsson.org/walker/releases/
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Recover zone file information from servers that use DNSSEC
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	p5-Net-DNS>=0:dns/p5-Net-DNS \
 		p5-Net-DNS-SEC>=0:dns/p5-Net-DNS-SEC
 

Modified: head/dns/walker/pkg-descr
==============================================================================
--- head/dns/walker/pkg-descr	Wed Sep 18 09:33:53 2019	(r512267)
+++ head/dns/walker/pkg-descr	Wed Sep 18 09:38:19 2019	(r512268)
@@ -4,4 +4,4 @@ transfers but use DNSSEC.
 Fetch NXT record on zone name, walk the NXT chain until all records are
 fetched. Requires Bind version 9.x program `dig' located in path.
 
-WWW: http://josefsson.org/walker/
+WWW: https://josefsson.org/walker/


More information about the svn-ports-head mailing list