From owner-freebsd-ports Mon Dec 10 23:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09EFE37B41B for ; Mon, 10 Dec 2001 23:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB7o0n40426; Mon, 10 Dec 2001 23:50:00 -0800 (PST) (envelope-from gnats) Received: from w250.z064001178.sjc-ca.dsl.cnc.net (w250.z064001178.sjc-ca.dsl.cnc.net [64.1.178.250]) by hub.freebsd.org (Postfix) with SMTP id 36E9437B405 for ; Mon, 10 Dec 2001 23:45:40 -0800 (PST) Received: (qmail 94268 invoked by uid 1000); 11 Dec 2001 07:46:01 -0000 Message-Id: <20011211074601.94267.qmail@lizzy.bugworks.com> Date: 11 Dec 2001 07:46:01 -0000 From: Jos Backus Reply-To: Jos Backus To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32691: security/integrit does not {de,}install its info file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32691 >Category: ports >Synopsis: security/integrit does not {de,}install its info file >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 10 23:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jos Backus >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD lizzy.bugworks.com 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Sun Dec 9 14:11:20 PST 2001 jos@lizzy.bugworks.com:/disk0/usr/obj/usr/src/sys/LIZZY i386 >Description: When installing security/integrit, the info file is installed but it is not added to the info dir; also, it is not removed when deleting the port. The patch fixes this. My apologies for not noticing this earlier. I have asked the author to rename the info file from ``integrit'' to ``integrit.info''. >How-To-Repeat: >Fix: diff -ruN integrit/Makefile integrit-new/Makefile --- integrit/Makefile Mon Dec 10 23:32:03 2001 +++ integrit-new/Makefile Mon Dec 10 23:44:32 2001 @@ -8,6 +8,7 @@ PORTNAME= integrit PORTVERSION= 2.03.02 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN integrit/pkg-plist integrit-new/pkg-plist --- integrit/pkg-plist Mon Jul 16 19:38:03 2001 +++ integrit-new/pkg-plist Mon Dec 10 23:33:42 2001 @@ -1,3 +1,6 @@ bin/i-ls sbin/i-viewdb sbin/integrit +info/integrit +@exec install-info %D/info/integrit %D/info/dir +@unexec install-info --delete %D/info/integrit %D/info/dir >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message