diff options
author | roam <roam@FreeBSD.org> | 2004-01-27 15:44:13 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-01-27 15:44:13 +0000 |
commit | 1ba8a8a49eec0bf6dcac54850816bbf19e814b66 (patch) | |
tree | 3fc52ac1889253792d4fdbbadb44dedd155d732e /sysutils/penv/Makefile | |
parent | f60d06e83a4d468eaca5e87ebabe2213a0ec5b5d (diff) | |
download | FreeBSD-ports-1ba8a8a49eec0bf6dcac54850816bbf19e814b66.zip FreeBSD-ports-1ba8a8a49eec0bf6dcac54850816bbf19e814b66.tar.gz |
Update to bugfix penv-1.2p1: the 1.2 version could not create new files,
i.e. it could not store information about new variables, only change or
remove existing ones.
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 40b4b67..e8a775f 100644 --- a/sysutils/penv/Makefile +++ b/sysutils/penv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= penv -PORTVERSION= 1.2 +PORTVERSION= 1.2p1 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/penv/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} |