diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-08-15 17:39:28 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-08-15 17:39:28 +0000 |
commit | 3d232da302638266548ffa90582ee9475ab40f44 (patch) | |
tree | 516c5247694198c697a320e00f19b472fc204bc5 /shells | |
parent | Use strdup(3) from string.h instead of own, fixes build with gcc 3.4 (diff) |
update to 040812
Notes
Notes:
svn path=/head/; revision=116293
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 2 | ||||
-rw-r--r-- | shells/osh/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 8960fa5629f5..8d3a8aa69b54 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= osh -PORTVERSION= 040421 +PORTVERSION= 040812 CATEGORIES= shells MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ diff --git a/shells/osh/distinfo b/shells/osh/distinfo index ee2e65dd607d..224987be51f7 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,2 +1,2 @@ -MD5 (osh-040421.tar.gz) = bbb16879bca974c623823566e5ac2674 -SIZE (osh-040421.tar.gz) = 36508 +MD5 (osh-040812.tar.gz) = e76f380ba90ce99214fd133670d914ad +SIZE(osh-040812.tar.gz) = 44663 |