From owner-svn-ports-all@freebsd.org Sun Sep 17 01:09:35 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 D8F43E15892; Sun, 17 Sep 2017 01:09:35 +0000 (UTC) (envelope-from swills@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 9ED326A875; Sun, 17 Sep 2017 01:09:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8H19YwF060030; Sun, 17 Sep 2017 01:09:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8H19YPY060027; Sun, 17 Sep 2017 01:09:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709170109.v8H19YPY060027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 17 Sep 2017 01:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449978 - head/textproc/augeas X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/textproc/augeas X-SVN-Commit-Revision: 449978 X-SVN-Commit-Repository: ports 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: Sun, 17 Sep 2017 01:09:36 -0000 Author: swills Date: Sun Sep 17 01:09:34 2017 New Revision: 449978 URL: https://svnweb.freebsd.org/changeset/ports/449978 Log: textproc/augeas: update to 1.8.1 PR: 221892 Submitted by: olgeni Modified: head/textproc/augeas/Makefile head/textproc/augeas/distinfo head/textproc/augeas/pkg-plist Modified: head/textproc/augeas/Makefile ============================================================================== --- head/textproc/augeas/Makefile Sun Sep 17 00:38:59 2017 (r449977) +++ head/textproc/augeas/Makefile Sun Sep 17 01:09:34 2017 (r449978) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= augeas -PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTVERSION= 1.8.1 CATEGORIES= textproc MASTER_SITES= http://download.augeas.net/ Modified: head/textproc/augeas/distinfo ============================================================================== --- head/textproc/augeas/distinfo Sun Sep 17 00:38:59 2017 (r449977) +++ head/textproc/augeas/distinfo Sun Sep 17 01:09:34 2017 (r449978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482493033 -SHA256 (augeas-1.7.0.tar.gz) = b9315575d07f7ba28ca2f9f60b4987dfe77b5970c98b59dc6ca7873fc4979763 -SIZE (augeas-1.7.0.tar.gz) = 2156168 +TIMESTAMP = 1503995679 +SHA256 (augeas-1.8.1.tar.gz) = 65cf75b5a573fee2a5c6c6e3c95cad05f0101e70d3f9db10d53f6cc5b11bc9f9 +SIZE (augeas-1.8.1.tar.gz) = 2165325 Modified: head/textproc/augeas/pkg-plist ============================================================================== --- head/textproc/augeas/pkg-plist Sun Sep 17 00:38:59 2017 (r449977) +++ head/textproc/augeas/pkg-plist Sun Sep 17 01:09:34 2017 (r449978) @@ -6,7 +6,7 @@ include/fa.h lib/libaugeas.a lib/libaugeas.so lib/libaugeas.so.0 -lib/libaugeas.so.0.21.1 +lib/libaugeas.so.0.22.1 lib/libfa.a lib/libfa.so lib/libfa.so.1 @@ -165,6 +165,7 @@ man/man1/augtool.1.gz %%DATADIR%%/lenses/dist/qpid.aug %%DATADIR%%/lenses/dist/quote.aug %%DATADIR%%/lenses/dist/rabbitmq.aug +%%DATADIR%%/lenses/dist/radicale.aug %%DATADIR%%/lenses/dist/redis.aug %%DATADIR%%/lenses/dist/reprepro_uploaders.aug %%DATADIR%%/lenses/dist/resolv.aug @@ -356,6 +357,7 @@ man/man1/augtool.1.gz %%DATADIR%%/lenses/dist/tests/test_qpid.aug %%DATADIR%%/lenses/dist/tests/test_quote.aug %%DATADIR%%/lenses/dist/tests/test_rabbitmq.aug +%%DATADIR%%/lenses/dist/tests/test_radicale.aug %%DATADIR%%/lenses/dist/tests/test_redis.aug %%DATADIR%%/lenses/dist/tests/test_reprepro_uploaders.aug %%DATADIR%%/lenses/dist/tests/test_resolv.aug