diff options
author | roam <roam@FreeBSD.org> | 2001-11-19 13:16:32 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-11-19 13:16:32 +0000 |
commit | 9ff914065628267a6a7011863e3b6bbd39ae0665 (patch) | |
tree | 89f2869d4c66a295f419c5b3737310fe7e78dc47 /sysutils/penv | |
parent | 6e36628501c870617cb7d75a331c967f551b9a00 (diff) | |
download | FreeBSD-ports-9ff914065628267a6a7011863e3b6bbd39ae0665.zip FreeBSD-ports-9ff914065628267a6a7011863e3b6bbd39ae0665.tar.gz |
Update to 1.1pre4, which lets the 'mkdir' command create parent directories
as needed (equivalent to mkdir -p) and corrects a couple of option names
in the manual page synopsis.
Submitted by: olgeni (the manual page fixes)
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 7c95821..5fb5052 100644 --- a/sysutils/penv/Makefile +++ b/sysutils/penv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= penv -PORTVERSION= 1.1.b3 +PORTVERSION= 1.1.b4 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 24cae54..98f7763 100644 --- a/sysutils/penv/distinfo +++ b/sysutils/penv/distinfo @@ -1 +1 @@ -MD5 (penv-1.1pre3.tar.gz) = 24388baad21f9f27d573ad76d7cec625 +MD5 (penv-1.1pre4.tar.gz) = 786fee3c92fc10cdd7eee906a246b8e8 |