diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-01-09 06:17:38 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-01-09 06:17:38 +0800 |
commit | 908b5e9745cf74e00b76915fe0af17af6f435ff2 (patch) | |
tree | 49ebc5dcd4eb043afc615a6cfb8e868fe2834a24 | |
parent | a77f3b4e6f812fb76130ccb6f193e1f11d800ebe (diff) | |
download | freebsd-ports-gnome-908b5e9745cf74e00b76915fe0af17af6f435ff2.tar.gz freebsd-ports-gnome-908b5e9745cf74e00b76915fe0af17af6f435ff2.tar.zst freebsd-ports-gnome-908b5e9745cf74e00b76915fe0af17af6f435ff2.zip |
- Update to 0.10
- Disable debug build
-rw-r--r-- | security/p11-kit/Makefile | 4 | ||||
-rw-r--r-- | security/p11-kit/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index eb6a09e08c9e..2e7fefa5bac8 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= p11-kit -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ @@ -14,7 +14,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= Library for loading and enumurating of PKCS\#11 modules GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtk-doc --disable-nls +CONFIGURE_ARGS= --disable-gtk-doc --disable-nls --enable-debug=no MAKE_ENV= exampledir=${EXAMPLESDIR} USE_AUTOTOOLS= libtool diff --git a/security/p11-kit/distinfo b/security/p11-kit/distinfo index 01ded051a25e..20bc2cc677d5 100644 --- a/security/p11-kit/distinfo +++ b/security/p11-kit/distinfo @@ -1,2 +1,2 @@ -SHA256 (p11-kit-0.9.tar.gz) = 96486f971111f976743be05f2f88b75ced7f14954fad42861b54480c889c66d0 -SIZE (p11-kit-0.9.tar.gz) = 526395 +SHA256 (p11-kit-0.10.tar.gz) = 9646149022bd39c3d3f72f361a917a36f6a5dd09175824d13c36daf4697e8e36 +SIZE (p11-kit-0.10.tar.gz) = 528279 |