diff options
author | roam <roam@FreeBSD.org> | 2001-11-08 14:31:11 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-11-08 14:31:11 +0000 |
commit | 916f64fccae85a931c6ffcd1d4c671f565cc6d1f (patch) | |
tree | 336e0bb416408d557f098e73697f06c4b5055d3d /sysutils/penv/Makefile | |
parent | f841a1bd1a04cdb63c01ea89ddd94823215eb3f8 (diff) | |
download | FreeBSD-ports-916f64fccae85a931c6ffcd1d4c671f565cc6d1f.zip FreeBSD-ports-916f64fccae85a931c6ffcd1d4c671f565cc6d1f.tar.gz |
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/Makefile')
-rw-r--r-- | sysutils/penv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/penv/Makefile b/sysutils/penv/Makefile index ab84478..7c95821 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/} |