Received: by mail.netbsd.org (Postfix, from userid 605) id 88F5584D7A; Tue, 12 Feb 2019 12:21:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 116BC84D46 for ; Tue, 12 Feb 2019 12:21:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GQWWuAQo7IEp for ; Tue, 12 Feb 2019 12:21:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 40CEC84C81 for ; Tue, 12 Feb 2019 12:21:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B139FB16; Tue, 12 Feb 2019 12:21:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549974061246600" MIME-Version: 1.0 Date: Tue, 12 Feb 2019 12:21:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190212122101.3B139FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1549974061246600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 12 12:21:01 UTC 2019 Modified Files: pkgsrc/sysutils/augeas: Makefile PLIST distinfo pkgsrc/sysutils/py-augeas: Makefile PLIST distinfo Log Message: augeas: updated to 1.11.0 1.11.0: General changes/additions * augmatch: add a --quiet option; make the exit status useful to tell whether there was a match or not * Drastically reduce the amount of memory needed to evaluate complex path expressions against large files * Fix a segfault on OSX when 'augmatch' is run without any arguments API changes * aug_source did not in fact return the source; and always returned NULL for that. That has been fixed. Lens changes/additions * Chrony: add new options supported in chrony 3.2 and 3.3 * Dhclient: fix parsing of append/prepend and similar directives * Fstab: allow leading whitespace in mount entry lines * Grub: tolerate some invalid entries. Those invalid entries get mapped to '#error' nodes * Httpd: accept comments with whitespace right after a tag opening a section * Json: allow escaped slashes in strings * Multipath: accept regular expressions for devnode, wwid, and property in blacklist and blacklist_exceptions sections * Nginx: parse /etc/nginx/sites-enabled (plumbeo) allow semicolons inside double quoted strings in simple directives, and allow simple directives without an argument * Redis: accept the 'bind' statement with multiple IP addresses * Rsyslog: support include() directive introduced in rsyslog 8.33 * Strongswan: new lens * Systemd: do not try to treat *.d or *.wants directories as configuration files To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/augeas/Makefile \ pkgsrc/sysutils/augeas/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/augeas/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-augeas/Makefile \ pkgsrc/sysutils/py-augeas/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-augeas/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549974061246600 Content-Disposition: inline Content-Length: 6028 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/augeas/Makefile diff -u pkgsrc/sysutils/augeas/Makefile:1.3 pkgsrc/sysutils/augeas/Makefile:1.4 --- pkgsrc/sysutils/augeas/Makefile:1.3 Fri Nov 3 11:05:42 2017 +++ pkgsrc/sysutils/augeas/Makefile Tue Feb 12 12:21:00 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/11/03 11:05:42 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4 2019/02/12 12:21:00 adam Exp $ -DISTNAME= augeas-1.9.0 +DISTNAME= augeas-1.11.0 CATEGORIES= sysutils MASTER_SITES= http://download.augeas.net/ @@ -9,12 +9,12 @@ HOMEPAGE= http://augeas.net/ COMMENT= Tool for editing configuration programmatically LICENSE= gnu-lgpl-v2.1 -GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config -USE_LIBTOOL= yes - +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= augeas.pc.in +TEST_TARGET= check -.include "../../mk/readline.buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/readline.buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/augeas/distinfo diff -u pkgsrc/sysutils/augeas/distinfo:1.3 pkgsrc/sysutils/augeas/distinfo:1.4 --- pkgsrc/sysutils/augeas/distinfo:1.3 Fri Nov 3 11:05:42 2017 +++ pkgsrc/sysutils/augeas/distinfo Tue Feb 12 12:21:00 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/11/03 11:05:42 bsiegert Exp $ +$NetBSD: distinfo,v 1.4 2019/02/12 12:21:00 adam Exp $ -SHA1 (augeas-1.9.0.tar.gz) = d44d35356d0a589ff387d98d3891fe4a6537fe8b -RMD160 (augeas-1.9.0.tar.gz) = da1a9e21e9273bd69eb706c18a96bca31aa19462 -SHA512 (augeas-1.9.0.tar.gz) = 340aed78ac2df455770735b41f3c10a1cbe40f160e236a735d4580edf5b635afeaf7ddadc10e759e9197c4b233e98b3b6b94a3c2f072aa765c104d64371ce171 -Size (augeas-1.9.0.tar.gz) = 2199534 bytes +SHA1 (augeas-1.11.0.tar.gz) = a6147dce6daaab14c76267797e6dafe75408c0ee +RMD160 (augeas-1.11.0.tar.gz) = da5c92d352faa7833824b671a650380ea465d99f +SHA512 (augeas-1.11.0.tar.gz) = 1b67bb7fcd9b560d3fe4a5c753d5e778db73caaab6e50367afd123eec107b65b73096913ac7d5170e85f5b63ff3522b2a6932b130e207ab22560dfc6e267b8a1 +Size (augeas-1.11.0.tar.gz) = 2393675 bytes Index: pkgsrc/sysutils/augeas/PLIST diff -u pkgsrc/sysutils/augeas/PLIST:1.2 pkgsrc/sysutils/augeas/PLIST:1.3 --- pkgsrc/sysutils/augeas/PLIST:1.2 Fri Nov 3 11:05:42 2017 +++ pkgsrc/sysutils/augeas/PLIST Tue Feb 12 12:21:00 2019 @@ -1,13 +1,14 @@ -@comment $NetBSD: PLIST,v 1.2 2017/11/03 11:05:42 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/02/12 12:21:00 adam Exp $ +bin/augmatch bin/augparse bin/augtool -bin/dump bin/fadot include/augeas.h include/fa.h lib/libaugeas.la lib/libfa.la lib/pkgconfig/augeas.pc +man/man1/augmatch.1 man/man1/augparse.1 man/man1/augtool.1 share/vim/vimfiles/ftdetect/augeas.vim Index: pkgsrc/sysutils/py-augeas/Makefile diff -u pkgsrc/sysutils/py-augeas/Makefile:1.3 pkgsrc/sysutils/py-augeas/Makefile:1.4 --- pkgsrc/sysutils/py-augeas/Makefile:1.3 Wed Nov 1 08:23:42 2017 +++ pkgsrc/sysutils/py-augeas/Makefile Tue Feb 12 12:21:00 2019 @@ -1,21 +1,22 @@ -# $NetBSD: Makefile,v 1.3 2017/11/01 08:23:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2019/02/12 12:21:00 adam Exp $ -DISTNAME= python-augeas-0.5.0 +DISTNAME= python-augeas-1.0.3 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_PYPI:=python-augeas/} +CATEGORIES= sysutils python +MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-augeas/} MAINTAINER= bsiegert@NetBSD.org HOMEPAGE= http://augeas.net/ COMMENT= Python bindings for Augeas LICENSE= gnu-lgpl-v2.1 -EGG_NAME= ${DISTNAME:S/-/_/} +DEPENDS+= ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi + +USE_LANGUAGES= # none do-test: - (cd ${WRKSRC}/test && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} \ - test_augeas.py) + cd ${WRKSRC}/test && ${PYTHONBIN} test_augeas.py .include "../../sysutils/augeas/buildlink3.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/py-augeas/distinfo diff -u pkgsrc/sysutils/py-augeas/distinfo:1.3 pkgsrc/sysutils/py-augeas/distinfo:1.4 --- pkgsrc/sysutils/py-augeas/distinfo:1.3 Tue Dec 1 13:04:53 2015 +++ pkgsrc/sysutils/py-augeas/distinfo Tue Feb 12 12:21:00 2019 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/12/01 13:04:53 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2019/02/12 12:21:00 adam Exp $ -SHA1 (python-augeas-0.5.0.tar.gz) = b758e3d1349999b5d9f3397af3b9e186a2fcfd48 -RMD160 (python-augeas-0.5.0.tar.gz) = 909056aeef54735a398581b7a30acb5eff190279 -SHA512 (python-augeas-0.5.0.tar.gz) = d93d9e21c720084ee3c1841a2172dd1a4cfb41e668de0f557bd214efd65e685a1e5fc713a7d34e0fed727fe908bb1e8a09a1c10587bc27f3708cbcdee575cc51 -Size (python-augeas-0.5.0.tar.gz) = 90667 bytes -SHA1 (patch-augeas.py) = a7efcc8a9b6fd41fd869f6001e0515435d5aafcd +SHA1 (python-augeas-1.0.3.tar.gz) = 71bf939b5cb5e13ad472727418a16c1883910ea8 +RMD160 (python-augeas-1.0.3.tar.gz) = ecd3dce58550862c9753022713944aa431510d93 +SHA512 (python-augeas-1.0.3.tar.gz) = 737b41e7bb438d80da75b55714c3f0b1706a4b2cacddd20fadf855bc3044e532f4079319b3775032e6f6009cf7f282af33fdf583332772b443a6c2d4925639fa +Size (python-augeas-1.0.3.tar.gz) = 92747 bytes Index: pkgsrc/sysutils/py-augeas/PLIST diff -u pkgsrc/sysutils/py-augeas/PLIST:1.1 pkgsrc/sysutils/py-augeas/PLIST:1.2 --- pkgsrc/sysutils/py-augeas/PLIST:1.1 Tue Dec 30 17:04:15 2014 +++ pkgsrc/sysutils/py-augeas/PLIST Tue Feb 12 12:21:00 2019 @@ -1,5 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1 2014/12/30 17:04:15 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/02/12 12:21:00 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/augeas.py ${PYSITELIB}/augeas.pyc ${PYSITELIB}/augeas.pyo -${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/augeas/__init__.py +${PYSITELIB}/augeas/__init__.pyc +${PYSITELIB}/augeas/__init__.pyo +${PYSITELIB}/augeas/ffi.py +${PYSITELIB}/augeas/ffi.pyc +${PYSITELIB}/augeas/ffi.pyo --_----------=_1549974061246600--