Date: Wed, 20 May 2020 09:32:44 +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: r535987 - head/dns/renewck Message-ID: <202005200932.04K9WimU058408@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed May 20 09:32:44 2020 New Revision: 535987 URL: https://svnweb.freebsd.org/changeset/ports/535987 Log: - Fix LICENSE - Add NO_ARCH - Update WWW Approved by: portmgr blanket Modified: head/dns/renewck/Makefile head/dns/renewck/pkg-descr Modified: head/dns/renewck/Makefile ============================================================================== --- head/dns/renewck/Makefile Wed May 20 09:21:57 2020 (r535986) +++ head/dns/renewck/Makefile Wed May 20 09:32:44 2020 (r535987) @@ -9,7 +9,7 @@ MASTER_SITES= http://download.gnu.org.ua/pub/release/d MAINTAINER= ports@FreeBSD.org COMMENT= Check for expiring domains and send email notifications -LICENSE= GPLv3 +LICENSE= GPLv3+ RUN_DEPENDS= p5-Time-modules>0:devel/p5-Time-modules \ p5-Mail-Tools>0:mail/p5-Mail-Tools \ @@ -17,6 +17,7 @@ RUN_DEPENDS= p5-Time-modules>0:devel/p5-Time-modules \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes PLIST_FILES= bin/renewck ${SITE_MAN1}/renewck.1.gz Modified: head/dns/renewck/pkg-descr ============================================================================== --- head/dns/renewck/pkg-descr Wed May 20 09:21:57 2020 (r535986) +++ head/dns/renewck/pkg-descr Wed May 20 09:32:44 2020 (r535987) @@ -4,4 +4,4 @@ via email about the domains that are approaching expir It is part of dnstools, a set of utilities for DNS management and related tasks. -WWW: http://www.gnu.org.ua/software/dnstools/renewck.html +WWW: http://man.gnu.org.ua/manpage/?1+renewck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005200932.04K9WimU058408>