svn commit: r361795 - branches/2014Q3/mail/dspam-devel

Rene Ladan rene at FreeBSD.org
Mon Jul 14 16:10:00 UTC 2014


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 at 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
+ 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-branches mailing list