From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 16:49:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 87E7551A; Wed, 11 Sep 2013 16:49:10 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5BE1F2810; Wed, 11 Sep 2013 16:49:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BGnAP5079697; Wed, 11 Sep 2013 16:49:10 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8BGn9xS079694; Wed, 11 Sep 2013 16:49:09 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309111649.r8BGn9xS079694@svn.freebsd.org> From: William Grzybowski Date: Wed, 11 Sep 2013 16:49:09 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 16:49:10 -0000 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 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 # $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