diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-12-24 15:25:55 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-12-24 15:25:55 +0000 |
commit | 25b999a450e82072183938f974939c83757c71d5 (patch) | |
tree | 5186a49297b6aea2540b75b4fbc05ce3906585f1 /devel/shtool | |
parent | e3f064262c0409cc587334e52fa30458252beb28 (diff) | |
download | ports-25b999a450e82072183938f974939c83757c71d5.tar.gz ports-25b999a450e82072183938f974939c83757c71d5.zip |
Notes
Diffstat (limited to 'devel/shtool')
-rw-r--r-- | devel/shtool/Makefile | 4 | ||||
-rw-r--r-- | devel/shtool/distinfo | 2 | ||||
-rw-r--r-- | devel/shtool/pkg-descr | 5 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index 6c9ba4c79dc7..edaceb3a34ed 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: shtool -# Version required: 1.4.6 +# Version required: 1.4.7 # Date created: 26-Apr-1999 # Whom: Ralf S. Engelschall # # $FreeBSD$ # -DISTNAME= shtool-1.4.6 +DISTNAME= shtool-1.4.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.engelschall.com/sw/shtool/ diff --git a/devel/shtool/distinfo b/devel/shtool/distinfo index 04c44c6b8819..8e081d6ecbc8 100644 --- a/devel/shtool/distinfo +++ b/devel/shtool/distinfo @@ -1 +1 @@ -MD5 (shtool-1.4.6.tar.gz) = 27c069314029a6b717840b6b851ca672 +MD5 (shtool-1.4.7.tar.gz) = 4bb0a7bd5b2a0fa0be9a72b2feea8422 diff --git a/devel/shtool/pkg-descr b/devel/shtool/pkg-descr index 9499d225d1a0..23b02ccfbd8e 100644 --- a/devel/shtool/pkg-descr +++ b/devel/shtool/pkg-descr @@ -1,9 +1,6 @@ GNU shtool -- The GNU Portable Shell Tool Copyright (c) 1994-1999 Ralf S. Engelschall <rse@engelschall.com> -http://www.gnu.org/software/shtool/ -ftp://ftp.gnu.org/gnu/shtool/ - The GNU shtool program 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 free software projects. @@ -11,3 +8,5 @@ The compiled shtool program is intended to be used inside the source tree of free software packages. There it can take over various (usually non-portable) tasks related to the building and installation of such packages. + +WWW: http://www.gnu.org/software/shtool/ |