aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-07-14 15:34:48 +0000
committerRene Ladan <rene@FreeBSD.org>2014-07-14 15:34:48 +0000
commitb69d9dc2cb9b042972209b6595ba20abc543f6b5 (patch)
tree3fc07790525f58c9cc448eef88af6985dc3348fd
parent8162d3457d6aedd2195d38520cda9772a167d3f3 (diff)
downloadports-b69d9dc2cb9b042972209b6595ba20abc543f6b5.tar.gz
ports-b69d9dc2cb9b042972209b6595ba20abc543f6b5.zip
Notes
-rw-r--r--mail/dspam-devel/Makefile2
-rw-r--r--mail/dspam-devel/pkg-plist14
2 files changed, 14 insertions, 2 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile
index 7d7999de5a29..bdbf33461534 100644
--- a/mail/dspam-devel/Makefile
+++ b/mail/dspam-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dspam
PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE}
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= # set later
diff --git a/mail/dspam-devel/pkg-plist b/mail/dspam-devel/pkg-plist
index 3bf2efc8344f..246140573847 100644
--- a/mail/dspam-devel/pkg-plist
+++ b/mail/dspam-devel/pkg-plist
@@ -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