Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2018 17:05:00 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465616 - head/textproc/augeas
Message-ID:  <201803261705.w2QH50Ab013658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Mar 26 17:05:00 2018
New Revision: 465616
URL: https://svnweb.freebsd.org/changeset/ports/465616

Log:
  textproc/augeas: update to 1.10.1
  
  While here, pass maintainership to puppet@ which this is primarily used by
  puppet.

Modified:
  head/textproc/augeas/Makefile   (contents, props changed)
  head/textproc/augeas/distinfo   (contents, props changed)
  head/textproc/augeas/pkg-plist   (contents, props changed)

Modified: head/textproc/augeas/Makefile
==============================================================================
--- head/textproc/augeas/Makefile	Mon Mar 26 16:55:52 2018	(r465615)
+++ head/textproc/augeas/Makefile	Mon Mar 26 17:05:00 2018	(r465616)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	augeas
-PORTVERSION=	1.9.0
+PORTVERSION=	1.10.1
 CATEGORIES=	textproc
 MASTER_SITES=	http://download.augeas.net/
 
-MAINTAINER=	swills@FreeBSD.org
+MAINTAINER=	puppet@FreeBSD.org
 COMMENT=	Configuration editing tool
 
 LICENSE=	LGPL21
@@ -29,8 +29,5 @@ post-patch:
 		${WRKSRC}/lenses/puppet.aug \
 		${WRKSRC}/lenses/puppet_auth.aug \
 		${WRKSRC}/lenses/puppetfileserver.aug
-
-post-install:
-	${MV} ${STAGEDIR}${PREFIX}/bin/dump ${STAGEDIR}${PREFIX}/bin/augdump
 
 .include <bsd.port.mk>

Modified: head/textproc/augeas/distinfo
==============================================================================
--- head/textproc/augeas/distinfo	Mon Mar 26 16:55:52 2018	(r465615)
+++ head/textproc/augeas/distinfo	Mon Mar 26 17:05:00 2018	(r465616)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507367132
-SHA256 (augeas-1.9.0.tar.gz) = 2b463d398cabc9b42747aa61d3e83ed6a93ce03d9074cf8e7a7bd3107a668343
-SIZE (augeas-1.9.0.tar.gz) = 2199534
+TIMESTAMP = 1522078088
+SHA256 (augeas-1.10.1.tar.gz) = 52db256afab261d31cc147eaa1a71795a5fec59e888dfd0b65a84c7aacd6364d
+SIZE (augeas-1.10.1.tar.gz) = 2289207

Modified: head/textproc/augeas/pkg-plist
==============================================================================
--- head/textproc/augeas/pkg-plist	Mon Mar 26 16:55:52 2018	(r465615)
+++ head/textproc/augeas/pkg-plist	Mon Mar 26 17:05:00 2018	(r465616)
@@ -1,18 +1,19 @@
+bin/augmatch
 bin/augparse
 bin/augtool
-bin/augdump
 bin/fadot
 include/augeas.h
 include/fa.h
 lib/libaugeas.a
 lib/libaugeas.so
 lib/libaugeas.so.0
-lib/libaugeas.so.0.23.0
+lib/libaugeas.so.0.24.0
 lib/libfa.a
 lib/libfa.so
 lib/libfa.so.1
-lib/libfa.so.1.4.5
+lib/libfa.so.1.5.1
 libdata/pkgconfig/augeas.pc
+man/man1/augmatch.1.gz
 man/man1/augparse.1.gz
 man/man1/augtool.1.gz
 %%DATADIR%%/lenses/dist/access.aug
@@ -75,6 +76,7 @@ man/man1/augtool.1.gz
 %%DATADIR%%/lenses/dist/getcap.aug
 %%DATADIR%%/lenses/dist/group.aug
 %%DATADIR%%/lenses/dist/grub.aug
+%%DATADIR%%/lenses/dist/grubenv.aug
 %%DATADIR%%/lenses/dist/gshadow.aug
 %%DATADIR%%/lenses/dist/gtkbookmarks.aug
 %%DATADIR%%/lenses/dist/host_conf.aug
@@ -171,6 +173,7 @@ man/man1/augtool.1.gz
 %%DATADIR%%/lenses/dist/quote.aug
 %%DATADIR%%/lenses/dist/rabbitmq.aug
 %%DATADIR%%/lenses/dist/radicale.aug
+%%DATADIR%%/lenses/dist/rancid.aug
 %%DATADIR%%/lenses/dist/redis.aug
 %%DATADIR%%/lenses/dist/reprepro_uploaders.aug
 %%DATADIR%%/lenses/dist/resolv.aug
@@ -272,6 +275,7 @@ man/man1/augtool.1.gz
 %%DATADIR%%/lenses/dist/tests/test_getcap.aug
 %%DATADIR%%/lenses/dist/tests/test_group.aug
 %%DATADIR%%/lenses/dist/tests/test_grub.aug
+%%DATADIR%%/lenses/dist/tests/test_grubenv.aug
 %%DATADIR%%/lenses/dist/tests/test_gshadow.aug
 %%DATADIR%%/lenses/dist/tests/test_gtkbookmarks.aug
 %%DATADIR%%/lenses/dist/tests/test_host_conf.aug
@@ -369,6 +373,7 @@ man/man1/augtool.1.gz
 %%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_rancid.aug
 %%DATADIR%%/lenses/dist/tests/test_redis.aug
 %%DATADIR%%/lenses/dist/tests/test_reprepro_uploaders.aug
 %%DATADIR%%/lenses/dist/tests/test_resolv.aug



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803261705.w2QH50Ab013658>