Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 15:34:48 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361790 - head/mail/dspam-devel
Message-ID:  <201407141534.s6EFYmmA031366@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Jul 14 15:34:48 2014
New Revision: 361790
URL: http://svnweb.freebsd.org/changeset/ports/361790
QAT: https://qat.redports.org/buildarchive/r361790/

Log:
  - Fix pkg installation where the dspam user/group/ are non-default.
  - Bump PORTREVISION
  PR:		191797
  Submitted by:	raivo.hool@gmail.com
  MFH:		2014Q3

Modified:
  head/mail/dspam-devel/Makefile
  head/mail/dspam-devel/pkg-plist

Modified: head/mail/dspam-devel/Makefile
==============================================================================
--- head/mail/dspam-devel/Makefile	Mon Jul 14 15:28:23 2014	(r361789)
+++ head/mail/dspam-devel/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
@@ -7,7 +7,7 @@
 
 PORTNAME=	dspam
 PORTVERSION=	${PORTVER_MAJ}${SNAP_DATE}
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	# set later

Modified: head/mail/dspam-devel/pkg-plist
==============================================================================
--- head/mail/dspam-devel/pkg-plist	Mon Jul 14 15:28:23 2014	(r361789)
+++ head/mail/dspam-devel/pkg-plist	Mon Jul 14 15:34:48 2014	(r361790)
@@ -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?201407141534.s6EFYmmA031366>