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

Rene Ladan rene at FreeBSD.org
Mon Jul 14 20:14:13 UTC 2014


Author: rene
Date: Mon Jul 14 20:14:12 2014
New Revision: 361827
URL: http://svnweb.freebsd.org/changeset/ports/361827
QAT: https://qat.redports.org/buildarchive/r361827/

Log:
  MFH: r361826
  
  mail/dspam-devel: also set mode/owner/group for bin/dspam, 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 20:06:49 2014	(r361826)
+++ branches/2014Q3/mail/dspam-devel/Makefile	Mon Jul 14 20:14:12 2014	(r361827)
@@ -7,7 +7,7 @@
 
 PORTNAME=	dspam
 PORTVERSION=	${PORTVER_MAJ}${SNAP_DATE}
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	# set later
@@ -131,6 +131,7 @@ CONFIGURE_ARGS+=	--with-dspam-home-mode=
 PLIST_SUB+=	DSPAM_HOME=${DSPAM_HOME} \
 		DSPAM_OWNER=${DSPAM_OWNER} \
 		DSPAM_GROUP=${DSPAM_GROUP} \
+		DSPAM_MODE=${DSPAM_MODE} \
 		DSPAM_HOME_OWNER=${DSPAM_HOME_OWNER} \
 		DSPAM_HOME_GROUP=${DSPAM_HOME_GROUP} \
 		DSPAM_HOME_MODE=${DSPAM_HOME_MODE}

Modified: branches/2014Q3/mail/dspam-devel/pkg-plist
==============================================================================
--- branches/2014Q3/mail/dspam-devel/pkg-plist	Mon Jul 14 20:06:49 2014	(r361826)
+++ branches/2014Q3/mail/dspam-devel/pkg-plist	Mon Jul 14 20:14:12 2014	(r361827)
@@ -2,7 +2,15 @@
 %%HASH%%bin/csscompress
 %%HASH%%bin/cssclean
 %%HASH%%bin/cssconvert
+ at owner %%DSPAM_OWNER%%
+ at group %%DSPAM_GROUP%%
+ at mode %%DSPAM_MODE%%
 bin/dspam
+ at exec chown %%DSPAM_OWNER%%:%%DSPAM_GROUP%% %D/%F
+ at exec chmod %%DSPAM_MODE%% %D/%F
+ at mode
+ at group wheel
+ at owner root
 bin/dspamc
 bin/dspam_2sql
 bin/dspam_admin


More information about the svn-ports-branches mailing list