Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2019 09:31:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499165 - head/dns/axfr2acl
Message-ID:  <201904170931.x3H9VIMR048138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Apr 17 09:31:17 2019
New Revision: 499165
URL: https://svnweb.freebsd.org/changeset/ports/499165

Log:
  - Fix LICENSE
  - Add NO_ARCH
  - Update WWW

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

Modified: head/dns/axfr2acl/Makefile
==============================================================================
--- head/dns/axfr2acl/Makefile	Wed Apr 17 09:26:09 2019	(r499164)
+++ head/dns/axfr2acl/Makefile	Wed Apr 17 09:31:17 2019	(r499165)
@@ -9,12 +9,13 @@ MASTER_SITES=	http://download.gnu.org.ua/pub/release/d
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Transfer A records from DNS zones and convert to BIND ACLs
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 
 RUN_DEPENDS=	p5-Net-DNS>0:dns/p5-Net-DNS
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/axfr2acl ${SITE_MAN1}/axfr2acl.1.gz
 

Modified: head/dns/axfr2acl/pkg-descr
==============================================================================
--- head/dns/axfr2acl/pkg-descr	Wed Apr 17 09:26:09 2019	(r499164)
+++ head/dns/axfr2acl/pkg-descr	Wed Apr 17 09:31:17 2019	(r499165)
@@ -4,4 +4,4 @@ an ACL for use in BIND configuration files.
 It is part of dnstools, a set of utilities for DNS management and related
 tasks.
 
-WWW: http://www.gnu.org.ua/software/dnstools/axfr2acl.html
+WWW: https://www.gnu.org.ua/software/dnstools/axfr2acl.html



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