From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 7 04:30:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A8216A4D3 for ; Sat, 7 Feb 2004 04:30:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC0A143D1F for ; Sat, 7 Feb 2004 04:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i17CUJbv055363 for ; Sat, 7 Feb 2004 04:30:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i17CUJoX055362; Sat, 7 Feb 2004 04:30:19 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 7 Feb 2004 04:30:19 -0800 (PST) Resent-Message-Id: <200402071230.i17CUJoX055362@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A2FB16A4CE for ; Sat, 7 Feb 2004 04:24:47 -0800 (PST) Received: from greendale.ukc.ac.uk (greendale.ukc.ac.uk [129.12.21.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733FC43D1F for ; Sat, 7 Feb 2004 04:24:47 -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 1ApRVj-0005Xl-EM; Sat, 07 Feb 2004 12:24:35 +0000 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.30; FreeBSD) id 1ApRVj-000AG3-5X; Sat, 07 Feb 2004 12:24:35 +0000 Message-Id: Date: Sat, 07 Feb 2004 12:24:35 +0000 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tim@bishnet.net Subject: ports/62475: Update port: security/f-prot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Bishop List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 12:30:20 -0000 >Number: 62475 >Category: ports >Synopsis: Update port: security/f-prot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 07 04:30:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 5.2-RELEASE-p1 FreeBSD 5.2-RELEASE-p1 #0: Fri Jan 30 13:10:36 GMT 2004 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: Update f-prot to the latest version. >How-To-Repeat: >Fix: Apply diff below. --- f-prot-4.3.3.diff begins here --- diff -ruN f-prot.bak/Makefile f-prot/Makefile --- f-prot.bak/Makefile Sat Dec 6 20:40:39 2003 +++ f-prot/Makefile Sat Feb 7 11:06:09 2004 @@ -5,12 +5,11 @@ # $FreeBSD: ports/security/f-prot/Makefile,v 1.9 2003/12/06 20:40:39 krion Exp $ # -PORTNAME= prot -PORTVERSION= 4.3.1 +PORTNAME= f-prot +PORTVERSION= 4.3.3 CATEGORIES= security -MASTER_SITES= http://www.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ \ - ftp://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ -PKGNAMEPREFIX= f- +MASTER_SITES= ftp://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ \ + http://www.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ DISTNAME= fp-freebsd-ws-${PORTVERSION} MAINTAINER= tim@bishnet.net @@ -22,7 +21,7 @@ NO_CDROM= Free for personal use only RESTRICTED= Free for personal use only -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes MAN1= f-prot.1 diff -ruN f-prot.bak/distinfo f-prot/distinfo --- f-prot.bak/distinfo Sat Dec 6 20:40:39 2003 +++ f-prot/distinfo Sat Feb 7 11:00:08 2004 @@ -1 +1,2 @@ -MD5 (fp-freebsd-ws-4.3.1.tar.gz) = 3077a8ff6fe4e3ad567df75fbb267bcd +MD5 (fp-freebsd-ws-4.3.3.tar.gz) = e67a89559b5b6513e552b571de5cc94a +SIZE (fp-freebsd-ws-4.3.3.tar.gz) = 2245143 diff -ruN f-prot.bak/pkg-plist f-prot/pkg-plist --- f-prot.bak/pkg-plist Wed Oct 22 04:08:51 2003 +++ f-prot/pkg-plist Sat Feb 7 11:04:04 2004 @@ -12,6 +12,7 @@ f-prot/doc_ws/comm_scan.html f-prot/doc_ws/index.html f-prot/doc_ws/inf_eicar.gif +f-prot/doc_ws/info_options.html f-prot/doc_ws/inst_pro.html f-prot/doc_ws/license.html f-prot/doc_ws/loc_files.html --- f-prot-4.3.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: