aboutsummaryrefslogtreecommitdiff
path: root/security/libp11
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2020-09-02 14:42:40 +0000
committerAlex Dupre <ale@FreeBSD.org>2020-09-02 14:42:40 +0000
commit2c7f75ce6f3b4800322a9b1b0624e2cfdf71d398 (patch)
treeca745388240174dff1742d52d005a6d6633d2ae4 /security/libp11
parentdf129e029eb8ce067dcc7c19d3ca3bbe33b49639 (diff)
downloadports-2c7f75ce6f3b4800322a9b1b0624e2cfdf71d398.tar.gz
ports-2c7f75ce6f3b4800322a9b1b0624e2cfdf71d398.zip
Fix soname version generation and bump port revisions.
PR: 249052 Submitted by: Ole <ole@free.de>
Notes
Notes: svn path=/head/; revision=547361
Diffstat (limited to 'security/libp11')
-rw-r--r--security/libp11/Makefile1
-rw-r--r--security/libp11/files/patch-configure.ac13
-rw-r--r--security/libp11/pkg-plist4
3 files changed, 14 insertions, 4 deletions
diff --git a/security/libp11/Makefile b/security/libp11/Makefile
index 7dd6f9200185..2122c2c3d1b1 100644
--- a/security/libp11/Makefile
+++ b/security/libp11/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libp11
PORTVERSION= 0.4.10
+PORTREVISION= 1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= security devel
diff --git a/security/libp11/files/patch-configure.ac b/security/libp11/files/patch-configure.ac
index f30e1cf171c2..18438a4398ee 100644
--- a/security/libp11/files/patch-configure.ac
+++ b/security/libp11/files/patch-configure.ac
@@ -1,6 +1,15 @@
---- configure.ac.orig 2016-03-28 16:04:04 UTC
+--- configure.ac.orig 2019-04-03 20:14:33 UTC
+++ configure.ac
-@@ -191,7 +191,7 @@ if test -n "${pkcs11_module}"; then
+@@ -39,7 +39,7 @@ case "`$PKG_CONFIG --modversion --silence-errors libcr
+ LIBP11_LT_OLDEST="2"
+ debian_ssl_prefix="openssl-1.0.0";;
+ *) # Engines directory prefix for OpenSSL 0.9.x
+- LIBP11_LT_OLDEST="2"
++ LIBP11_LT_OLDEST="3" # FreeBSD base has openssl 1.1.*
+ debian_ssl_prefix="ssl";;
+ esac
+
+@@ -208,7 +208,7 @@ if test -n "${pkcs11_module}"; then
[Default PKCS#11 module.])
fi
diff --git a/security/libp11/pkg-plist b/security/libp11/pkg-plist
index b8b712ce3c38..69d3e2aacf8c 100644
--- a/security/libp11/pkg-plist
+++ b/security/libp11/pkg-plist
@@ -4,8 +4,8 @@ lib/engines/libpkcs11.so
lib/engines/pkcs11.so
lib/libp11.a
lib/libp11.so
-lib/libp11.so.2
-lib/libp11.so.2.5.2
+lib/libp11.so.3
+lib/libp11.so.3.4.2
libdata/pkgconfig/libp11.pc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README