Wed Jan 1 18:34:39 2020 UTC ()
Update augeas to 1.12.0.

1.12.0 - 2019-04-13

      + General changes/additions
          o update gnulib to 91584ed6
      + Lens changes/additions
          o Anaconda: new lens to process /etc/sysconfig/anaconda instead of
            Shellvars (Pino Toscano) (Issue #597)
          o DevfsRules: add lens for FreeBSD devfs.rules files
          o Dovecot: permit ! in block titles (Nathan Ward) (Issue #599)
          o Hostname: Allow creation of hostname when file is missing (David
            Farrell) (Issue #606)
          o Krb5: add more pkinit_* options (Issue #603)
          o Logrotate: fix missing recognition of double quoted filenames
            (Issue #611)
          o Multipath: accept values enclosed in quotes (Issue #583)
          o Nginx: support unix sockets as server address (Issue #618)
          o Nsswitch: add merge action (Issue #609)
          o Pam: accept continuation lines (Issue #590)
          o Puppetfile: allow symbols as (optional) values (Issue #619) allow
            comments in entries (Issue #620)
          o Rsyslog: support dynamic file paths (Issue #622) treat #!/+/- as
            comment (arnolda, PR #595)
          o Syslog: accept 'include' directive (Issue #486)
          o Semanage: new lens to process /etc/selinux/semanage.conf instead of
            Simplevars (Pino Toscano) (Issue #594)
          o Shellvars: allow and/or in @if conditions (#582) accept functions
            wrapped in round brackets, accept variables with a dash in their
            name, exclude csh/tcsh profile scripts (Pino Toscano) (Issue #600)
            accept variable as command (Issue #601)
          o Ssh: accept RekeyLimit (Issue #605)
          o Sshd: accept '=' to separate option names from their values (Emil
            Dragu, #587)
          o Sudoers: support 'always_query_group_plugin' flag (Steve Traylen, #
            588)
          o Strongswan: parse lists. This is a backwards-incompatible change
            since list entries that were parsed into a single string are now
            split into a list of entries (Kaarle Ritvanen)
          o Toml: new lens to parse .toml files (PR #91)
          o Xorg: accept empty values for options (arnolda, PR #596)


(bsiegert)
diff -r1.4 -r1.5 pkgsrc/sysutils/augeas/Makefile
diff -r1.4 -r1.5 pkgsrc/sysutils/augeas/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/sysutils/augeas/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/augeas/Makefile 2019/02/12 12:21:00 1.4
+++ pkgsrc/sysutils/augeas/Makefile 2020/01/01 18:34:38 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2019/02/12 12:21:00 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2020/01/01 18:34:38 bsiegert Exp $
2 2
3DISTNAME= augeas-1.11.0 3DISTNAME= augeas-1.12.0
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= http://download.augeas.net/ 5MASTER_SITES= http://download.augeas.net/
6 6
7MAINTAINER= bsiegert@NetBSD.org 7MAINTAINER= bsiegert@NetBSD.org
8HOMEPAGE= http://augeas.net/ 8HOMEPAGE= http://augeas.net/
9COMMENT= Tool for editing configuration programmatically 9COMMENT= Tool for editing configuration programmatically
10LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
11 11
12USE_LIBTOOL= yes 12USE_LIBTOOL= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15PKGCONFIG_OVERRIDE+= augeas.pc.in 15PKGCONFIG_OVERRIDE+= augeas.pc.in
16TEST_TARGET= check 16TEST_TARGET= check

cvs diff -r1.4 -r1.5 pkgsrc/sysutils/augeas/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/augeas/distinfo 2019/02/12 12:21:00 1.4
+++ pkgsrc/sysutils/augeas/distinfo 2020/01/01 18:34:38 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2019/02/12 12:21:00 adam Exp $ 1$NetBSD: distinfo,v 1.5 2020/01/01 18:34:38 bsiegert Exp $
2 2
3SHA1 (augeas-1.11.0.tar.gz) = a6147dce6daaab14c76267797e6dafe75408c0ee 3SHA1 (augeas-1.12.0.tar.gz) = afe7aee292e058141d8c19f6a82b5f8bae2d5163
4RMD160 (augeas-1.11.0.tar.gz) = da5c92d352faa7833824b671a650380ea465d99f 4RMD160 (augeas-1.12.0.tar.gz) = 989b454bdf814faab8164ad86b04cdd1e0635c97
5SHA512 (augeas-1.11.0.tar.gz) = 1b67bb7fcd9b560d3fe4a5c753d5e778db73caaab6e50367afd123eec107b65b73096913ac7d5170e85f5b63ff3522b2a6932b130e207ab22560dfc6e267b8a1 5SHA512 (augeas-1.12.0.tar.gz) = 4f61d4abbf338e915dfae212560d39792674bc757f05f500afa80c6170abc214ffb99cab2cf5bbd1c2338d11a6909e5fc3ff7112a2246fca69f7b39ac283da40
6Size (augeas-1.11.0.tar.gz) = 2393675 bytes 6Size (augeas-1.12.0.tar.gz) = 2429279 bytes