ports/77999: [PATCH] security/p5-Tie-EncryptedHash: remove extra directory
Yen-Ming Lee
leeym at FreeBSD.org
Thu Feb 24 01:30:21 UTC 2005
>Number: 77999
>Category: ports
>Synopsis: [PATCH] security/p5-Tie-EncryptedHash: remove extra directory
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 24 01:30:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Yen-Ming Lee
>Release: FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb 9 10:20:03 CST
>Description:
- utilize SITE_PERL
- add WWW in pkg-descr
- remove extra directory
Port maintainer (mharo at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- p5-Tie-EncryptedHash-1.21.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/p5-Tie-EncryptedHash/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile 24 Oct 2003 12:03:42 -0000 1.5
+++ Makefile 24 Feb 2005 01:20:28 -0000
@@ -15,12 +15,10 @@
MAINTAINER= mharo at FreeBSD.org
COMMENT= Hashes (and objects based on hashes) with encrypting fields
-PERLBASE= ${SITE_PERL}
-
-BUILD_DEPENDS= ${PERLBASE}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
- ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
- ${PERLBASE}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
- ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
+ ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
+ ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
+ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
PERL_CONFIGURE= yes
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/security/p5-Tie-EncryptedHash/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr 12 Sep 2001 00:49:14 -0000 1.1
+++ pkg-descr 24 Feb 2005 01:20:28 -0000
@@ -10,3 +10,5 @@
are identical in this mode. When password is deleted, encrypting fields are
accessible only as ciphertext. This is Tie::EncryptedHash's opaque mode of
access, optimized for serialization.
+
+WWW: http://search.cpan.org/dist/Tie-EncryptedHash/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/security/p5-Tie-EncryptedHash/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist 1 Jul 2003 03:54:22 -0000 1.3
+++ pkg-plist 24 Feb 2005 01:20:28 -0000
@@ -1,4 +1,5 @@
%%SITE_PERL%%/Tie/EncryptedHash.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/EncryptedHash/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/EncryptedHash
- at dirrm %%SITE_PERL%%/Tie
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2> /dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/Tie 2> /dev/null || true
--- p5-Tie-EncryptedHash-1.21.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list