git: aa21c3d9963e - main - net-im/libpurple: Point to the cert directory with .pem files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Apr 2022 16:06:51 UTC
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa21c3d9963e119bbb5b19729a75d7c4a2861716 commit aa21c3d9963e119bbb5b19729a75d7c4a2861716 Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2022-04-05 16:05:22 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2022-04-05 16:06:47 +0000 net-im/libpurple: Point to the cert directory with .pem files The code looks for a .pem extension, but all of the extracted certs in /etc/ssl/certs use .0. PR: 262858 --- net-im/libpurple/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index fb455e64ef38..63e40211fc89 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -2,7 +2,7 @@ PORTNAME?= libpurple PORTVERSION= 2.14.8 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -21,7 +21,7 @@ CONFIGURE_ARGS?=--disable-gtkui \ --with-dynamic-prpls=${PRPL_MODULES:S/,$//} \ --enable-static \ --disable-nm \ - --with-system-ssl-certs=/etc/ssl/certs + --with-system-ssl-certs=/usr/share/certs/trusted INSTALL_TARGET= install-strip .if !defined(PIDGIN_SLAVE)