From owner-svn-ports-all@FreeBSD.ORG Sat Aug 30 19:03:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B3EF5A8; Sat, 30 Aug 2014 19:03:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 65D6A1D49; Sat, 30 Aug 2014 19:03:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7UJ3ZTC099553; Sat, 30 Aug 2014 19:03:35 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7UJ3Zhl099551; Sat, 30 Aug 2014 19:03:35 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201408301903.s7UJ3Zhl099551@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 30 Aug 2014 19:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366669 - head/news/inn 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.18-1 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: Sat, 30 Aug 2014 19:03:35 -0000 Author: johans Date: Sat Aug 30 19:03:34 2014 New Revision: 366669 URL: http://svnweb.freebsd.org/changeset/ports/366669 QAT: https://qat.redports.org/buildarchive/r366669/ Log: Correct owner for data directories (news:news) Add missing @sample keywords Reported by: naddy Modified: head/news/inn/Makefile head/news/inn/pkg-plist Modified: head/news/inn/Makefile ============================================================================== --- head/news/inn/Makefile Sat Aug 30 19:01:16 2014 (r366668) +++ head/news/inn/Makefile Sat Aug 30 19:03:34 2014 (r366669) @@ -3,7 +3,7 @@ PORTNAME?= inn PORTVERSION?= 2.5.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= news ipv6 # Master distribution broken MASTER_SITES?= ${MASTER_SITE_ISC} Modified: head/news/inn/pkg-plist ============================================================================== --- head/news/inn/pkg-plist Sat Aug 30 19:01:16 2014 (r366668) +++ head/news/inn/pkg-plist Sat Aug 30 19:03:34 2014 (r366669) @@ -321,6 +321,8 @@ man/man8/writelog.8.gz %%EXAMPLESDIR%%/subscriptions @comment -------------------------------------------------------------- @cwd / +@owner news +@group news @sample %%DBDIR%%/active.sample @sample %%DBDIR%%/active.times.sample @sample %%DBDIR%%/newsgroups.sample @@ -331,41 +333,45 @@ man/man8/writelog.8.gz %%WITHOUT_TAGGED_HASH%%@unexec rm -f %%EXAMPLESDIR%%/db/history.index 2> /dev/null || true %%WITH_TAGGED_HASH%%@unexec f=history.pag; if cmp -s %%DBDIR%%/$f %%EXAMPLESDIR%%/db/$f; then rm -f %%DBDIR%%/$f; fi %%WITH_TAGGED_HASH%%@unexec rm -f %%EXAMPLESDIR%%/db/history.pag 2> /dev/null || true -%%CONFDIR%%/actsync.cfg.sample -%%CONFDIR%%/actsync.ign.sample -%%CONFDIR%%/buffindexed.conf.sample -%%CONFDIR%%/control.ctl.local.sample -%%CONFDIR%%/control.ctl.sample -%%CONFDIR%%/cycbuff.conf.sample -%%CONFDIR%%/distrib.pats.sample -%%CONFDIR%%/distributions.sample -%%CONFDIR%%/expire.ctl.sample -%%CONFDIR%%/incoming.conf.sample -%%CONFDIR%%/inn.conf.sample -%%CONFDIR%%/innfeed.conf.sample -%%CONFDIR%%/innreport.conf.sample -%%CONFDIR%%/innshellvars.local.sample -%%CONFDIR%%/innshellvars.pl.local.sample -%%CONFDIR%%/innshellvars.tcl.local.sample -%%CONFDIR%%/innwatch.ctl.sample -%%CONFDIR%%/localgroups.sample -%%CONFDIR%%/moderators.sample -%%CONFDIR%%/news2mail.cf.sample -%%CONFDIR%%/newsfeeds.sample -%%CONFDIR%%/nnrpd.track.sample -%%CONFDIR%%/nntpsend.ctl.sample -%%CONFDIR%%/nocem.ctl.sample -%%CONFDIR%%/ovdb.conf.sample -%%CONFDIR%%/passwd.nntp.sample -%%CONFDIR%%/readers.conf.sample -%%CONFDIR%%/send-uucp.cf.sample -%%CONFDIR%%/storage.conf.sample -%%CONFDIR%%/subscriptions.sample +@sample %%CONFDIR%%/actsync.cfg.sample +@sample %%CONFDIR%%/actsync.ign.sample +@sample %%CONFDIR%%/buffindexed.conf.sample +@sample %%CONFDIR%%/control.ctl.local.sample +@sample %%CONFDIR%%/control.ctl.sample +@sample %%CONFDIR%%/cycbuff.conf.sample +@sample %%CONFDIR%%/distrib.pats.sample +@sample %%CONFDIR%%/distributions.sample +@sample %%CONFDIR%%/expire.ctl.sample +@sample %%CONFDIR%%/incoming.conf.sample +@sample %%CONFDIR%%/inn.conf.sample +@sample %%CONFDIR%%/innfeed.conf.sample +@sample %%CONFDIR%%/innreport.conf.sample +@sample %%CONFDIR%%/innshellvars.local.sample +@sample %%CONFDIR%%/innshellvars.pl.local.sample +@sample %%CONFDIR%%/innshellvars.tcl.local.sample +@sample %%CONFDIR%%/innwatch.ctl.sample +@sample %%CONFDIR%%/localgroups.sample +@sample %%CONFDIR%%/moderators.sample +@sample %%CONFDIR%%/news2mail.cf.sample +@sample %%CONFDIR%%/newsfeeds.sample +@sample %%CONFDIR%%/nnrpd.track.sample +@sample %%CONFDIR%%/nntpsend.ctl.sample +@sample %%CONFDIR%%/nocem.ctl.sample +@sample %%CONFDIR%%/ovdb.conf.sample +@sample %%CONFDIR%%/passwd.nntp.sample +@sample %%CONFDIR%%/readers.conf.sample +@sample %%CONFDIR%%/send-uucp.cf.sample +@sample %%CONFDIR%%/storage.conf.sample +@sample %%CONFDIR%%/subscriptions.sample @comment -------------------------------------------------------------- +@owner +@group @cwd @dirrm %%EXAMPLESDIR%%/db @dirrm %%EXAMPLESDIR%% @cwd / +@owner news +@group news @dirrm %%TMPDIR%% @dirrm %%SHAREDIR%% @dirrm %%NEWSSPOOL%%/overview @@ -396,4 +402,6 @@ man/man8/writelog.8.gz @dirrm %%DBDIR%% @dirrm %%LOGDIR%%/OLD @dirrm %%LOGDIR%% +@owner news +@group news @unexec rmdir %%NEWSBASE%% 2>/dev/null ||( echo "===> If you don't plan to use inn later, you can safely remove %%NEWSBASE%%. Deinstall process kept these files intact:" | fmt && for i in $(find %D/news -type f); do echo " - $i"; done)