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

dluke at macports.org dluke at macports.org
Thu Sep 19 13:47:24 PDT 2013


Revision: 111380
          https://trac.macports.org/changeset/111380
Author:   dluke at macports.org
Date:     2013-09-19 13:47:23 -0700 (Thu, 19 Sep 2013)
Log Message:
-----------
clamav: version bump, update to 0.98

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

Modified: trunk/dports/sysutils/clamav/Portfile
===================================================================
--- trunk/dports/sysutils/clamav/Portfile	2013-09-19 20:41:26 UTC (rev 111379)
+++ trunk/dports/sysutils/clamav/Portfile	2013-09-19 20:47:23 UTC (rev 111380)
@@ -4,7 +4,7 @@
 PortGroup muniversal 1.0
 
 name			clamav
-version		 	0.97.8
+version		 	0.98
 categories	  	sysutils
 maintainers	 	geeklair.net:dluke
 description	 	clamav antivirus software
@@ -17,9 +17,9 @@
 license			GPL
 homepage		http://www.clamav.net
 master_sites		sourceforge
-checksums	md5	ac52bcbad3ea72eac08fedb9772f648b \
-		sha1	078c0ac2b4e69d27eecd7544a8361abcd859e73c \
-		rmd160	a7215aeaad0966eea1e0323b562fc9fc58f9537c
+checksums	md5	ca0b8c930efcb8be1d47592d268006c5 \
+		sha1	1e6a7284721387646c713a8d32fa8b5a897985db \
+		rmd160	e45ca4b549e0e2ea157ae74ad9cd6220e60839e3
 
 platforms	   	darwin
 configure.args  	--mandir=${prefix}/share/man \
@@ -38,6 +38,12 @@
 			configure.cflags {-O0}
 		}
 
+platform darwin {
+			#- zlib test tries to set rpath in a way that doesn't work
+			pre-configure {
+				reinplace "s|-Wl,-rpath=|-Wl,-rpath |g" ${worksrcpath}/configure
+			}
+		}
 post-destroot {
 			file rename "${destroot}${prefix}/etc/freshclam.conf" "${destroot}${prefix}/etc/example-freshclam.conf"
 			file rename "${destroot}${prefix}/etc/clamd.conf" "${destroot}${prefix}/etc/example-clamd.conf"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130919/f22fd489/attachment.html>


More information about the macports-changes mailing list