Date: Mon, 23 Jun 2003 06:50:21 -0700 (PDT) From: Rob <rob@debank.tv> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/53632: Update clamv port to 0.60 Message-ID: <200306231350.h5NDoLDV014230@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/53632; it has been noted by GNATS. From: Rob <rob@debank.tv> To: rob Evers <rob@debank.tv>, FreeBSD-gnats-submit@freebsd.org Cc: markun@onohara.to Subject: Re: ports/53632: Update clamv port to 0.60 Date: Mon, 23 Jun 2003 15:45:00 +0200 This is a multi-part message in MIME format. --------------000706010809060304010201 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Rob wrote: >>Number: 53632 >>Category: ports >>Synopsis: Update clamv port to 0.60 >>Confidential: no >>Severity: non-critical >>Priority: medium >>Responsible: freebsd-ports-bugs >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: update >>Submitter-Id: current-users >>Arrival-Date: Mon Jun 23 05:00:30 PDT 2003 >>Closed-Date: >>Last-Modified: >>Originator: Rob Evers >>Release: FreeBSD 4.8-STABLE i386 and FreeBSD 5.1-CURRENT i386 >>Organization: >>Environment: > > System: FreeBSD haha.debank.tv 4.8-STABLE FreeBSD 4.8-STABLE #2: Sun Jun 8 23:25:20 CEST 2003 rob@haha.debank.tv:/usr/obj/usr/src/sys/HAHA i386 > > > > >>Description: > > Upgrade the port to the latest stable version > remove unnesessary LIB_DEPEND > add --enable-bigstack option for BSD systems > >>How-To-Repeat: > > >>Fix: > > > diff -r -u clamav/Makefile clamav2/Makefile > --- clamav/Makefile Mon Jun 23 13:17:35 2003 > +++ clamav2/Makefile Mon Jun 23 13:21:42 2003 > @@ -2,11 +2,11 @@ > # Date created: 15 July 2002 > # Whom: markun@onohara.to > # > -# $FreeBSD: /repoman/r/pcvs/ports/security/clamav/Makefile,v 1.7 2003/06/18 09:43:05 nork Exp $ > +# $FreeBSD: ports/security/clamav/Makefile,v 1.6 2003/06/11 16:58:37 nork Exp $ > # > > PORTNAME= clamav > -PORTVERSION= 0.54 > +PORTVERSION= 0.60 > PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://clamav.elektrapro.com/stable/ \ > @@ -22,7 +22,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,7 +29,9 @@ > 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 > MAN5= clamav.conf.5 > diff -r -u clamav/distinfo clamav2/distinfo > --- clamav/distinfo Mon Jun 23 13:17:35 2003 > +++ clamav2/distinfo Mon Jun 23 13:20:43 2003 > @@ -1 +1 @@ > -MD5 (clamav-0.54.tar.gz) = 1c2e2adffe9ed4d15fe2167dd7bad591 > +MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543 > > > >>Release-Note: >>Audit-Trail: >>Unformatted: > > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" > This first diff isn't complete, pkg-plist and PORTREVISION wheren't properly updated, so a new diff is attached. Rob Evers --------------000706010809060304010201 Content-Type: text/plain; name="clamav.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="clamav.diff" diff -r -u clamav.orig/Makefile clamav/Makefile --- clamav.orig/Makefile Mon Jun 23 13:17:35 2003 +++ clamav/Makefile Mon Jun 23 15:37:09 2003 @@ -2,17 +2,15 @@ # Date created: 15 July 2002 # Whom: markun@onohara.to # -# $FreeBSD: /repoman/r/pcvs/ports/security/clamav/Makefile,v 1.7 2003/06/18 09:43:05 nork Exp $ +# $FreeBSD: ports/security/clamav/Makefile,v 1.6 2003/06/11 16:58:37 nork Exp $ # 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@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,7 +27,9 @@ 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 MAN5= clamav.conf.5 diff -r -u clamav.orig/distinfo clamav/distinfo --- clamav.orig/distinfo Mon Jun 23 13:17:35 2003 +++ clamav/distinfo Mon Jun 23 13:20:43 2003 @@ -1 +1 @@ -MD5 (clamav-0.54.tar.gz) = 1c2e2adffe9ed4d15fe2167dd7bad591 +MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543 diff -r -u clamav.orig/pkg-plist clamav/pkg-plist --- clamav.orig/pkg-plist Thu Jun 19 05:12:01 2003 +++ clamav/pkg-plist Mon Jun 23 15:36:07 2003 @@ -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 --------------000706010809060304010201--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306231350.h5NDoLDV014230>