1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

The clamav-people do nightly snapshots now, hence the port must be updated

every day or snapshots have to be preserved elsewhere, this patch changes
the master_sites to a mirror which keeps the clamav-devel package for a
longer time. And while we're at it update to the latest snapshot.

PR:		55294
Submitted by:	Rob Evers <rob@debank.tv>
This commit is contained in:
Yen-Ming Lee 2003-08-08 17:09:11 +00:00
parent 332c6709c9
commit d988eb75a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86599
3 changed files with 16 additions and 6 deletions

View File

@ -6,12 +6,9 @@
#
PORTNAME= clamav
PORTVERSION= 20030803
PORTVERSION= 20030805
CATEGORIES= security
MASTER_SITES= http://clamav.elektrapro.com/snapshot/ \
http://clamav.essentkabel.com/snapshot/ \
http://clamav.ozforces.com/ \
http://clamav.rulez.pl/snapshot/
MASTER_SITES= http://members.chello.nl/e.prochowski/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

View File

@ -1 +1 @@
MD5 (clamav-devel-20030803.tar.gz) = 370d4e5c6ba579b7615f2bdf687cdc8e
MD5 (clamav-devel-20030805.tar.gz) = d8d1962ab1335f650505598857a219dd

View File

@ -0,0 +1,13 @@
--- libclamav/zziplib/zzip-conf.h.orig Mon Aug 4 06:25:30 2003
+++ libclamav/zziplib/zzip-conf.h Thu Aug 7 03:48:35 2003
@@ -29,6 +29,10 @@
# endif
#endif
+# ifdef ZZIP_HAVE_SYS_TYPES_H
+# include <sys/types.h>
+# endif
+
/* especially win32 platforms do not declare off_t so far - see zzip-msvc.h */
#ifndef _zzip_off_t
#ifdef ZZIP_off_t