Fix pkg-plist (forgotten config file) How-To-Repeat: N/A
On Thu, Jul 24, 2003 at 05:53:03PM +0200, Rob Evers wrote: > > >Description: > Fix pkg-plist (forgotten config file) > >How-To-Repeat: > N/A > >Fix: > > diff -ruN clamav-devel.orig/pkg-plist clamav-devel/pkg-plist > --- clamav-devel.orig/pkg-plist Thu Jul 24 17:48:16 2003 > +++ clamav-devel/pkg-plist Thu Jul 24 17:48:39 2003 > @@ -3,6 +3,7 @@ > bin/clamdscan > bin/freshclam > bin/sigtool > +etc/clamav.conf > %%CLAMAV-MILTER:%%sbin/clamav-milter > sbin/clamd > include/clamav.h Hmm, bump PORTREVISION? -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \
Sergey A. Osokin wrote: > On Thu, Jul 24, 2003 at 05:53:03PM +0200, Rob Evers wrote: > >>>Description: >> >>Fix pkg-plist (forgotten config file) >> >>>How-To-Repeat: >> >>N/A >> >>>Fix: >> >>diff -ruN clamav-devel.orig/pkg-plist clamav-devel/pkg-plist >>--- clamav-devel.orig/pkg-plist Thu Jul 24 17:48:16 2003 >>+++ clamav-devel/pkg-plist Thu Jul 24 17:48:39 2003 >>@@ -3,6 +3,7 @@ >> bin/clamdscan >> bin/freshclam >> bin/sigtool >>+etc/clamav.conf >> %%CLAMAV-MILTER:%%sbin/clamav-milter >> sbin/clamd >> include/clamav.h > > > Hmm, bump PORTREVISION? > I didn't think it was serious enough, and the next new snapshot will be due in 10 days, as this is the development port of clamav I think most people will upgrade. It just seems a bit silly to compile this program just to change the package database. But here is a different diff with bumped portrevision, you choose. ;-) ---------------------------------------------------------------------- diff -ruN clamav-devel.orig/Makefile clamav-devel/Makefile --- clamav-devel.orig/Makefile Thu Jul 24 17:48:16 2003 +++ clamav-devel/Makefile Thu Jul 24 19:06:13 2003 @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= 20030720 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/snapshot/ \ http://clamav.essentkabel.com/snapshot/ \ diff -ruN clamav-devel.orig/pkg-plist clamav-devel/pkg-plist --- clamav-devel.orig/pkg-plist Thu Jul 24 17:48:16 2003 +++ clamav-devel/pkg-plist Thu Jul 24 17:48:39 2003 @@ -3,6 +3,7 @@ bin/clamdscan bin/freshclam bin/sigtool +etc/clamav.conf %%CLAMAV-MILTER:%%sbin/clamav-milter sbin/clamd include/clamav.h
On Thu, Jul 24, 2003 at 07:07:45PM +0200, Rob wrote: > Sergey A. Osokin wrote: > >On Thu, Jul 24, 2003 at 05:53:03PM +0200, Rob Evers wrote: > > > >>>Description: > >> > >>Fix pkg-plist (forgotten config file) > >> > >>>How-To-Repeat: > >> > >>N/A > >> > >>>Fix: > >> > >>diff -ruN clamav-devel.orig/pkg-plist clamav-devel/pkg-plist > >>--- clamav-devel.orig/pkg-plist Thu Jul 24 17:48:16 2003 > >>+++ clamav-devel/pkg-plist Thu Jul 24 17:48:39 2003 > >>@@ -3,6 +3,7 @@ > >>bin/clamdscan > >>bin/freshclam > >>bin/sigtool > >>+etc/clamav.conf > >>%%CLAMAV-MILTER:%%sbin/clamav-milter > >>sbin/clamd > >>include/clamav.h > > > >Hmm, bump PORTREVISION? > > I didn't think it was serious enough, and the next new snapshot will > be due in 10 days, as this is the development port of clamav I think > most people will upgrade. I'm only ask about your approve of bump PORTREVISION. I know howto make a patch :-) > It just seems a bit silly to compile this program just to change the > package database. > But here is a different diff with bumped portrevision, you choose. ;-) Just look at rules about PORTREVISION variable at http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html#AEN410 <quote> Examples of when PORTREVISION should be bumped: ... Changes in the packing list or the install-time behavior of the package (e.g. change to a script which generates initial data for the package, like ssh host keys). </quote> -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \
State Changed From-To: open->closed Committed, thanks!