From owner-svn-ports-all@freebsd.org Wed Mar 8 00:25:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59D8ED02BE6; Wed, 8 Mar 2017 00:25:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0F9F21DFC; Wed, 8 Mar 2017 00:25:40 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v280Pea9039491; Wed, 8 Mar 2017 00:25:40 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v280PdMq039488; Wed, 8 Mar 2017 00:25:39 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703080025.v280PdMq039488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 8 Mar 2017 00:25:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435649 - 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.23 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, 08 Mar 2017 00:25:41 -0000 Author: matthew Date: Wed Mar 8 00:25:39 2017 New Revision: 435649 URL: https://svnweb.freebsd.org/changeset/ports/435649 Log: Update to 1.0.6 ChangeLog: https://github.com/rsyslog/liblogging/blob/master/ChangeLog Modified: head/devel/liblogging/Makefile head/devel/liblogging/distinfo head/devel/liblogging/pkg-plist Modified: head/devel/liblogging/Makefile ============================================================================== --- head/devel/liblogging/Makefile Tue Mar 7 22:33:38 2017 (r435648) +++ head/devel/liblogging/Makefile Wed Mar 8 00:25:39 2017 (r435649) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblogging -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/liblogging/ @@ -17,8 +17,7 @@ USES= libtool pathfix pkgconfig CONFIGURE_ARGS+= --disable-journal --enable-rfc3195 post-install: -.for l in rfc3195 stdlog - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-${l}.so.0.0.0 -.endfor + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-rfc3195.so.0.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-stdlog.so.0.1.0 .include Modified: head/devel/liblogging/distinfo ============================================================================== --- head/devel/liblogging/distinfo Tue Mar 7 22:33:38 2017 (r435648) +++ head/devel/liblogging/distinfo Wed Mar 8 00:25:39 2017 (r435649) @@ -1,2 +1,3 @@ -SHA256 (liblogging-1.0.5.tar.gz) = 310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b -SIZE (liblogging-1.0.5.tar.gz) = 571051 +TIMESTAMP = 1488930125 +SHA256 (liblogging-1.0.6.tar.gz) = 338c6174e5c8652eaa34f956be3451f7491a4416ab489aef63151f802b00bf93 +SIZE (liblogging-1.0.6.tar.gz) = 593393 Modified: head/devel/liblogging/pkg-plist ============================================================================== --- head/devel/liblogging/pkg-plist Tue Mar 7 22:33:38 2017 (r435648) +++ head/devel/liblogging/pkg-plist Wed Mar 8 00:25:39 2017 (r435649) @@ -11,7 +11,7 @@ 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 +lib/liblogging-stdlog.so.0.1.0 libdata/pkgconfig/liblogging-rfc3195.pc libdata/pkgconfig/liblogging-stdlog.pc man/man1/stdlogctl.1.gz