diff options
author | joerg <joerg@pkgsrc.org> | 2014-02-25 11:51:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-02-25 11:51:32 +0000 |
commit | 37e68bf995ecc5bb4bdd77c6d170a0eb01d573a3 (patch) | |
tree | d03dd5655eaca9abd64068d8aeb8edfe0e57146d /security/softhsm | |
parent | 518ac504122cb707fb58b9a518f4a3b05f186c3c (diff) | |
download | pkgsrc-37e68bf995ecc5bb4bdd77c6d170a0eb01d573a3.tar.gz |
Add upper limit to the botan dependency. Bump revisions as needed.
Diffstat (limited to 'security/softhsm')
-rw-r--r-- | security/softhsm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 6188f87bc17..08ab3977bd9 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/10/19 09:06:56 adam Exp $ +# $NetBSD: Makefile,v 1.22 2014/02/25 11:51:32 joerg Exp $ # DISTNAME= softhsm-1.3.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.opendnssec.org/files/source/ |