diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-21 19:10:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-21 19:10:15 +0800 |
commit | ca36d1ea62dc951635bf4521b7a895d5fb4f15c8 (patch) | |
tree | 36e4b14eed1e0161a011d70fe760c85316eb8ff1 /security | |
parent | 455d2689d2b95699e53d14d42e6ecfe6c39eabde (diff) | |
download | freebsd-ports-gnome-ca36d1ea62dc951635bf4521b7a895d5fb4f15c8.tar.gz freebsd-ports-gnome-ca36d1ea62dc951635bf4521b7a895d5fb4f15c8.tar.zst freebsd-ports-gnome-ca36d1ea62dc951635bf4521b7a895d5fb4f15c8.zip |
- update to 20031020
- Added LIB_DEPENDS libgmp (for signed virus signatures)
- sigtool: receive digital signature from remote ClamAV Signing Service
PR: 58274
Submitted by: rob@debank.tv
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav-devel/Makefile | 5 | ||||
-rw-r--r-- | security/clamav-devel/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 5980a7390177..539140268d19 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 20031014 +PORTVERSION= 20031020 CATEGORIES= security MASTER_SITES= http://clamav.sourceforge.net/snapshot/ PKGNAMESUFFIX= -devel @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= rob@debank.tv COMMENT= Command line virus scanner written entirely in C +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ unarj:${PORTSDIR}/archivers/unarj \ unrar:${PORTSDIR}/archivers/unrar \ @@ -32,7 +33,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-dbdir=${DATADIR} \ --disable-clamav --enable-bigstack CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1 diff --git a/security/clamav-devel/distinfo b/security/clamav-devel/distinfo index 2114d4e481d7..be48e9e742a2 100644 --- a/security/clamav-devel/distinfo +++ b/security/clamav-devel/distinfo @@ -1 +1 @@ -MD5 (clamav-devel-20031014.tar.gz) = 0e60671698c5171762f6ee61ad14c47f +MD5 (clamav-devel-20031020.tar.gz) = 9ee6ab60b1c34efdb4434b67dba57457 |