diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-05-03 01:55:04 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-05-03 01:55:04 +0000 |
commit | 2b2348064ea881f06c973e88ead74f664f32e836 (patch) | |
tree | dbf70d6219092a01e14a99edd1823252dadc20a3 /textproc/augeas | |
parent | d32dbd4bc781289e69b2afcce0c5c75a168a9222 (diff) |
Notes
Diffstat (limited to 'textproc/augeas')
-rw-r--r-- | textproc/augeas/Makefile | 2 | ||||
-rw-r--r-- | textproc/augeas/files/patch-lenses__shellvars.aug | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 65acacc9d2f6..2d3411a1f632 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -8,7 +8,7 @@ PORTNAME= augeas PORTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://augeas.net/download/ diff --git a/textproc/augeas/files/patch-lenses__shellvars.aug b/textproc/augeas/files/patch-lenses__shellvars.aug index 3e185cbc84c2..abbf36aff813 100644 --- a/textproc/augeas/files/patch-lenses__shellvars.aug +++ b/textproc/augeas/files/patch-lenses__shellvars.aug @@ -1,10 +1,12 @@ ---- ./lenses/shellvars.aug.orig 2012-05-01 13:51:21.934163842 -0400 -+++ ./lenses/shellvars.aug 2012-05-01 13:52:04.015160071 -0400 -@@ -196,6 +196,7 @@ +--- lenses/shellvars.aug.orig 2011-11-28 18:51:05.000000000 -0500 ++++ lenses/shellvars.aug 2012-05-02 21:42:02.878164637 -0400 +@@ -196,6 +196,9 @@ . incl "/etc/cron-apt/config" . incl "/etc/environment" . incl "/etc/blkid.conf" + . incl "/etc/rc.conf" ++ . incl "/etc/periodic.conf" ++ . incl "/boot/loader.conf" let filter = filter_sysconfig . filter_ifcfg |