ports/53632: Update clamv port to 0.60

TERAMOTO Masahiro markun at onohara.to
Tue Jun 24 14:40:05 UTC 2003


The following reply was made to PR ports/53632; it has been noted by GNATS.

From: TERAMOTO Masahiro <markun at onohara.to>
To: freebsd-gnats-submit at FreeBSD.org, rob at debank.tv
Cc:  
Subject: Re: ports/53632: Update clamv port to 0.60
Date: Tue, 24 Jun 2003 23:34:39 +0900

 now clamav-milter(1) is installed. fix up MAN1.
 
 Thank you for your patch.
 
 
 
 Index: Makefile
 ===================================================================
 RCS file: /export/repository/FreeBSD/ncvs/ports/security/clamav/Makefile,v
 retrieving revision 1.7
 diff -u -r1.7 Makefile
 --- Makefile	18 Jun 2003 09:43:05 -0000	1.7
 +++ Makefile	24 Jun 2003 14:26:48 -0000
 @@ -6,13 +6,11 @@
  #
  
  PORTNAME=	clamav
 -PORTVERSION=	0.54
 -PORTREVISION=	1
 +PORTVERSION=	0.60
  CATEGORIES=	security
  MASTER_SITES=	http://clamav.elektrapro.com/stable/ \
  		http://clamav.essentkabel.com/stable/
  
 -
  MAINTAINER=	markun at onohara.to
  COMMENT=	Command line virus scanner written entirely in C
  
 @@ -22,7 +20,6 @@
  		zoo:${PORTSDIR}/archivers/zoo \
  		arc:${PORTSDIR}/archivers/arc \
  		unzip:${PORTSDIR}/archivers/unzip
 -LIB_DEPENDS=	pth.20:${PORTSDIR}/devel/pth
  
  USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
 @@ -30,9 +27,11 @@
  USE_LIBTOOL=	yes
  INSTALLS_SHLIB=	yes
  
 -CONFIGURE_ARGS=	--prefix=${PREFIX} --disable-clamav
 +CONFIGURE_ARGS=	--prefix=${PREFIX} \
 +		--disable-clamav \
 +		--enable-bigstack
  
 -MAN1=		clamscan.1 freshclam.1 sigtool.1 clamdscan.1
 +MAN1=		clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1
  MAN5=		clamav.conf.5
  MAN8=		clamd.8
  
 Index: distinfo
 ===================================================================
 RCS file: /export/repository/FreeBSD/ncvs/ports/security/clamav/distinfo,v
 retrieving revision 1.2
 diff -u -r1.2 distinfo
 --- distinfo	5 Feb 2003 13:09:19 -0000	1.2
 +++ distinfo	24 Jun 2003 13:48:07 -0000
 @@ -1 +1 @@
 -MD5 (clamav-0.54.tar.gz) = 1c2e2adffe9ed4d15fe2167dd7bad591
 +MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543
 Index: pkg-plist
 ===================================================================
 RCS file: /export/repository/FreeBSD/ncvs/ports/security/clamav/pkg-plist,v
 retrieving revision 1.4
 diff -u -r1.4 pkg-plist
 --- pkg-plist	18 Jun 2003 09:43:05 -0000	1.4
 +++ pkg-plist	24 Jun 2003 13:48:07 -0000
 @@ -8,6 +8,7 @@
  lib/libclamav.so
  lib/libclamav.la
  lib/libclamav.a
 +share/clamav/mirrors.txt
  share/clamav/viruses.db
  share/clamav/viruses.db2
  @dirrm share/clamav
 
 
 
 
 -- 
 TERAMOTO Masahiro
    markun at onohara.to
 



More information about the freebsd-ports-bugs mailing list