From owner-svn-ports-all@freebsd.org Mon Jan 18 22:51:21 2016 Return-Path: Delivered-To: svn-ports-all@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 07F18A8713B; Mon, 18 Jan 2016 22:51:21 +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 B545E1AC3; Mon, 18 Jan 2016 22:51:20 +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 u0IMpJgI034929; Mon, 18 Jan 2016 22:51:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IMpJ8B034927; Mon, 18 Jan 2016 22:51:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601182251.u0IMpJ8B034927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 18 Jan 2016 22:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406619 - head/irc/infobot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 22:51:21 -0000 Author: bapt Date: Mon Jan 18 22:51:19 2016 New Revision: 406619 URL: https://svnweb.freebsd.org/changeset/ports/406619 Log: Use @sample Modified: head/irc/infobot/Makefile head/irc/infobot/pkg-plist Modified: head/irc/infobot/Makefile ============================================================================== --- head/irc/infobot/Makefile Mon Jan 18 22:51:17 2016 (r406618) +++ head/irc/infobot/Makefile Mon Jan 18 22:51:19 2016 (r406619) @@ -3,7 +3,7 @@ PORTNAME= infobot PORTVERSION= 0.45.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://www.infobot.org/src/ \ http://www.infobot.org/src/prior/ Modified: head/irc/infobot/pkg-plist ============================================================================== --- head/irc/infobot/pkg-plist Mon Jan 18 22:51:17 2016 (r406618) +++ head/irc/infobot/pkg-plist Mon Jan 18 22:51:19 2016 (r406619) @@ -2,16 +2,10 @@ bin/infobot %%ETCDIR%%/infobot-are.txt %%ETCDIR%%/infobot-is.txt %%ETCDIR%%/infobot.channels -@unexec if cmp -s %D/%%ETCDIR%%/infobot.config %D/%%ETCDIR%%/infobot.config-dist; then rm -f %D/%%ETCDIR%%/infobot.config; fi -%%ETCDIR%%/infobot.config-dist -@exec if [ ! -f %D/%%ETCDIR%%/infobot.config ]; then cp -p %D/%F %B/infobot.config; fi +@sample %%ETCDIR%%/infobot.config-dist %%ETCDIR%%/infobot.config %%ETCDIR%%/infobot.crontab -@unexec if cmp -s %D/%%ETCDIR%%/infobot.help %D/%%ETCDIR%%/infobot.help-dist; then rm -f %D/%%ETCDIR%%/infobot.help; fi -%%ETCDIR%%/infobot.help-dist -@exec if [ ! -f %D/%%ETCDIR%%/infobot.help ]; then cp -p %D/%F %B/infobot.help; fi -@unexec if cmp -s %D/%%ETCDIR%%/infobot.users %D/%%ETCDIR%%/infobot.users-dist; then rm -f %D/%%ETCDIR%%/infobot.users; fi -%%ETCDIR%%/infobot.users-dist -@exec if [ ! -f %D/%%ETCDIR%%/infobot.users ]; then cp -p %D/%F %B/infobot.users; fi +@sample %%ETCDIR%%/infobot.help-dist %%ETCDIR%%/infobot.help +@sample %%ETCDIR%%/infobot.users-dist %%ETCDIR%%/infobot.users %%ETCDIR%%/magic8.txt %%ETCDIR%%/sane-are.txt %%ETCDIR%%/sane-ignore.txt