svn commit: r361790 - head/mail/dspam-devel

Rene Ladan rene at FreeBSD.org
Mon Jul 14 15:34:49 UTC 2014


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 at 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
+ at mode 0640
+ at owner %%DSPAM_OWNER%%
+ at group %%DSPAM_GROUP%%
 @sample etc/dspam.conf.sample
 @exec chown %%DSPAM_OWNER%%:%%DSPAM_GROUP%% %D/%F
 @exec chmod 0640 %D/%F
+ at group wheel
+ at owner root
+ at 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 /
+ at owner %%DSPAM_HOME_OWNER%%
+ at group %%DSPAM_HOME_GROUP%%
+ at mode %%DSPAM_HOME_MODE%%
+ at dirrm %%DSPAM_HOME%%
+ at mode
 @exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%DSPAM_HOME%%
 @exec chmod %%DSPAM_HOME_MODE%% %%DSPAM_HOME%%
- at dirrm %%DSPAM_HOME%%
 @exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%LOG_DIR%%
 @dirrmtry %%LOG_DIR%%
+ at group wheel
+ at owner root


More information about the svn-ports-all mailing list