Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2013 16:08:45 GMT
From:      Cristiano Rolim Pereira <cristianorolim@outlook.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180267: [patch] - update devel/librelp to version 1.1.4
Message-ID:  <201307041608.r64G8j13029077@oldred.freebsd.org>
Resent-Message-ID: <201307041610.r64GA0YM091339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180267
>Category:       ports
>Synopsis:       [patch] - update devel/librelp to version 1.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 04 16:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano Rolim Pereira
>Release:        9.1 RELEASE
>Organization:
>Environment:
>Description:
The attached diff updates devel/librelp to version 1.1.4 ( It is required by the latest Rsyslog versions).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN librelp.orig/Makefile librelp/Makefile
--- librelp.orig/Makefile	2013-06-27 23:24:00.000000000 -0300
+++ librelp/Makefile	2013-07-04 14:02:30.000000000 -0300
@@ -2,14 +2,16 @@
 # $FreeBSD: devel/librelp/Makefile 319068 2013-05-25 19:12:28Z brd $
 
 PORTNAME=	librelp
-PORTVERSION=	1.0.7
+PORTVERSION=	1.1.4
 CATEGORIES=	devel
 MASTER_SITES=	http://download.rsyslog.com/librelp/
 
 MAINTAINER=	brd@FreeBSD.org
 COMMENT=	Reliable event logging protocol library
 
-USE_GNOME=	gnomehack pkgconfig
+LIB_DEPENDS+=   gnutls.26:${PORTSDIR}/security/gnutls
+
+USE_PKGCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
diff -ruN librelp.orig/distinfo librelp/distinfo
--- librelp.orig/distinfo	2013-06-27 23:24:00.000000000 -0300
+++ librelp/distinfo	2013-07-04 13:59:39.000000000 -0300
@@ -1,2 +1,2 @@
-SHA256 (librelp-1.0.7.tar.gz) = 615df51cbbd6e62ed3900e1934e79c2ac02b533c01de20d28009968e54e93779
-SIZE (librelp-1.0.7.tar.gz) = 379704
+SHA256 (librelp-1.1.4.tar.gz) = 85df54b14d53525612c3c592f9121f16e0f694d32d69d4c82261ecd513014e50
+SIZE (librelp-1.1.4.tar.gz) = 401234


>Release-Note:
>Audit-Trail:
>Unformatted:



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