svn commit: r495445 - head/devel/librelp

Matthew Seaman matthew at FreeBSD.org
Tue Mar 12 07:41:24 UTC 2019


Author: matthew
Date: Tue Mar 12 07:41:23 2019
New Revision: 495445
URL: https://svnweb.freebsd.org/changeset/ports/495445

Log:
  Update to 1.4.0
  
  Upstream now supports compiling-in both GnuTLS and OpenSSL drivers
  simultaneously.  It's a run-time choice as to which gets used.  Change
  from OPTIONS_SINGLE to OPTIONS_MULTI accordingly (since we want at
  least one SSL library) and make the default to enable both GnuTLS and
  OpenSSL support, following the upstream defaults.
  
  ChangeLog:	   https://github.com/rsyslog/librelp/blob/master/ChangeLog

Modified:
  head/devel/librelp/Makefile
  head/devel/librelp/distinfo

Modified: head/devel/librelp/Makefile
==============================================================================
--- head/devel/librelp/Makefile	Tue Mar 12 07:24:48 2019	(r495444)
+++ head/devel/librelp/Makefile	Tue Mar 12 07:41:23 2019	(r495445)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	librelp
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.0
 CATEGORIES=	devel
 MASTER_SITES=	http://download.rsyslog.com/librelp/
 
@@ -11,9 +11,9 @@ COMMENT=	Reliable event logging protocol library
 
 LICENSE=	GPLv3
 
-OPTIONS_SINGLE=			SSLLIB
-OPTIONS_SINGLE_SSLLIB=		GNUTLS OPENSSL
-OPTIONS_DEFAULT=		GNUTLS
+OPTIONS_MULTI=			SSLLIB
+OPTIONS_MULTI_SSLLIB=		GNUTLS OPENSSL
+OPTIONS_DEFAULT=		GNUTLS OPENSSL
 
 GNUTLS_LIB_DEPENDS=		libgnutls.so:security/gnutls
 GNUTLS_CONFIGURE_ENABLE=	tls
@@ -31,7 +31,7 @@ INSTALL_TARGET=	install-strip
 PLIST_FILES=	include/${PORTNAME}.h \
 		lib/${PORTNAME}.a \
 		lib/${PORTNAME}.so lib/${PORTNAME}.so.0 \
-		lib/${PORTNAME}.so.0.4.0 \
+		lib/${PORTNAME}.so.0.5.0 \
 		libdata/pkgconfig/relp.pc
 
 PORT_VERBS=	relp

Modified: head/devel/librelp/distinfo
==============================================================================
--- head/devel/librelp/distinfo	Tue Mar 12 07:24:48 2019	(r495444)
+++ head/devel/librelp/distinfo	Tue Mar 12 07:41:23 2019	(r495445)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544620025
-SHA256 (librelp-1.3.0.tar.gz) = 9f24a2fc5749b20c1fd4902332c853e3b06b8bf61b830173252815639b4de9f5
-SIZE (librelp-1.3.0.tar.gz) = 514470
+TIMESTAMP = 1552372829
+SHA256 (librelp-1.4.0.tar.gz) = 5cd02ce7ede2fea037e65cc5389e41dde99b69b1df984b42c14029e60bb9dd05
+SIZE (librelp-1.4.0.tar.gz) = 519235


More information about the svn-ports-all mailing list