From t.d.bishop@kent.ac.uk  Thu Mar 18 13:20:53 2004
Return-Path: <t.d.bishop@kent.ac.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2F79316A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Mar 2004 13:20:53 -0800 (PST)
Received: from greendale.ukc.ac.uk (greendale.ukc.ac.uk [129.12.21.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E541143D48
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Mar 2004 13:20:52 -0800 (PST)
	(envelope-from t.d.bishop@kent.ac.uk)
Received: from pendennis.ukc.ac.uk ([129.12.3.232])
	by greendale.ukc.ac.uk with esmtp (Exim 4.22)
	id 1B44wR-0005ak-Cy; Thu, 18 Mar 2004 21:20:39 +0000
Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.30; FreeBSD)
	id 1B44wR-000PN2-7F; Thu, 18 Mar 2004 21:20:39 +0000
Message-Id: <E1B44wR-000PN2-7F@pendennis.ukc.ac.uk>
Date: Thu, 18 Mar 2004 21:20:39 +0000
From: Tim Bishop <tim@bishnet.net>
Sender: "T.D.Bishop" <T.D.Bishop@kent.ac.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tim@bishnet.net, 
Subject: [MAINTAINER] security/f-prot-sig: update to 20040318
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         64438
>Category:       ports
>Synopsis:       [MAINTAINER] security/f-prot-sig: update to 20040318
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eik
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 18 13:30:22 PST 2004
>Closed-Date:    Thu Mar 18 14:13:36 PST 2004
>Last-Modified:  Thu Mar 18 14:13:36 PST 2004
>Originator:     Tim Bishop
>Release:        FreeBSD 5.2.1-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #1: Thu Mar  4 00:16:43 GMT
>Description:
- Bump definitions with new release of f-prot (4.4.1)

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- f-prot-sig-20040318.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/security/f-prot-sig/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Mar 2004 00:08:12 -0000	1.3
+++ Makefile	18 Mar 2004 21:17:06 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	f-prot-sig
-PORTVERSION=	20040307
+PORTVERSION=	20040318
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.f-prot.com/pub/
 DISTFILES=	fp-def.zip macrdef2.zip
--- f-prot-sig-20040318.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: eik 
State-Changed-When: Thu Mar 18 22:54:14 CET 2004 
State-Changed-Why:  
suggested alternate patch 


Responsible-Changed-From-To: freebsd-ports-bugs->eik 
Responsible-Changed-By: eik 
Responsible-Changed-When: Thu Mar 18 22:54:14 CET 2004 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64438 

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Tim Bishop <tim@bishnet.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/64438: [MAINTAINER] security/f-prot-sig: update to 20040318
Date: Thu, 18 Mar 2004 22:52:54 +0100

 How do you think about the following?
 
 Index: f-prot-sig/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/security/f-prot-sig/Makefile,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile
 --- f-prot-sig/Makefile	8 Mar 2004 00:08:12 -0000	1.3
 +++ f-prot-sig/Makefile	18 Mar 2004 21:48:43 -0000
 @@ -6,16 +6,17 @@
  #
  
  PORTNAME=	f-prot-sig
 -PORTVERSION=	20040307
 +PORTVERSION=	20040318
  CATEGORIES=	security
  MASTER_SITES=	ftp://ftp.f-prot.com/pub/
  DISTFILES=	fp-def.zip macrdef2.zip
 +DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
  
  MAINTAINER=	tim@bishnet.net
  COMMENT=	F-Prot Antivirus Signatures
  
  # F-Prot does not version their .DEF files so the port always pulls the latest.
 -NO_CHECKSUM=	yes
 +IGNOREFILES=	${DISTFILES}
  
  NO_PACKAGE=	Free for personal use only
  NO_CDROM=	Free for personal use only
 Index: f-prot-sig/distinfo
 ===================================================================
 RCS file: f-prot-sig/distinfo
 diff -N f-prot-sig/distinfo
 --- /dev/null	1 Jan 1970 00:00:00 -0000
 +++ f-prot-sig/distinfo	18 Mar 2004 21:48:43 -0000
 @@ -0,0 +1,2 @@
 +MD5 (f-prot-sig-20040318/fp-def.zip) = IGNORE
 +MD5 (f-prot-sig-20040318/macrdef2.zip) = IGNORE
 

From: Tim Bishop <tim@bishnet.net>
To: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/64438: [MAINTAINER] security/f-prot-sig: update to 20040318
Date: Thu, 18 Mar 2004 22:04:22 +0000

 On Thu, Mar 18, 2004 at 10:52:54PM +0100, Oliver Eikemeier wrote:
 > How do you think about the following?
 
 Need to drop the post-extract target too...
 
 Tim.
 
 
 Index: Makefile
 ===================================================================
 RCS file: /u1/freebsd/cvs/ports/security/f-prot-sig/Makefile,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile
 --- Makefile    8 Mar 2004 00:08:12 -0000       1.3
 +++ Makefile    18 Mar 2004 22:00:39 -0000
 @@ -6,16 +6,17 @@
  #
  
  PORTNAME=      f-prot-sig
 -PORTVERSION=   20040307
 +PORTVERSION=   20040318
  CATEGORIES=    security
  MASTER_SITES=  ftp://ftp.f-prot.com/pub/
  DISTFILES=     fp-def.zip macrdef2.zip
 +DIST_SUBDIR=   ${PORTNAME}-${PORTVERSION}
  
  MAINTAINER=    tim@bishnet.net
  COMMENT=       F-Prot Antivirus Signatures
  
  # F-Prot does not version their .DEF files so the port always pulls the
  # latest.
 -NO_CHECKSUM=   yes
 +IGNOREFILES=   ${DISTFILES}
  
  NO_PACKAGE=    Free for personal use only
  NO_CDROM=      Free for personal use only
 @@ -24,11 +25,6 @@
  NO_BUILD=      YES
  NO_WRKSUBDIR=  YES
  USE_ZIP=       YES
 -
 -post-extract:
 -.for fetched in ${DISTFILES}
 -       ${MV} ${DISTDIR}/${fetched} ${DISTDIR}/${fetched}-${PORTVERSION}.zip
 -.endfor
  
  do-install:
         ${MKDIR} ${PREFIX}/f-prot
 Index: distinfo
 ===================================================================
 RCS file: distinfo
 diff -N distinfo
 --- /dev/null   1 Jan 1970 00:00:00 -0000
 +++ distinfo    18 Mar 2004 22:01:34 -0000
 @@ -0,0 +1,2 @@
 +MD5 (f-prot-sig-20040318/fp-def.zip) = IGNORE
 +MD5 (f-prot-sig-20040318/macrdef2.zip) = IGNORE
 
 -- 
 Tim Bishop
 http://www.bishnet.net/tim
 PGP Key: 0x5AE7D984
State-Changed-From-To: feedback->closed 
State-Changed-By: eik 
State-Changed-When: Thu Mar 18 23:13:08 CET 2004 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64438 
>Unformatted:
