svn commit: r354142 - in head/security/clamav-devel: . files

Renato Botelho garga at FreeBSD.org
Thu May 15 15:41:25 UTC 2014


Author: garga
Date: Thu May 15 15:41:24 2014
New Revision: 354142
URL: http://svnweb.freebsd.org/changeset/ports/354142
QAT: https://qat.redports.org/buildarchive/r354142/

Log:
  Fix rc.d scripts REQUIRE

Modified:
  head/security/clamav-devel/Makefile
  head/security/clamav-devel/files/clamav-freshclam.in
  head/security/clamav-devel/files/clamav-milter.in

Modified: head/security/clamav-devel/Makefile
==============================================================================
--- head/security/clamav-devel/Makefile	Thu May 15 15:40:25 2014	(r354141)
+++ head/security/clamav-devel/Makefile	Thu May 15 15:41:24 2014	(r354142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clamav
 PORTVERSION=	20140107
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://www.clamav.net/snapshot/ \
 		LOCAL/garga/clamav-devel

Modified: head/security/clamav-devel/files/clamav-freshclam.in
==============================================================================
--- head/security/clamav-devel/files/clamav-freshclam.in	Thu May 15 15:40:25 2014	(r354141)
+++ head/security/clamav-devel/files/clamav-freshclam.in	Thu May 15 15:41:24 2014	(r354142)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: clamav_freshclam
-# REQUIRE: LOGIN clamd
+# REQUIRE: LOGIN clamav_clamd
 # BEFORE: mail
 # KEYWORD: shutdown
 

Modified: head/security/clamav-devel/files/clamav-milter.in
==============================================================================
--- head/security/clamav-devel/files/clamav-milter.in	Thu May 15 15:40:25 2014	(r354141)
+++ head/security/clamav-devel/files/clamav-milter.in	Thu May 15 15:41:24 2014	(r354142)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: clamav_milter
-# REQUIRE: LOGIN clamd
+# REQUIRE: LOGIN clamav_clamd
 # BEFORE: mail
 # KEYWORD: shutdown
 


More information about the svn-ports-all mailing list