pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-DES_EDE3 Added missing dependency on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5934d418f0cc
branches:  trunk
changeset: 508111:5934d418f0cc
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Feb 15 00:02:11 2006 +0000

description:
Added missing dependency on p5-Crypt-DES.

diffstat:

 security/p5-Crypt-DES_EDE3/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 3c988017af7b -r 5934d418f0cc security/p5-Crypt-DES_EDE3/Makefile
--- a/security/p5-Crypt-DES_EDE3/Makefile       Tue Feb 14 23:45:47 2006 +0000
+++ b/security/p5-Crypt-DES_EDE3/Makefile       Wed Feb 15 00:02:11 2006 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:29 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/02/15 00:02:11 heinz Exp $
 #
 
 DISTNAME=              Crypt-DES_EDE3-0.01
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5de3
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
@@ -12,6 +12,8 @@
 HOMEPAGE=              http://search.cpan.org/dist/Crypt-DES_EDE3/
 COMMENT=               Perl5 module for Triple-DES EDE encryption/decryption
 
+DEPENDS+=              p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LANGUAGES=         # empty



Home | Main Index | Thread Index | Old Index