pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pinepgp Depend on bash>=2 instead of bash>=2....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57c2cc614dcb
branches:  trunk
changeset: 491488:57c2cc614dcb
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Mar 24 17:23:42 2005 +0000

description:
Depend on bash>=2 instead of bash>=2.05.2.7.
Okayed by maintainer.

Sometime ago, I had noticed my bash was too old, but I found
it was good enough for this.

diffstat:

 security/pinepgp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f737469fa3f0 -r 57c2cc614dcb security/pinepgp/Makefile
--- a/security/pinepgp/Makefile Thu Mar 24 17:13:42 2005 +0000
+++ b/security/pinepgp/Makefile Thu Mar 24 17:23:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/12/03 12:37:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/24 17:23:42 reed Exp $
 #
 
 DISTNAME=              pinepgp-0.18.0
@@ -11,7 +11,7 @@
 HOMEPAGE=              http://www.megaloman.com/~hany/software/pinepgp/stable.html
 COMMENT=               PGP display and sending filters for pine
 
-DEPENDS+=              bash>=2.05.2.7:../../shells/bash2
+DEPENDS+=              bash>=2:../../shells/bash2
 
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index