Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 16:49:09 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326992 - in head: devel/librelp sysutils/rsyslog6-relp
Message-ID:  <201309111649.r8BGn9xS079694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Sep 11 16:49:09 2013
New Revision: 326992
URL: http://svnweb.freebsd.org/changeset/ports/326992

Log:
  devel/librelp: update to 1.2.0
  
  - Update to 1.2.0
  - Bump PORTREVISION for dependent port
  
  PR:		ports/180267
  Submitted by:	Cristiano Rolim Pereira <cristianorolim outlook.com>
  Approved by:	maintainer (timeout)

Modified:
  head/devel/librelp/Makefile
  head/devel/librelp/distinfo
  head/sysutils/rsyslog6-relp/Makefile

Modified: head/devel/librelp/Makefile
==============================================================================
--- head/devel/librelp/Makefile	Wed Sep 11 16:45:58 2013	(r326991)
+++ head/devel/librelp/Makefile	Wed Sep 11 16:49:09 2013	(r326992)
@@ -2,13 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	librelp
-PORTVERSION=	1.0.7
+PORTVERSION=	1.2.0
 CATEGORIES=	devel
 MASTER_SITES=	http://download.rsyslog.com/librelp/
 
 MAINTAINER=	brd@FreeBSD.org
 COMMENT=	Reliable event logging protocol library
 
+LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
+
 USES=		pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes

Modified: head/devel/librelp/distinfo
==============================================================================
--- head/devel/librelp/distinfo	Wed Sep 11 16:45:58 2013	(r326991)
+++ head/devel/librelp/distinfo	Wed Sep 11 16:49:09 2013	(r326992)
@@ -1,2 +1,2 @@
-SHA256 (librelp-1.0.7.tar.gz) = 615df51cbbd6e62ed3900e1934e79c2ac02b533c01de20d28009968e54e93779
-SIZE (librelp-1.0.7.tar.gz) = 379704
+SHA256 (librelp-1.2.0.tar.gz) = 5a8870fd2ae496be08d100ef8a65807311f11d6976ed37b8e0cd8024872c31e5
+SIZE (librelp-1.2.0.tar.gz) = 406527

Modified: head/sysutils/rsyslog6-relp/Makefile
==============================================================================
--- head/sysutils/rsyslog6-relp/Makefile	Wed Sep 11 16:45:58 2013	(r326991)
+++ head/sysutils/rsyslog6-relp/Makefile	Wed Sep 11 16:49:09 2013	(r326992)
@@ -1,11 +1,13 @@
 # Created by: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
 # $FreeBSD$
 
+PORTREVISION=	1
+
 COMMENT=	RELP input/output module for rsyslog
 MASTERDIR=	${.CURDIR}/../rsyslog6
 
 MNAME=	relp
-LIB_DEPENDS=	relp.0:${PORTSDIR}/devel/librelp
+LIB_DEPENDS=	librelp.so:${PORTSDIR}/devel/librelp
 
 USES=		pkgconfig
 



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