Date: 11 Dec 2001 07:46:01 -0000 From: Jos Backus <jos@cncdsl.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/32691: security/integrit does not {de,}install its info file Message-ID: <20011211074601.94267.qmail@lizzy.bugworks.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011211074601.94267.qmail>