From owner-svn-ports-head@freebsd.org Thu Dec 22 22:41:29 2016 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 1B141C8D2F1; Thu, 22 Dec 2016 22:41:29 +0000 (UTC) (envelope-from bapt@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 C49E710C9; Thu, 22 Dec 2016 22:41:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBMMfRIh079416; Thu, 22 Dec 2016 22:41:27 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBMMfReg079414; Thu, 22 Dec 2016 22:41:27 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612222241.uBMMfReg079414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 22 Dec 2016 22:41:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429191 - head/net/rwhoisd X-SVN-Group: ports-head 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: Thu, 22 Dec 2016 22:41:29 -0000 Author: bapt Date: Thu Dec 22 22:41:27 2016 New Revision: 429191 URL: https://svnweb.freebsd.org/changeset/ports/429191 Log: Mark as deprecated and set expiration date It is not maintained anymore While here remove usage of @*exec Modified: head/net/rwhoisd/Makefile head/net/rwhoisd/pkg-plist Modified: head/net/rwhoisd/Makefile ============================================================================== --- head/net/rwhoisd/Makefile Thu Dec 22 22:00:44 2016 (r429190) +++ head/net/rwhoisd/Makefile Thu Dec 22 22:41:27 2016 (r429191) @@ -12,6 +12,9 @@ MASTER_SITES= http://projects.arin.net/r MAINTAINER= ports@FreeBSD.org COMMENT= The Internic referral whois server +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2017-01-22 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/net/rwhoisd/pkg-plist ============================================================================== --- head/net/rwhoisd/pkg-plist Thu Dec 22 22:00:44 2016 (r429190) +++ head/net/rwhoisd/pkg-plist Thu Dec 22 22:41:27 2016 (r429191) @@ -38,13 +38,12 @@ sbin/rwhoisd %%ETCDIR%%/samples/net-fd00:1234::-32/data/network/network.txt %%ETCDIR%%/samples/net-fd00:1234::-32/soa %%ETCDIR%%/samples/net-fd00:1234::-32/schema -%%ETCDIR%%/samples/rwhoisd.allow -%%ETCDIR%%/samples/rwhoisd.auth_area -%%ETCDIR%%/samples/rwhoisd.conf -%%ETCDIR%%/samples/rwhoisd.deny -%%ETCDIR%%/samples/rwhoisd.dir -%%ETCDIR%%/samples/rwhoisd.root -%%ETCDIR%%/samples/rwhoisd.x.dir -@exec install -d -o nobody /var/log/rwhoisd /var/run/rwhoisd -@exec for f in %%ETCFILES%%; do [ -f %D/%%ETCDIR%%/$f ] || cp -p %D/%%ETCDIR%%/samples/$f %D/%%ETCDIR%%/$f; done -@unexec for f in %%ETCFILES%%; do cmp -s %D/%%ETCDIR%%/$f %D/%%ETCDIR%%/samples/$f && rm -f %D/%%ETCDIR%%/$f || true; done +@sample %%ETCDIR%%/samples/rwhoisd.allow %%ETCDIR%%/rwhoisd.allow +@sample %%ETCDIR%%/samples/rwhoisd.auth_area %%ETCDIR%%/rwhoisd.auth_area +@sample %%ETCDIR%%/samples/rwhoisd.conf %%ETCDIR%%/rwhoisd.conf +@sample %%ETCDIR%%/samples/rwhoisd.deny %%ETCDIR%%/rwhoisd.deny +@sample %%ETCDIR%%/samples/rwhoisd.dir %%ETCDIR%%/rwhoisd.dir +@sample %%ETCDIR%%/samples/rwhoisd.root %%ETCDIR%%/rwhoisd.root +@sample %%ETCDIR%%/samples/rwhoisd.x.dir %%ETCDIR%%/rwhoisd.x.dir +@dir(nobody,,) /var/log/rwhoisd +@dir(nobody,,) /var/run/rwhoisd