Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2001 19:51:14 -0400 (EDT)
From:      petef@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28021: Fix pkg-plist for security/p5-Digest-MD5
Message-ID:  <200106102351.f5ANpEA41804@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106102351.f5ANpEA41804>