diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-23 14:30:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-23 14:30:35 +0000 |
commit | 633bd301a1d0418cdd77dd6c8c4be2d3828bbed4 (patch) | |
tree | e3004dd044c1990ea0aa54678d3be309193e9105 /security/pkcs11-helper | |
parent | 9756c99c266ccf5722751d84e937b78a493fc166 (diff) | |
download | pkgsrc-633bd301a1d0418cdd77dd6c8c4be2d3828bbed4.tar.gz |
Bump PKGREVISION for nettle shlib major bump.
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 b495db76936..40374dd72de 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/06/07 03:52:26 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2015/08/23 14:30:36 wiz Exp $ DISTNAME= pkcs11-helper-1.10 -PKGREVISION= 4 +PKGREVISION= 5 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 fa7570dc384..c0162b10763 100644 --- a/security/pkcs11-helper/buildlink3.mk +++ b/security/pkcs11-helper/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2014/02/12 23:18:35 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2015/08/23 14:30:36 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.10nb3 +BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.10nb5 BUILDLINK_PKGSRCDIR.pkcs11-helper?= ../../security/pkcs11-helper pkgbase := pkcs11-helper |