[59048] trunk/dports/sysutils/clamav/Portfile

dluke at macports.org dluke at macports.org
Thu Oct 8 14:10:08 PDT 2009


Revision: 59048
          http://trac.macports.org/changeset/59048
Author:   dluke at macports.org
Date:     2009-10-08 14:10:07 -0700 (Thu, 08 Oct 2009)
Log Message:
-----------
- Let clamav autodetect the clamav user/group (fixes #21924)
- add license

Modified Paths:
--------------
    trunk/dports/sysutils/clamav/Portfile

Modified: trunk/dports/sysutils/clamav/Portfile
===================================================================
--- trunk/dports/sysutils/clamav/Portfile	2009-10-08 21:02:33 UTC (rev 59047)
+++ trunk/dports/sysutils/clamav/Portfile	2009-10-08 21:10:07 UTC (rev 59048)
@@ -4,6 +4,7 @@
 
 name			clamav
 version		 	0.95.2
+revision		1
 categories	  	sysutils
 maintainers	 	geeklair.net:dluke
 description	 	clamav antivirus software
@@ -11,7 +12,8 @@
 long_description	Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The \
 			main purpose of this software is the integration with mail \
 			servers (attachment scanning).
-			
+		
+license			GPL	
 homepage		http://www.clamav.net
 master_sites		sourceforge
 checksums	md5	930362397d30e01ba81b5f24c1046d48 \
@@ -19,8 +21,7 @@
 		rmd160	83cab51c224251316288e4c3189ba91f640e9f82
 
 platforms	   	darwin
-configure.args  	--disable-clamav \
-			--mandir=${prefix}/share/man \
+configure.args  	--mandir=${prefix}/share/man \
 			--with-zlib=${prefix}
 
 use_parallel_build	yes
@@ -43,11 +44,6 @@
 			mv clamd.conf example-clamd.conf"
 			}
 
-post-install {		ui_msg "\nYou need to add a new clamav user and clamav\
-				group to your system if you want to use clamav\
-				in superuser mode.\n"
-			}
-
 variant clamav_milter description {build with libmilter support} {
 			depends_lib-append port:libmilter
 			configure.args-append --enable-milter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091008/4b4c7b3e/attachment.html>


More information about the macports-changes mailing list