From owner-svn-ports-head@freebsd.org Mon Oct 23 03:36:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CA9EE3F101; Mon, 23 Oct 2017 03:36:03 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD8FD83BAB; Mon, 23 Oct 2017 03:36:02 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9N3a2V3020926; Mon, 23 Oct 2017 03:36:02 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9N3a1m8020922; Mon, 23 Oct 2017 03:36:01 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201710230336.v9N3a1m8020922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 23 Oct 2017 03:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452689 - in head/dns/dns2blackhole: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/dns/dns2blackhole: . files X-SVN-Commit-Revision: 452689 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2017 03:36:03 -0000 Author: adamw Date: Mon Oct 23 03:36:01 2017 New Revision: 452689 URL: https://svnweb.freebsd.org/changeset/ports/452689 Log: Update to 0.1. DOCS option is removed, see manpage instead. PR: 223175 Submitted by: maintainer Added: head/dns/dns2blackhole/pkg-message - copied, changed from r452688, head/dns/dns2blackhole/files/pkg-message.in Deleted: head/dns/dns2blackhole/files/ Modified: head/dns/dns2blackhole/Makefile head/dns/dns2blackhole/distinfo head/dns/dns2blackhole/pkg-plist Modified: head/dns/dns2blackhole/Makefile ============================================================================== --- head/dns/dns2blackhole/Makefile Sun Oct 22 23:37:17 2017 (r452688) +++ head/dns/dns2blackhole/Makefile Mon Oct 23 03:36:01 2017 (r452689) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dns2blackhole -PORTVERSION= 0.0 +PORTVERSION= 0.1 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME} @@ -14,21 +14,17 @@ LICENSE= BSD2CLAUSE USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS - do-install: .for f in dns2blackhole-update1 dns2blackhole-update2 dns2blackhole-sanitize \ - dns2blackhole-sanitize dns2blackhole-sort-fqdn dns2blackhole-whitelist + dns2blackhole-sort-fqdn dns2blackhole-whitelist ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/dns2blackhole-unbound.conf \ ${STAGEDIR}${ETCDIR}/dns2blackhole-unbound.conf.sample -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/dns2blackhole-intro ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/dns2blackhole.8 \ + ${STAGEDIR}${MAN8PREFIX}/man/man8 .include Modified: head/dns/dns2blackhole/distinfo ============================================================================== --- head/dns/dns2blackhole/distinfo Sun Oct 22 23:37:17 2017 (r452688) +++ head/dns/dns2blackhole/distinfo Mon Oct 23 03:36:01 2017 (r452689) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507239011 -SHA256 (dns2blackhole-0.0.tar.bz2) = ef5d9e36bcc4cfdac7edaab8d115102a4145cd6deba24f013898bf915c989990 -SIZE (dns2blackhole-0.0.tar.bz2) = 8993 +TIMESTAMP = 1508705821 +SHA256 (dns2blackhole-0.1.tar.bz2) = 23d412aa13a9a5e45f6d901f65794760568c39098400e5fd23ead6d401c5ca11 +SIZE (dns2blackhole-0.1.tar.bz2) = 9540 Copied and modified: head/dns/dns2blackhole/pkg-message (from r452688, head/dns/dns2blackhole/files/pkg-message.in) ============================================================================== --- head/dns/dns2blackhole/files/pkg-message.in Sun Oct 22 23:37:17 2017 (r452688, copy source) +++ head/dns/dns2blackhole/pkg-message Mon Oct 23 03:36:01 2017 (r452689) @@ -4,7 +4,6 @@ Malware Prevention through Domain Blocking (Black Hole) - For configuration and usage information read - %%DOCSDIR%%/dns2blackhole-intro + Issue "man dns2blackhole" For configuration and usage information ######################################################################## Modified: head/dns/dns2blackhole/pkg-plist ============================================================================== --- head/dns/dns2blackhole/pkg-plist Sun Oct 22 23:37:17 2017 (r452688) +++ head/dns/dns2blackhole/pkg-plist Mon Oct 23 03:36:01 2017 (r452689) @@ -1,7 +1,7 @@ -bin/dns2blackhole-update1 -bin/dns2blackhole-update2 bin/dns2blackhole-sanitize bin/dns2blackhole-sort-fqdn +bin/dns2blackhole-update1 +bin/dns2blackhole-update2 bin/dns2blackhole-whitelist @sample %%ETCDIR%%/dns2blackhole-unbound.conf.sample -%%PORTDOCS%%%%DOCSDIR%%/dns2blackhole-intro +man/man8/dns2blackhole.8.gz