From owner-svn-ports-all@FreeBSD.ORG Wed Dec 10 18:24:32 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1060F589; Wed, 10 Dec 2014 18:24:32 +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 D7C84DD4; Wed, 10 Dec 2014 18:24:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBAIOVwk034181; Wed, 10 Dec 2014 18:24:31 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBAIOVx4034177; Wed, 10 Dec 2014 18:24:31 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201412101824.sBAIOVx4034177@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Wed, 10 Dec 2014 18:24:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374482 - head/devel/liblogging 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-1 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: Wed, 10 Dec 2014 18:24:32 -0000 Author: brd (doc committer) Date: Wed Dec 10 18:24:30 2014 New Revision: 374482 URL: https://svnweb.freebsd.org/changeset/ports/374482 QAT: https://qat.redports.org/buildarchive/r374482/ Log: Upgrade devel/liblogging to 1.0.5 and enable rfc3195 support for rsyslog to use. Changelog: http://www.liblogging.org/2014/12/liblogging-105-released.html Approved by: zi Modified: head/devel/liblogging/Makefile head/devel/liblogging/distinfo head/devel/liblogging/pkg-plist Modified: head/devel/liblogging/Makefile ============================================================================== --- head/devel/liblogging/Makefile Wed Dec 10 17:44:51 2014 (r374481) +++ head/devel/liblogging/Makefile Wed Dec 10 18:24:30 2014 (r374482) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= liblogging -PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTVERSION= 1.0.5 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/liblogging/ @@ -15,9 +14,11 @@ LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig -CONFIGURE_ARGS+= --disable-journal +CONFIGURE_ARGS+= --disable-journal --enable-rfc3195 post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-stdlog.so.0.0.0 +.for l in rfc3195 stdlog + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-${l}.so.0.0.0 +.endfor .include Modified: head/devel/liblogging/distinfo ============================================================================== --- head/devel/liblogging/distinfo Wed Dec 10 17:44:51 2014 (r374481) +++ head/devel/liblogging/distinfo Wed Dec 10 18:24:30 2014 (r374482) @@ -1,2 +1,2 @@ -SHA256 (liblogging-1.0.4.tar.gz) = aceb5d2aa8bdc771ff66f407f9adf4176b654db63e34a8605795b68be537b81c -SIZE (liblogging-1.0.4.tar.gz) = 565078 +SHA256 (liblogging-1.0.5.tar.gz) = 310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b +SIZE (liblogging-1.0.5.tar.gz) = 571051 Modified: head/devel/liblogging/pkg-plist ============================================================================== --- head/devel/liblogging/pkg-plist Wed Dec 10 17:44:51 2014 (r374481) +++ head/devel/liblogging/pkg-plist Wed Dec 10 18:24:30 2014 (r374482) @@ -1,9 +1,18 @@ bin/stdlogctl +include/liblogging/liblogging.h +include/liblogging/settings.h +include/liblogging/srAPI.h include/liblogging/stdlog.h +include/liblogging/syslogmessage.h +lib/liblogging-rfc3195.a +lib/liblogging-rfc3195.so +lib/liblogging-rfc3195.so.0 +lib/liblogging-rfc3195.so.0.0.0 lib/liblogging-stdlog.a lib/liblogging-stdlog.so lib/liblogging-stdlog.so.0 lib/liblogging-stdlog.so.0.0.0 +libdata/pkgconfig/liblogging-rfc3195.pc libdata/pkgconfig/liblogging-stdlog.pc man/man1/stdlogctl.1.gz man/man3/stdlog.3.gz