From owner-cvs-all@FreeBSD.ORG Sun Feb 22 17:45:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E68E216A4CE; Sun, 22 Feb 2004 17:45:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E28DC43D2D; Sun, 22 Feb 2004 17:45:55 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1N1jtGe063880; Sun, 22 Feb 2004 17:45:55 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1N1jttr063879; Sun, 22 Feb 2004 17:45:55 -0800 (PST) (envelope-from linimon) Message-Id: <200402230145.i1N1jttr063879@repoman.freebsd.org> From: Mark Linimon Date: Sun, 22 Feb 2004 17:45:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/f-prot Makefile pkg-plist ports/security/f-prot-sig Makefile pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 01:45:56 -0000 linimon 2004/02/22 17:45:55 PST FreeBSD ports repository Modified files: security Makefile security/f-prot Makefile pkg-plist Added files: security/f-prot-sig Makefile pkg-descr pkg-message pkg-plist Log: Refactor f-prot into f-prot (for the code) and f-prot-sig (for the signature definitions). This allows the definitions to be updated seperately as and when required. PR: ports/62917, 62918 Submitted by: Tim Bishop (maintainer) Revision Changes Path 1.485 +1 -0 ports/security/Makefile 1.1 +41 -0 ports/security/f-prot-sig/Makefile (new) 1.1 +14 -0 ports/security/f-prot-sig/pkg-descr (new) 1.1 +19 -0 ports/security/f-prot-sig/pkg-message (new) 1.1 +7 -0 ports/security/f-prot-sig/pkg-plist (new) 1.11 +14 -2 ports/security/f-prot/Makefile 1.3 +27 -34 ports/security/f-prot/pkg-plist