diff options
author | leeym <leeym@FreeBSD.org> | 2003-08-09 01:09:11 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-08-09 01:09:11 +0800 |
commit | f3064431f62f3d8f401fc9dd97d5819bc534c52e (patch) | |
tree | 63bcfd8343563cf48ee14dc76dbf46a3484c5125 /security | |
parent | 4ad908a4f1064429329f17a43901edb3abab2ba8 (diff) | |
download | freebsd-ports-gnome-f3064431f62f3d8f401fc9dd97d5819bc534c52e.tar.gz freebsd-ports-gnome-f3064431f62f3d8f401fc9dd97d5819bc534c52e.tar.zst freebsd-ports-gnome-f3064431f62f3d8f401fc9dd97d5819bc534c52e.zip |
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>
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav-devel/Makefile | 7 | ||||
-rw-r--r-- | security/clamav-devel/distinfo | 2 | ||||
-rw-r--r-- | security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h | 13 |
3 files changed, 16 insertions, 6 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index d4e339791e68..31a9801d8bfe 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -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} diff --git a/security/clamav-devel/distinfo b/security/clamav-devel/distinfo index 38a14006625d..52a6559dc344 100644 --- a/security/clamav-devel/distinfo +++ b/security/clamav-devel/distinfo @@ -1 +1 @@ -MD5 (clamav-devel-20030803.tar.gz) = 370d4e5c6ba579b7615f2bdf687cdc8e +MD5 (clamav-devel-20030805.tar.gz) = d8d1962ab1335f650505598857a219dd diff --git a/security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h b/security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h new file mode 100644 index 000000000000..e3560d8078b5 --- /dev/null +++ b/security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h @@ -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
|