summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2016-12-24 12:07:26 +0000
committernovel <novel@FreeBSD.org>2016-12-24 12:07:26 +0000
commit4c0bb880617cea580df2c9778e85edba2dbc9b5c (patch)
treef37693447f0504286b51f1abe5b66928c5a01128
parentad222b8058937f6c8d0136356aa29805537c001a (diff)
downloadFreeBSD-ports-4c0bb880617cea580df2c9778e85edba2dbc9b5c.zip
FreeBSD-ports-4c0bb880617cea580df2c9778e85edba2dbc9b5c.tar.gz
security/p11-kit: update to 0.23.3
- project has moved to github - p11-kit-remote and trust-extract-compat were moved from lib/p11-kit to libexec/p11-kit
-rw-r--r--security/p11-kit/Makefile4
-rw-r--r--security/p11-kit/distinfo5
-rw-r--r--security/p11-kit/files/patch-Makefile.in11
-rw-r--r--security/p11-kit/pkg-plist7
4 files changed, 19 insertions, 8 deletions
diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile
index 2e14d89..9975f46 100644
--- a/security/p11-kit/Makefile
+++ b/security/p11-kit/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= p11-kit
-PORTVERSION= 0.23.2
+PORTVERSION= 0.23.3
CATEGORIES= security devel
-MASTER_SITES= http://p11-glue.freedesktop.org/releases/
+MASTER_SITES= https://github.com/p11-glue/p11-kit/releases/download/${PORTVERSION}/
MAINTAINER= novel@FreeBSD.org
COMMENT= Library for loading and enumerating of PKCS\#11 modules
diff --git a/security/p11-kit/distinfo b/security/p11-kit/distinfo
index 8e7b965..ed71924 100644
--- a/security/p11-kit/distinfo
+++ b/security/p11-kit/distinfo
@@ -1,2 +1,3 @@
-SHA256 (p11-kit-0.23.2.tar.gz) = ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0
-SIZE (p11-kit-0.23.2.tar.gz) = 1022733
+TIMESTAMP = 1482251495
+SHA256 (p11-kit-0.23.3.tar.gz) = d487f04dba3f9e8256f53034c59c944ca45fd7b8434c095da6a74079644dcd82
+SIZE (p11-kit-0.23.3.tar.gz) = 1047441
diff --git a/security/p11-kit/files/patch-Makefile.in b/security/p11-kit/files/patch-Makefile.in
new file mode 100644
index 0000000..c3c2e46
--- /dev/null
+++ b/security/p11-kit/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2016-12-20 16:51:38 UTC
++++ Makefile.in
+@@ -4246,7 +4246,7 @@ uninstall-am: uninstall-binPROGRAMS unin
+
+ # Proxy module is actually same as library, so install a link
+ @OS_WIN32_FALSE@install-exec-hook:
+-@OS_WIN32_FALSE@ $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.{so,dylib}` $(DESTDIR)$(libdir)/p11-kit-proxy.so
++@OS_WIN32_FALSE@ $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.so` $(DESTDIR)$(libdir)/p11-kit-proxy.so
+ @OS_WIN32_FALSE@ $(MKDIR_P) $(DESTDIR)$(p11_package_config_modules)
+
+ @WITH_TRUST_MODULE_TRUE@asn:
diff --git a/security/p11-kit/pkg-plist b/security/p11-kit/pkg-plist
index 767bb72..242089d 100644
--- a/security/p11-kit/pkg-plist
+++ b/security/p11-kit/pkg-plist
@@ -10,12 +10,12 @@ include/p11-kit-1/p11-kit/remote.h
include/p11-kit-1/p11-kit/uri.h
lib/libp11-kit.so
lib/libp11-kit.so.0
-lib/libp11-kit.so.0.1.0
+lib/libp11-kit.so.0.2.0
lib/p11-kit-proxy.so
-lib/p11-kit/p11-kit-remote
-lib/p11-kit/trust-extract-compat
lib/pkcs11/p11-kit-trust.so
libdata/pkgconfig/p11-kit-1.pc
+libexec/p11-kit/p11-kit-remote
+libexec/p11-kit/trust-extract-compat
share/gtk-doc/html/p11-kit/config-example.html
share/gtk-doc/html/p11-kit/config-files.html
share/gtk-doc/html/p11-kit/config.html
@@ -29,7 +29,6 @@ share/gtk-doc/html/p11-kit/devel.html
share/gtk-doc/html/p11-kit/gtk-doc.css
share/gtk-doc/html/p11-kit/home.png
share/gtk-doc/html/p11-kit/index.html
-share/gtk-doc/html/p11-kit/index.sgml
share/gtk-doc/html/p11-kit/left-insensitive.png
share/gtk-doc/html/p11-kit/left.png
share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html
OpenPOWER on IntegriCloud