From owner-svn-ports-all@freebsd.org Mon Oct 12 17:53:49 2015 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 09B85A11235; Mon, 12 Oct 2015 17:53:49 +0000 (UTC) (envelope-from amdmi3@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 B30B91610; Mon, 12 Oct 2015 17:53:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9CHrl9H082074; Mon, 12 Oct 2015 17:53:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9CHrlJV082072; Mon, 12 Oct 2015 17:53:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510121753.t9CHrlJV082072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 12 Oct 2015 17:53:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399144 - head/news/s-news 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, 12 Oct 2015 17:53:49 -0000 Author: amdmi3 Date: Mon Oct 12 17:53:47 2015 New Revision: 399144 URL: https://svnweb.freebsd.org/changeset/ports/399144 Log: - Fix permissions, fix install by non-root - Remove obsolete MAN* Modified: head/news/s-news/Makefile head/news/s-news/pkg-plist Modified: head/news/s-news/Makefile ============================================================================== --- head/news/s-news/Makefile Mon Oct 12 17:34:44 2015 (r399143) +++ head/news/s-news/Makefile Mon Oct 12 17:53:47 2015 (r399144) @@ -3,7 +3,7 @@ PORTNAME= s-news PORTVERSION= 0.1.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= news MASTER_SITES= http://www.lost.org.uk/ @@ -20,13 +20,9 @@ CONFIGURE_ARGS+= \ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -USES= gmake +USES= gmake fakeroot GNU_CONFIGURE= yes -MAN1= inews.1 -MAN8= expire.8 listactive.8 makehistory.8 newgroup.8 nntpd.8 overview.8 \ - qnews.8 rmgroup.8 rnews.8 - PORTDOCS= README README.conf README.suck TODO OPTIONS_DEFINE= DOCS Modified: head/news/s-news/pkg-plist ============================================================================== --- head/news/s-news/pkg-plist Mon Oct 12 17:34:44 2015 (r399143) +++ head/news/s-news/pkg-plist Mon Oct 12 17:53:47 2015 (r399144) @@ -1,11 +1,11 @@ -bin/inews -etc/s-news/access.sample -etc/s-news/active.sample -etc/s-news/expire.sample -etc/s-news/newsfeeds.sample -etc/s-news/newsgroups.sample -etc/s-news/overview.fmt.sample -etc/s-news/put.news +@(news,news,4755) bin/inews +@(news,news,644) etc/s-news/access.sample +@(news,news,644) etc/s-news/active.sample +@(news,news,644) etc/s-news/expire.sample +@(news,news,644) etc/s-news/newsfeeds.sample +@(news,news,644) etc/s-news/newsgroups.sample +@(news,news,644) etc/s-news/overview.fmt.sample +@(,news,555) etc/s-news/put.news man/man1/inews.1.gz man/man8/expire.8.gz man/man8/listactive.8.gz @@ -28,6 +28,5 @@ sbin/qnews sbin/rmfeed sbin/rmgroup sbin/rnews -@dirrm etc/s-news -@exec install -d -o news -g news -m 755 /var/spool/s-news -@unexec rmdir /var/spool/s-news 2>/dev/null || true +@dir(news,news,755) etc/s-news +@dir(news,news,755) /var/spool/s-news