On Thu, Feb 08, 2018 at 09:52:47AM -0600, Todd T. Fries wrote:
> I agree with the logic, but have not tested.  I'd additionally
> be fine with:
> 
> -MAINTAINER =    Todd T. Fries <t...@openbsd.org>
> +MAINTAINER =    Remi Locherer <remi.loche...@relo.ch>
> 
> Thanks,
> 
> Penned by Remi Locherer on 20180208  3:56.25, we have:
> | ping
> | 
> | On Wed, Jan 24, 2018 at 11:46:01PM +0100, Remi Locherer wrote:
> | > Hi,
> | > 
> | > This updates librelp to 1.2.14. I verified that rsyslogd from ports
> | > still works with the updated version. I tested on i386 (rsyslog with
> | > omrelp) and on amd64 (rsyslogd with imrelp).
> | > 
> | > OK?

Updated diff below following suggestions from Todd (MAINTAINER) and
Klemens (line order).

This update is required for new versions of rsyslogd.

Comments? OKs?

Thanks,
Remi



Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/librelp/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    21 Nov 2017 00:13:03 -0000      1.10
+++ Makefile    22 Feb 2018 07:43:03 -0000
@@ -2,16 +2,15 @@
 
 COMMENT =      reliable event logging protocol library
 
-DISTNAME =     librelp-1.2.9
-REVISION =     2
+DISTNAME =     librelp-1.2.14
 
-SHARED_LIBS +=  relp                      1.0 # 1.0
+SHARED_LIBS +=  relp                      1.1 # 3.0
 
 CATEGORIES =   sysutils
 
 HOMEPAGE =     http://www.librelp.com/
 
-MAINTAINER =   Todd T. Fries <t...@openbsd.org>
+MAINTAINER =   Remi Locherer <r...@openbsd.org>
 
 # GPLv3+
 PERMIT_PACKAGE_CDROM = Yes
@@ -21,8 +20,10 @@ WANTLIB += tasn1 unistring z
 
 MASTER_SITES =         http://download.rsyslog.com/librelp/
 
+LIB_DEPENDS =          security/gnutls
+
 SEPARATE_BUILD =       Yes
+
 CONFIGURE_STYLE =      gnu
 
-LIB_DEPENDS =  security/gnutls
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/librelp/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    15 Mar 2016 23:22:13 -0000      1.3
+++ distinfo    22 Feb 2018 07:28:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (librelp-1.2.9.tar.gz) = Ug3nuj3GiNxyxbAU3GHvGR6VKPd9FlHdylX8DBSdmKM=
-SIZE (librelp-1.2.9.tar.gz) = 415909
+SHA256 (librelp-1.2.14.tar.gz) = EfYkGkM2NYozv9rdQ+8pnoJY2wpSQ9DBZEmca4WuWVU=
+SIZE (librelp-1.2.14.tar.gz) = 437975

Reply via email to