From owner-svn-ports-all@FreeBSD.ORG Thu May 15 23:40:24 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id E69C3E6C; Thu, 15 May 2014 23:40:24 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D36782F7B; Thu, 15 May 2014 23:40:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FNeOUV073599; Thu, 15 May 2014 23:40:24 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FNeNqH073591; Thu, 15 May 2014 23:40:23 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201405152340.s4FNeNqH073591@svn.freebsd.org> From: Brad Davis Date: Thu, 15 May 2014 23:40:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354181 - in head: devel/libestr devel/liblogging sysutils/rsyslog7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 23:40:25 -0000 Author: brd (doc committer) Date: Thu May 15 23:40:22 2014 New Revision: 354181 URL: http://svnweb.freebsd.org/changeset/ports/354181 QAT: https://qat.redports.org/buildarchive/r354181/ Log: - Update devel/libestr from 0.1.8 to 0.1.9 - Update devel/liblogging from 1.0.1 to 1.0.4 - Update sysutils/rsyslog7 from 7.6.0 to 7.6.3 Reviewed by: zi@ Modified: head/devel/libestr/Makefile head/devel/libestr/distinfo head/devel/liblogging/Makefile head/devel/liblogging/distinfo head/devel/liblogging/pkg-plist head/sysutils/rsyslog7/Makefile head/sysutils/rsyslog7/distinfo Modified: head/devel/libestr/Makefile ============================================================================== --- head/devel/libestr/Makefile Thu May 15 23:28:16 2014 (r354180) +++ head/devel/libestr/Makefile Thu May 15 23:40:22 2014 (r354181) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libestr -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= devel MASTER_SITES= http://libestr.adiscon.com/files/download/ Modified: head/devel/libestr/distinfo ============================================================================== --- head/devel/libestr/distinfo Thu May 15 23:28:16 2014 (r354180) +++ head/devel/libestr/distinfo Thu May 15 23:40:22 2014 (r354181) @@ -1,2 +1,2 @@ -SHA256 (libestr-0.1.8.tar.gz) = ce18565af57adc219799fe1659baaa70f58f169795882d770a7a2fe8ca8a6615 -SIZE (libestr-0.1.8.tar.gz) = 330032 +SHA256 (libestr-0.1.9.tar.gz) = 822c6e2d01eaca1e72201f403a2ca01f3e86410b880e508e5204e3c2694d751a +SIZE (libestr-0.1.9.tar.gz) = 330114 Modified: head/devel/liblogging/Makefile ============================================================================== --- head/devel/liblogging/Makefile Thu May 15 23:28:16 2014 (r354180) +++ head/devel/liblogging/Makefile Thu May 15 23:40:22 2014 (r354181) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblogging -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/liblogging/ @@ -13,7 +13,9 @@ COMMENT= Easy to use system logging libr LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= libtool:keepla pathfix +USES= libtool:keepla pathfix pkgconfig + +CONFIGURE_ARGS+= --disable-journal post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-stdlog.so.0.0.0 Modified: head/devel/liblogging/distinfo ============================================================================== --- head/devel/liblogging/distinfo Thu May 15 23:28:16 2014 (r354180) +++ head/devel/liblogging/distinfo Thu May 15 23:40:22 2014 (r354181) @@ -1,2 +1,2 @@ -SHA256 (liblogging-1.0.1.tar.gz) = 99d09101cc3c22e2388fe2a817bb1c6f5fe2275623aadb94a49d1c2259102bfa -SIZE (liblogging-1.0.1.tar.gz) = 524168 +SHA256 (liblogging-1.0.4.tar.gz) = aceb5d2aa8bdc771ff66f407f9adf4176b654db63e34a8605795b68be537b81c +SIZE (liblogging-1.0.4.tar.gz) = 565078 Modified: head/devel/liblogging/pkg-plist ============================================================================== --- head/devel/liblogging/pkg-plist Thu May 15 23:28:16 2014 (r354180) +++ head/devel/liblogging/pkg-plist Thu May 15 23:40:22 2014 (r354181) @@ -1,3 +1,4 @@ +bin/stdlogctl include/liblogging/stdlog.h lib/liblogging-stdlog.a lib/liblogging-stdlog.la @@ -5,4 +6,6 @@ lib/liblogging-stdlog.so lib/liblogging-stdlog.so.0 lib/liblogging-stdlog.so.0.0.0 libdata/pkgconfig/liblogging-stdlog.pc +man/man1/stdlogctl.1.gz +man/man3/stdlog.3.gz @dirrm include/liblogging Modified: head/sysutils/rsyslog7/Makefile ============================================================================== --- head/sysutils/rsyslog7/Makefile Thu May 15 23:28:16 2014 (r354180) +++ head/sysutils/rsyslog7/Makefile Thu May 15 23:40:22 2014 (r354181) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 7.6.0 +PORTVERSION= 7.6.3 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ Modified: head/sysutils/rsyslog7/distinfo ============================================================================== --- head/sysutils/rsyslog7/distinfo Thu May 15 23:28:16 2014 (r354180) +++ head/sysutils/rsyslog7/distinfo Thu May 15 23:40:22 2014 (r354181) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-7.6.0.tar.gz) = c40da756369dbb560b26f5baab5bdbdf25f728c74c32e9ae28a1888f376020a0 -SIZE (rsyslog-7.6.0.tar.gz) = 2601253 +SHA256 (rsyslog-7.6.3.tar.gz) = 013359035f8b6e5a4328edaffbda1120974accaba36ddc5de66a582fa588f5ec +SIZE (rsyslog-7.6.3.tar.gz) = 3052448