diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-11-08 14:31:11 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-11-08 14:31:11 +0000 |
commit | 3971100205a9f8c1b1f14354e11a90bebcfc15cb (patch) | |
tree | d072eb927f3dab098b5be597abf51ae3638f253d /sysutils/penv | |
parent | 92e2441326486884fd76d87ba0d5a920a9d7510c (diff) |
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.
Notes
Notes:
svn path=/head/; revision=49841
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 |