diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-04-29 11:07:12 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-04-29 11:07:12 +0000 |
commit | 18d3c26a62171c553a1a51ce763f325d9353be2e (patch) | |
tree | 35bd566bfdf2b60bee33fa2455c9254920fd2b36 /devel/shtool | |
parent | 31a3412c11ac831d3cec0f3540155227675f1f1d (diff) | |
download | ports-18d3c26a62171c553a1a51ce763f325d9353be2e.tar.gz ports-18d3c26a62171c553a1a51ce763f325d9353be2e.zip |
Notes
Diffstat (limited to 'devel/shtool')
-rw-r--r-- | devel/shtool/Makefile | 6 | ||||
-rw-r--r-- | devel/shtool/distinfo | 2 | ||||
-rw-r--r-- | devel/shtool/pkg-descr | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index 4b1bbda94602..18b98cd842eb 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: shtool -# Version required: 1.1.0 +# Version required: 1.2.0 # Date created: 26-Apr-1999 # Whom: Ralf S. Engelschall # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/26 18:44:36 rse Exp $ # -DISTNAME= shtool-1.1.0 +DISTNAME= shtool-1.2.0 CATEGORIES= devel MASTER_SITES= http://www.engelschall.com/sw/shtool/ \ ftp://ftp.engelschall.com/sw/shtool/ diff --git a/devel/shtool/distinfo b/devel/shtool/distinfo index 553eaf555499..e2f81bb14fd0 100644 --- a/devel/shtool/distinfo +++ b/devel/shtool/distinfo @@ -1 +1 @@ -MD5 (shtool-1.1.0.tar.gz) = 94d4cf4503587c58e57c4b6db77b14f0 +MD5 (shtool-1.2.0.tar.gz) = ccfe01111dd639d19000f8150969b316 diff --git a/devel/shtool/pkg-descr b/devel/shtool/pkg-descr index a8557ba3895b..e56c81650231 100644 --- a/devel/shtool/pkg-descr +++ b/devel/shtool/pkg-descr @@ -4,8 +4,8 @@ Copyright (c) 1994-1999 Ralf S. Engelschall, All rights reserved. This is a compilation of small but very stable and portable shell scripts into a single shell tool. All ingredients were in successful use over many years in various Open Source projects. The compiled shtool program is -intended to be used inside the source tree of Open Source packages. There -it can overtake various non-portable tasks related to the building and +intended to be used inside the source tree of Open Source packages. There it +can overtake various (usually non-portable) tasks related to the building and installation of an Open Source package. The homepage with the latest release can be found on |