diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-26 07:28:03 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-26 07:28:03 +0000 |
commit | 38c453278b2cae126b566d3cc3706cec9dddf9f4 (patch) | |
tree | 5a45c18b26704fe57cbf6a87ed35742900a3a675 /shells | |
parent | 4893b0b3db592a783131641eaeae43554b2ddc21 (diff) | |
download | ports-38c453278b2cae126b566d3cc3706cec9dddf9f4.tar.gz ports-38c453278b2cae126b566d3cc3706cec9dddf9f4.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 3 | ||||
-rw-r--r-- | shells/osh/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 8d3a8aa69b54..9bf0130e5650 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -7,8 +7,11 @@ PORTNAME= osh PORTVERSION= 040812 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ +PATCHFILES= osh-040812-osh_c.patch +PATCH_SITES= ${MASTER_SITES} MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of the UNIX 6th Edition shell diff --git a/shells/osh/distinfo b/shells/osh/distinfo index 224987be51f7..a7133fc6c703 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,2 +1,4 @@ MD5 (osh-040812.tar.gz) = e76f380ba90ce99214fd133670d914ad -SIZE(osh-040812.tar.gz) = 44663 +SIZE (osh-040812.tar.gz) = 44663 +MD5 (osh-040812-osh_c.patch) = 17ab2cfed78ac63ece1c539a8f9e93c2 +SIZE (osh-040812-osh_c.patch) = 7341 |