diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-02-06 23:20:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-02-06 23:20:50 +0000 |
commit | 84991145cf96a1b34406c8ea79b441b4d51a09bc (patch) | |
tree | d7d0af5d9808c460db88c75cae427e48392a4fee /security/pkcs11-helper | |
parent | 39a5bdf60790652a6c33a9fa253633ecc10cf4d8 (diff) | |
download | pkgsrc-84991145cf96a1b34406c8ea79b441b4d51a09bc.tar.gz |
PKGREVISION bumps for the security/openssl 1.0.1d update.
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 50ec94f4d5f..ace7b95aa06 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/12/15 10:36:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2013/02/06 23:21:03 jperkin Exp $ DISTNAME= pkcs11-helper-1.10 -PKGREVISION= 1 +PKGREVISION= 2 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 f7acc88b048..c40e558247a 100644 --- a/security/pkcs11-helper/buildlink3.mk +++ b/security/pkcs11-helper/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2012/12/15 10:36:20 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2013/02/06 23:21:03 jperkin 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.10nb1 +BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.10nb2 BUILDLINK_PKGSRCDIR.pkcs11-helper?= ../../security/pkcs11-helper pkgbase := pkcs11-helper |