diff options
author | roam <roam@FreeBSD.org> | 2001-12-26 03:42:35 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-12-26 03:42:35 +0800 |
commit | 0c35c3d4ffdaa81ded29db8a6145bcd6b11b2023 (patch) | |
tree | 05b120de5dfa35c1d1c92a4ab9d08537e4b37f28 /sysutils/penv | |
parent | 51b43bf18f39c89c7aa64261e2b410ef7d18c68a (diff) | |
download | freebsd-ports-gnome-0c35c3d4ffdaa81ded29db8a6145bcd6b11b2023.tar.gz freebsd-ports-gnome-0c35c3d4ffdaa81ded29db8a6145bcd6b11b2023.tar.zst freebsd-ports-gnome-0c35c3d4ffdaa81ded29db8a6145bcd6b11b2023.zip |
Update to penv-1.1, a special Christmas version ;)
Seriously, this removes a warning when the 'list' command was invoked
(either by -L or -c list) and penv could not change to its envdir.
This is especially useful if penv is used as a make(1) environment
processor, as described in my message to -arch today. The previous
versions would complain loudly about nonexistent envdirs for e.g. all
the build, lib and run dependencies.
Happy holidays!
Initialy reported by: Valentin Zahariev <curly@e-card.bg>
Long disregarded by: myself, as merely an annoyance, before
the actual development of the make(1) envproc code,
when it became a *big* noisy annoyance :)
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 5fb5052996ce..cd189ab23d1a 100644 --- a/sysutils/penv/Makefile +++ b/sysutils/penv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= penv -PORTVERSION= 1.1.b4 +PORTVERSION= 1.1 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 98f7763e3203..34e4edc50406 100644 --- a/sysutils/penv/distinfo +++ b/sysutils/penv/distinfo @@ -1 +1 @@ -MD5 (penv-1.1pre4.tar.gz) = 786fee3c92fc10cdd7eee906a246b8e8 +MD5 (penv-1.1.tar.gz) = 9e6dfbbf498b6ca5c9cd06f47b24cf4b |