diff options
author | roam <roam@FreeBSD.org> | 2001-11-08 22:31:11 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-11-08 22:31:11 +0800 |
commit | 916f64fccae85a931c6ffcd1d4c671f565cc6d1f (patch) | |
tree | 336e0bb416408d557f098e73697f06c4b5055d3d /sysutils/penv | |
parent | f841a1bd1a04cdb63c01ea89ddd94823215eb3f8 (diff) | |
download | freebsd-ports-gnome-916f64fccae85a931c6ffcd1d4c671f565cc6d1f.tar.gz freebsd-ports-gnome-916f64fccae85a931c6ffcd1d4c671f565cc6d1f.tar.zst freebsd-ports-gnome-916f64fccae85a931c6ffcd1d4c671f565cc6d1f.zip |
Update to 1.1pre3:
- fix a segfault when no arguments were given to the 'exec' action;
- rework the 'setvar' code, allow setting of empty variables, which
envdir(1) interprets as requests to unset the corresponding env vars;
- replace the printenv(1) invocation with local envdir parsing code
for the 'list' action.
Diffstat (limited to 'sysutils/penv')
-rw-r--r-- | sysutils/penv/Makefile | 2 | ||||
-rw-r--r-- | sysutils/penv/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/penv/Makefile b/sysutils/penv/Makefile index ab8447856403..7c958218e7a3 100644 --- a/sysutils/penv/Makefile +++ b/sysutils/penv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= penv -PORTVERSION= 1.1.b2 +PORTVERSION= 1.1.b3 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/penv/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} diff --git a/sysutils/penv/distinfo b/sysutils/penv/distinfo index 2992f2d0f288..24cae54de9c9 100644 --- a/sysutils/penv/distinfo +++ b/sysutils/penv/distinfo @@ -1 +1 @@ -MD5 (penv-1.1pre2.tar.gz) = e0615647dbf395fb5566ac92c6048d63 +MD5 (penv-1.1pre3.tar.gz) = 24388baad21f9f27d573ad76d7cec625 |