diff options
author | wiz <wiz@pkgsrc.org> | 2019-07-20 22:45:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-07-20 22:45:58 +0000 |
commit | 9403f6fbe5a093adf06148a269cd909666a24749 (patch) | |
tree | 15cc516253d0c47f1d1d9768638eece91ee9b7a0 /security/pkcs11-helper | |
parent | 081dad3f7c91f8080645abd47a3320c7065af42c (diff) | |
download | pkgsrc-9403f6fbe5a093adf06148a269cd909666a24749.tar.gz |
*: recursive bump for nettle 3.5.1
Diffstat (limited to 'security/pkcs11-helper')
-rw-r--r-- | security/pkcs11-helper/Makefile | 4 | ||||
-rw-r--r-- | security/pkcs11-helper/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index 23895a27d1b..23f7dcd8dc6 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2019/05/05 22:49:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2019/07/20 22:46:05 wiz Exp $ DISTNAME= pkcs11-helper-1.10 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= security MASTER_SITES= https://github.com/downloads/alonbl/pkcs11-helper/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/pkcs11-helper/buildlink3.mk b/security/pkcs11-helper/buildlink3.mk index 5e6d874b979..850f1501f87 100644 --- a/security/pkcs11-helper/buildlink3.mk +++ b/security/pkcs11-helper/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2019/05/05 22:49:51 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2019/07/20 22:46:05 wiz Exp $ BUILDLINK_TREE+= pkcs11-helper @@ -6,7 +6,7 @@ BUILDLINK_TREE+= pkcs11-helper PKCS11_HELPER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.06 -BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.10nb9 +BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.10nb10 BUILDLINK_PKGSRCDIR.pkcs11-helper?= ../../security/pkcs11-helper pkgbase := pkcs11-helper |