From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 16:10:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 131727E1; Mon, 14 Jul 2014 16:10:00 +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 DAEE12734; Mon, 14 Jul 2014 16:09:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EG9xDO047608; Mon, 14 Jul 2014 16:09:59 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EG9x0C047606; Mon, 14 Jul 2014 16:09:59 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201407141609.s6EG9x0C047606@svn.freebsd.org> From: Rene Ladan Date: Mon, 14 Jul 2014 16:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r361795 - branches/2014Q3/mail/dspam-devel X-SVN-Group: ports-branches 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 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, 14 Jul 2014 16:10:00 -0000 Author: rene Date: Mon Jul 14 16:09:59 2014 New Revision: 361795 URL: http://svnweb.freebsd.org/changeset/ports/361795 QAT: https://qat.redports.org/buildarchive/r361795/ Log: MFH: r361790 - Fix pkg installation where the dspam user/group/ are non-default. - Bump PORTREVISION PR: 191797 Submitted by: raivo.hool@gmail.com Approved by: portmgr (erwin) Modified: branches/2014Q3/mail/dspam-devel/Makefile branches/2014Q3/mail/dspam-devel/pkg-plist Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/mail/dspam-devel/Makefile ============================================================================== --- branches/2014Q3/mail/dspam-devel/Makefile Mon Jul 14 16:07:07 2014 (r361794) +++ branches/2014Q3/mail/dspam-devel/Makefile Mon Jul 14 16:09:59 2014 (r361795) @@ -7,7 +7,7 @@ PORTNAME= dspam PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= # set later Modified: branches/2014Q3/mail/dspam-devel/pkg-plist ============================================================================== --- branches/2014Q3/mail/dspam-devel/pkg-plist Mon Jul 14 16:07:07 2014 (r361794) +++ branches/2014Q3/mail/dspam-devel/pkg-plist Mon Jul 14 16:09:59 2014 (r361795) @@ -15,9 +15,15 @@ bin/dspam_notify %%PGSQL%%bin/dspam_pg2int8 bin/dspam_stats bin/dspam_train +@mode 0640 +@owner %%DSPAM_OWNER%% +@group %%DSPAM_GROUP%% @sample etc/dspam.conf.sample @exec chown %%DSPAM_OWNER%%:%%DSPAM_GROUP%% %D/%F @exec chmod 0640 %D/%F +@group wheel +@owner root +@mode include/dspam/buffer.h include/dspam/config.h include/dspam/config_shared.h @@ -228,8 +234,14 @@ firstrun.txt.sample firstspam.txt.sample quarantinefull.txt.sample @cwd / +@owner %%DSPAM_HOME_OWNER%% +@group %%DSPAM_HOME_GROUP%% +@mode %%DSPAM_HOME_MODE%% +@dirrm %%DSPAM_HOME%% +@mode @exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%DSPAM_HOME%% @exec chmod %%DSPAM_HOME_MODE%% %%DSPAM_HOME%% -@dirrm %%DSPAM_HOME%% @exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%LOG_DIR%% @dirrmtry %%LOG_DIR%% +@group wheel +@owner root