diff options
author | mspo <mspo@pkgsrc.org> | 2014-09-27 01:34:58 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2014-09-27 01:34:58 +0000 |
commit | 3042a4a8f3f8ce03f52ae5d6a1390f5796d39eeb (patch) | |
tree | 52e914a2bfcbed8aeb6a5706fedb98081b931049 /security | |
parent | de1f9df0419ee2e65404498d56f0e97e7c481128 (diff) | |
download | pkgsrc-3042a4a8f3f8ce03f52ae5d6a1390f5796d39eeb.tar.gz |
switch dep to shells/bash instead of explicit bash2; in response to shellshock
Diffstat (limited to 'security')
-rw-r--r-- | security/pinepgp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pinepgp/Makefile b/security/pinepgp/Makefile index 1c1928a6c1d..e71caaabb28 100644 --- a/security/pinepgp/Makefile +++ b/security/pinepgp/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 |