diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-12-15 10:36:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-12-15 10:36:18 +0000 |
commit | f260763809f916897cbfeb6438b36960831c4f2a (patch) | |
tree | 7a89deafb740912af28f8fbadb269aad60105c95 /security/pkcs11-helper | |
parent | 054bf8dcf4f5fbeec514df3275e49c931d3ef70a (diff) | |
download | pkgsrc-f260763809f916897cbfeb6438b36960831c4f2a.tar.gz |
Bump PKGREVISION from devel/nss 3.14.0.
Diffstat (limited to 'security/pkcs11-helper')
-rw-r--r-- | security/pkcs11-helper/Makefile | 3 | ||||
-rw-r--r-- | security/pkcs11-helper/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index 305a73719a6..50ec94f4d5f 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/11/22 00:31:04 gdt Exp $ +# $NetBSD: Makefile,v 1.9 2012/12/15 10:36:20 ryoon Exp $ DISTNAME= pkcs11-helper-1.10 +PKGREVISION= 1 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 9ef9a2eb830..f7acc88b048 100644 --- a/security/pkcs11-helper/buildlink3.mk +++ b/security/pkcs11-helper/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2012/03/06 17:39:01 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2012/12/15 10:36:20 ryoon 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.08nb1 +BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.10nb1 BUILDLINK_PKGSRCDIR.pkcs11-helper?= ../../security/pkcs11-helper pkgbase := pkcs11-helper |