svn commit: r534159 - head/dns/rpsl2acl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 6 09:32:38 UTC 2020


Author: amdmi3
Date: Wed May  6 09:32:38 2020
New Revision: 534159
URL: https://svnweb.freebsd.org/changeset/ports/534159

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

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

Modified: head/dns/rpsl2acl/Makefile
==============================================================================
--- head/dns/rpsl2acl/Makefile	Wed May  6 09:20:08 2020	(r534158)
+++ head/dns/rpsl2acl/Makefile	Wed May  6 09:32:38 2020	(r534159)
@@ -9,12 +9,13 @@ MASTER_SITES=	http://download.gnu.org.ua/pub/release/d
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Query set of RPSL database objects and convert to BIND ACLs
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 
 RUN_DEPENDS=	p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/rpsl2acl ${SITE_MAN1}/rpsl2acl.1.gz
 

Modified: head/dns/rpsl2acl/pkg-descr
==============================================================================
--- head/dns/rpsl2acl/pkg-descr	Wed May  6 09:20:08 2020	(r534158)
+++ head/dns/rpsl2acl/pkg-descr	Wed May  6 09:32:38 2020	(r534159)
@@ -4,4 +4,4 @@ converts them to an ACL for use in BIND configuration 
 It is part of dnstools, a set of utilities for DNS management and related
 tasks.
 
-WWW: http://www.gnu.org.ua/software/dnstools/rpsl2acl.html
+WWW: http://man.gnu.org.ua/manpage/?1+rpsl2acl


More information about the svn-ports-head mailing list