svn commit: r499165 - head/dns/axfr2acl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 17 09:31:19 UTC 2019


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 at 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


More information about the svn-ports-all mailing list