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 | |
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.
-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 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/} diff --git a/sysutils/penv/distinfo b/sysutils/penv/distinfo index bc6c7f4..a04aaf5 100644 --- a/sysutils/penv/distinfo +++ b/sysutils/penv/distinfo @@ -1 +1 @@ -MD5 (penv-1.2.tar.gz) = cfdedcf03bf9d5c0b6e0d5e34b866769 +MD5 (penv-1.2p1.tar.gz) = b8458dd0eebf597569f0f2108dc5272f |