From owner-freebsd-ports Sun Jun 10 17: 0:18 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 2D79A37B403 for ; Sun, 10 Jun 2001 17:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5B00DC83200; Sun, 10 Jun 2001 17:00:13 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (micronesia.netreach.net [209.152.221.18]) by hub.freebsd.org (Postfix) with ESMTP id 61CE837B405 for ; Sun, 10 Jun 2001 16:52:05 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f5ANpEA41804; Sun, 10 Jun 2001 19:51:14 -0400 (EDT) (envelope-from petef) Message-Id: <200106102351.f5ANpEA41804@electron.databits.net> Date: Sun, 10 Jun 2001 19:51:14 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28021: Fix pkg-plist for security/p5-Digest-MD5 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: 28021 >Category: ports >Synopsis: Fix pkg-plist for security/p5-Digest-MD5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 10 17:00:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #5: Sat Jun 2 18:08:29 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: Fix pkg-plist in security/p5-Digest-MD5 to respect other p5-Digest ports. (This port's deinstall would fail if other p5-Digest ports were installed because it @dirrm's some shared directories). Also, since ache@ dropped maintainership earlier today, would whoever commits this mind making me the maintainer from ports@? Thanks! >How-To-Repeat: Deinstall p5-Digest-MD5 with p5-Digest-{MD2,SHA1} installed >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/p5-Digest-MD5/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2001/03/21 03:25:36 1.3 +++ pkg-plist 2001/06/10 19:35:21 @@ -3,5 +3,5 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD5.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message