pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pinepgp switch dep to shells/bash instead of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f46adee36f0
branches:  trunk
changeset: 639831:8f46adee36f0
user:      mspo <mspo%pkgsrc.org@localhost>
date:      Sat Sep 27 01:34:58 2014 +0000

description:
switch dep to shells/bash instead of explicit bash2; in response to shellshock

diffstat:

 security/pinepgp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r fd71674eff99 -r 8f46adee36f0 security/pinepgp/Makefile
--- a/security/pinepgp/Makefile Fri Sep 26 15:42:09 2014 +0000
+++ b/security/pinepgp/Makefile Sat Sep 27 01:34:58 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2012/10/23 18:16:50 asau Exp $
+# $NetBSD: Makefile,v 1.17 2014/09/27 01:34:58 mspo Exp $
 #
 
 DISTNAME=              pinepgp-0.18.0
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            security mail
 MASTER_SITES=          http://hany.sk/~hany/_data/pinepgp/     \
                        http://terminus.sk/~hany/_data/pinepgp/
@@ -11,7 +11,7 @@
 HOMEPAGE=              http://hany.sk/~hany/software/pinepgp/stable.html
 COMMENT=               PGP display and sending filters for pine
 
-DEPENDS+=              bash>=2:../../shells/bash2
+DEPENDS+=              bash>=2:../../shells/bash
 
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index