diff options
author | garga <garga@FreeBSD.org> | 2007-07-11 23:44:30 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-07-11 23:44:30 +0800 |
commit | 104ad9d56fd9ff018b3affed2a05ecfea00a7dfb (patch) | |
tree | b30d02adf4afabaa8350c96ea867472f9472b9e9 | |
parent | b5980939e193074c91412b9a5294fb621f1ac84f (diff) | |
download | freebsd-ports-gnome-104ad9d56fd9ff018b3affed2a05ecfea00a7dfb.tar.gz freebsd-ports-gnome-104ad9d56fd9ff018b3affed2a05ecfea00a7dfb.tar.zst freebsd-ports-gnome-104ad9d56fd9ff018b3affed2a05ecfea00a7dfb.zip |
- Update to 0.91
- Remove CURL option because it's not needed anymore
-rw-r--r-- | security/clamav/Makefile | 10 | ||||
-rw-r--r-- | security/clamav/distinfo | 6 |
2 files changed, 4 insertions, 12 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index b9877466b053..1ece8bdc4b3a 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 0.90.3 +PORTVERSION= 0.91 CATEGORIES= security MASTER_SITES= SF @@ -20,7 +20,6 @@ OPTIONS= ARC "Enable arch archives support" On \ LHA "Enable lha archives support" On \ MILTER "Compile the milter interface" Off \ LDAP "libmilter was built with LDAP" Off \ - CURL "Support URL downloading" Off \ STDERR "Print logs to stderr instead of stdout" Off \ EXPERIMENTAL "Build experimental code" Off @@ -142,13 +141,6 @@ PLIST_SUB+= CLAMAV-MILTER="" PLIST_SUB+= CLAMAV-MILTER="@comment " .endif -.if defined(WITH_CURL) -LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+= --with-libcurl -.else -CONFIGURE_ARGS+= --without-libcurl -.endif - .if defined(WITH_STDERR) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-shared_output.c .endif diff --git a/security/clamav/distinfo b/security/clamav/distinfo index d895ea2c32a7..be995f9a986c 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,3 +1,3 @@ -MD5 (clamav-0.90.3.tar.gz) = d42ccf7a32daeb7c7cc3c8c23a7793ea -SHA256 (clamav-0.90.3.tar.gz) = 939913d15ad0dc583ba609274ae61a948f4fa18b848bd503d958feacdaab54a4 -SIZE (clamav-0.90.3.tar.gz) = 12496857 +MD5 (clamav-0.91.tar.gz) = 35192423e44642c86ea69dc93f59cfb1 +SHA256 (clamav-0.91.tar.gz) = 329ad13ae12390d3758017297e307ca06744bfb4e3fb61424b4f064faf5a2bbb +SIZE (clamav-0.91.tar.gz) = 13026634 |