diff options
Diffstat (limited to 'devel/shtool')
-rw-r--r-- | devel/shtool/Makefile | 15 | ||||
-rw-r--r-- | devel/shtool/distinfo | 4 | ||||
-rw-r--r-- | devel/shtool/pkg-descr | 4 | ||||
-rw-r--r-- | devel/shtool/pkg-plist | 2 |
4 files changed, 14 insertions, 11 deletions
diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index b18f6167c8b7..d077e08a1948 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -6,18 +6,21 @@ # PORTNAME= shtool -PORTVERSION= 1.6.2 +PORTVERSION= 2.0.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.ossp.org/pkg/tool/shtool/ -MASTER_SITE_SUBDIR= shtool +MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/shtool/ MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Portable Shell Tool -USE_PERL5= yes +USE_PERL5_BUILD= yes GNU_CONFIGURE= yes -MAN1= shtool.1 shtoolize.1 +MAN1= shtool-arx.1 shtool-echo.1 shtool-fixperm.1 shtool-install.1 \ + shtool-mdate.1 shtool-mkdir.1 shtool-mkln.1 shtool-mkshadow.1 \ + shtool-move.1 shtool-path.1 shtool-platform.1 shtool-prop.1 \ + shtool-rotate.1 shtool-scpp.1 shtool-slo.1 shtool-subst.1 \ + shtool-table.1 shtool-tarball.1 shtool-version.1 \ + shtool.1 shtoolize.1 .include <bsd.port.mk> diff --git a/devel/shtool/distinfo b/devel/shtool/distinfo index bab1389b78ee..fb955957bda9 100644 --- a/devel/shtool/distinfo +++ b/devel/shtool/distinfo @@ -1,2 +1,2 @@ -MD5 (shtool-1.6.2.tar.gz) = 72d92e38405a2547da1a41546f1b524c -SIZE (shtool-1.6.2.tar.gz) = 80938 +MD5 (shtool-2.0.0.tar.gz) = b93415536c0af62fc69e66e5db2e9cca +SIZE (shtool-2.0.0.tar.gz) = 91067 diff --git a/devel/shtool/pkg-descr b/devel/shtool/pkg-descr index edde65e878ea..7b7a95b791b7 100644 --- a/devel/shtool/pkg-descr +++ b/devel/shtool/pkg-descr @@ -1,5 +1,5 @@ GNU shtool -- The GNU Portable Shell Tool -Copyright (c) 1994-2002 Ralf S. Engelschall <rse@engelschall.com> +Copyright (c) 1994-2004 Ralf S. Engelschall <rse@engelschall.com> The GNU shtool program is a compilation of small but very stable and portable shell scripts into a single shell tool. All ingredients were @@ -9,4 +9,4 @@ 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/ +WWW: http://www.ossp.org/pkg/tool/shtool/ diff --git a/devel/shtool/pkg-plist b/devel/shtool/pkg-plist index 25f429252680..5cb5fe92ebe9 100644 --- a/devel/shtool/pkg-plist +++ b/devel/shtool/pkg-plist @@ -5,7 +5,6 @@ share/shtool/sh.arx share/shtool/sh.common share/shtool/sh.echo share/shtool/sh.fixperm -share/shtool/sh.guessos share/shtool/sh.install share/shtool/sh.mdate share/shtool/sh.mkdir @@ -13,6 +12,7 @@ share/shtool/sh.mkln share/shtool/sh.mkshadow share/shtool/sh.move share/shtool/sh.path +share/shtool/sh.platform share/shtool/sh.prop share/shtool/sh.rotate share/shtool/sh.scpp |