Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 09:32:39 +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: r534725 - head/dns/vhostcname
Message-ID:  <202005090932.0499WdLY011316@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat May  9 09:32:39 2020
New Revision: 534725
URL: https://svnweb.freebsd.org/changeset/ports/534725

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

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

Modified: head/dns/vhostcname/Makefile
==============================================================================
--- head/dns/vhostcname/Makefile	Sat May  9 08:53:51 2020	(r534724)
+++ head/dns/vhostcname/Makefile	Sat May  9 09:32:39 2020	(r534725)
@@ -9,12 +9,13 @@ MASTER_SITES=	http://download.gnu.org.ua/pub/release/d
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Synchronize DNS with server names and aliases from Apache vhost
 
-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/vhostcname ${SITE_MAN1}/vhostcname.1.gz
 

Modified: head/dns/vhostcname/pkg-descr
==============================================================================
--- head/dns/vhostcname/pkg-descr	Sat May  9 08:53:51 2020	(r534724)
+++ head/dns/vhostcname/pkg-descr	Sat May  9 09:32:39 2020	(r534725)
@@ -4,4 +4,4 @@ virtual host configuration.
 It is part of dnstools, a set of utilities for DNS management and related
 tasks.
 
-WWW: http://www.gnu.org.ua/software/dnstools/vhostcname.html
+WWW: http://man.gnu.org.ua/manpage/?1+vhostcname



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