Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 16:09:59 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r361795 - branches/2014Q3/mail/dspam-devel
Message-ID:  <201407141609.s6EG9x0C047606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407141609.s6EG9x0C047606>