Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 04:04:14 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548181 - head/devel/libdombey
Message-ID:  <202009100404.08A44E5M031935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Sep 10 04:04:14 2020
New Revision: 548181
URL: https://svnweb.freebsd.org/changeset/ports/548181

Log:
  Update to the latest version 5.56 which is compatible with OpenSSL 1.1.x
  and includes various bugfixes.

Modified:
  head/devel/libdombey/Makefile
  head/devel/libdombey/distinfo
  head/devel/libdombey/pkg-plist

Modified: head/devel/libdombey/Makefile
==============================================================================
--- head/devel/libdombey/Makefile	Thu Sep 10 03:04:58 2020	(r548180)
+++ head/devel/libdombey/Makefile	Thu Sep 10 04:04:14 2020	(r548181)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libdombey
-PORTVERSION=	5.34
+PORTVERSION=	5.56
 CATEGORIES=	devel
 MASTER_SITES=	http://www.mammothcheese.ca/
 
@@ -20,11 +20,4 @@ DESTDIRNAME=	STAGEDIR
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT} == base
-BROKEN_FreeBSD_12=	tentative definition has type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') that is never completed
-BROKEN_FreeBSD_13=	tentative definition has type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') that is never completed
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/libdombey/distinfo
==============================================================================
--- head/devel/libdombey/distinfo	Thu Sep 10 03:04:58 2020	(r548180)
+++ head/devel/libdombey/distinfo	Thu Sep 10 04:04:14 2020	(r548181)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476277241
-SHA256 (libdombey-5.34.tar.gz) = dbc0179c3ccb3f4587aa508c2182f3cc3d74ad82f9e2ae5c2e6abed679a84b4a
-SIZE (libdombey-5.34.tar.gz) = 56085
+TIMESTAMP = 1599355986
+SHA256 (libdombey-5.56.tar.gz) = 94b49f0201563f0bed70703d5f6d0dc0bf5880c467b03b3784450401cd3002ed
+SIZE (libdombey-5.56.tar.gz) = 58339

Modified: head/devel/libdombey/pkg-plist
==============================================================================
--- head/devel/libdombey/pkg-plist	Thu Sep 10 03:04:58 2020	(r548180)
+++ head/devel/libdombey/pkg-plist	Thu Sep 10 04:04:14 2020	(r548181)
@@ -6,5 +6,5 @@ lib/libdombeythreads.so
 lib/libdombeythreads.so.%%PORTVERSION%%
 lib/libdombeyevents.so
 lib/libdombeyevents.so.%%PORTVERSION%%
-man/man8/libdombey.8.gz
-man/man8/libdombeyevents.8.gz
+man/man3/libdombey.3.gz
+man/man3/libdombeyevents.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009100404.08A44E5M031935>