SF.net SVN: gar:[25389] csw/mgar/pkg/spamassassin/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Thu Nov 19 11:15:53 CET 2015
Revision: 25389
http://sourceforge.net/p/gar/code/25389
Author: bonivart
Date: 2015-11-19 10:15:53 +0000 (Thu, 19 Nov 2015)
Log Message:
-----------
spamassassin/trunk: fix rc-script and add dep
Modified Paths:
--------------
csw/mgar/pkg/spamassassin/trunk/Makefile
csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.cswspamd
Modified: csw/mgar/pkg/spamassassin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/spamassassin/trunk/Makefile 2015-11-19 09:55:13 UTC (rev 25388)
+++ csw/mgar/pkg/spamassassin/trunk/Makefile 2015-11-19 10:15:53 UTC (rev 25389)
@@ -27,6 +27,7 @@
RUNTIME_DEP_PKGS += CSWpmmailtools
RUNTIME_DEP_PKGS += CSWpm-mime-base64
RUNTIME_DEP_PKGS += CSWpm-netaddr-ip
+RUNTIME_DEP_PKGS += CSWpmnetcidrlite
RUNTIME_DEP_PKGS += CSWpm-net-dns
RUNTIME_DEP_PKGS += CSWpm-uri
RUNTIME_DEP_PKGS += CSWrazor
@@ -91,6 +92,7 @@
CHECKPKG_OVERRIDES_CSWspamassassin += surplus-dependency|CSWpm-io-zlib
CHECKPKG_OVERRIDES_CSWspamassassin += surplus-dependency|CSWpm-uri
CHECKPKG_OVERRIDES_CSWspamassassin += surplus-dependency|CSWpm-net-dns
+CHECKPKG_OVERRIDES_CSWspamassassin += surplus-dependency|CSWpmnetcidrlite
include gar/category.mk
Modified: csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.cswspamd
===================================================================
--- csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.cswspamd 2015-11-19 09:55:13 UTC (rev 25388)
+++ csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.cswspamd 2015-11-19 10:15:53 UTC (rev 25389)
@@ -4,7 +4,7 @@
#RC_SLEV 3
# rc-script for CSW SpamAssassin
-# Peter Bonivart, 2013-08-30
+# Peter Bonivart, 2015-11-19
# Source SMF includes
[ -r /lib/svc/share/smf_include.sh ] && . /lib/svc/share/smf_include.sh
@@ -21,7 +21,7 @@
case "$1" in
start)
if [ -x /opt/csw/bin/spamd ]; then
- if [ -d /var/opt/csw/spamassassin/3.003002 ]; then
+ if [ -d /var/opt/csw/spamassassin/3.004001 ]; then
echo "Starting $PROG."
/opt/csw/bin/spamd -d $OPTIONS
else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list