pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dillo-devel: Use SSLCERTS, Regenerate distinfo



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Nov 2 13:42:26 2022 +0100
Changeset:	06c3fb87bb577d793e06ce8175ed9cbe0e2f15b1

Modified Files:
	dillo-devel/Makefile
	dillo-devel/PLIST
	dillo-devel/distinfo
	dillo-devel/options.mk
	dillo-devel/patches/patch-dpi_https.c

Log Message:
dillo-devel: Use SSLCERTS, Regenerate distinfo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=06c3fb87bb577d793e06ce8175ed9cbe0e2f15b1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dillo-devel/Makefile                  | 2 +-
 dillo-devel/PLIST                     | 2 +-
 dillo-devel/distinfo                  | 4 ++--
 dillo-devel/options.mk                | 9 ++++++++-
 dillo-devel/patches/patch-dpi_https.c | 2 +-
 5 files changed, 13 insertions(+), 6 deletions(-)

diffs:
diff --git a/dillo-devel/Makefile b/dillo-devel/Makefile
index 8637f041f8..c85ae011a0 100644
--- a/dillo-devel/Makefile
+++ b/dillo-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2018/08/22 09:47:24 wiz Exp $
+# $NetBSD$
 
 DISTNAME=	dillo-3.0.5
 PKGREVISION=	4
diff --git a/dillo-devel/PLIST b/dillo-devel/PLIST
index 29e710ea52..94486abb3c 100644
--- a/dillo-devel/PLIST
+++ b/dillo-devel/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2014/04/12 02:24:19 obache Exp $
+@comment $NetBSD$
 bin/dillo
 bin/dillo-install-hyphenation
 bin/dpid
diff --git a/dillo-devel/distinfo b/dillo-devel/distinfo
index 7fb1ef0280..b123609ea3 100644
--- a/dillo-devel/distinfo
+++ b/dillo-devel/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2018/03/24 15:40:07 ryoon Exp $
+$NetBSD$
 
-RMD160 (dillo-3.0.5.tar.bz2) = 404d7b1a0e60526a53a02d4d49ed5b747f4e43fb
+BLAKE2s (dillo-3.0.5.tar.bz2) = 7644d03e1ebf63ad7abcb1a1b629a112b34e5d82026631ccca1e6e13c4a3ef25
 SHA512 (dillo-3.0.5.tar.bz2) = d0e86f57e50da762debf592b6deb94de5ee58f84e0cae1159890262540a463aea8143d2b99c634021c1f273f91c2fe0918f30d72c3eaf91fdb541e741469b155
 Size (dillo-3.0.5.tar.bz2) = 734472 bytes
 SHA1 (patch-configure.ac) = 6c37d8aa1dbd1f6499cfa17dd57c487672e4abdf
diff --git a/dillo-devel/options.mk b/dillo-devel/options.mk
index 98156696f6..e313112c2d 100644
--- a/dillo-devel/options.mk
+++ b/dillo-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2018/03/24 15:40:07 ryoon Exp $
+# $NetBSD$
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.dillo
 PKG_SUPPORTED_OPTIONS=	inet6 ssl
@@ -14,6 +14,13 @@ CONFIGURE_ARGS+=	--enable-ipv6
 CONFIGURE_ARGS+=	--enable-ssl
 LIBS+=			-lssl
 .include "../../security/openssl/buildlink3.mk"
+
+SUBST_CLASSES+=		sslcerts
+SUBST_MESSAGE.sslcerts=	Fixing SSL certificate directory.
+SUBST_FILES.sslcerts=	dpi/https.c
+SUBST_STAGE.sslcerts=	post-extract
+SUBST_SED.sslcerts=	-e 's,"/etc/ssl/certs,"${SSLCERTS},'
+
 .else
 CONFIGURE_ARGS+=	--disable-ssl
 .endif
diff --git a/dillo-devel/patches/patch-dpi_https.c b/dillo-devel/patches/patch-dpi_https.c
index cdb3a41f82..7016c6b3e9 100644
--- a/dillo-devel/patches/patch-dpi_https.c
+++ b/dillo-devel/patches/patch-dpi_https.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-dpi_https.c,v 1.1 2018/03/24 15:40:07 ryoon Exp $
+$NetBSD$
 
 * Support OpenSSL 1.1.0
 


Home | Main Index | Thread Index | Old Index