Date: Thu, 08 Jul 2004 14:11:53 +0900 From: Kimura Fuyuki <fuyuki@hadaly.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68801: Update port: devel/shtool to 2.0.0 Message-ID: <861xjnrskm.wl%fuyuki@hadaly.org> Resent-Message-ID: <200407080520.i685KJfd070951@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68801 >Category: ports >Synopsis: Update port: devel/shtool to 2.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 08 05:20:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.2.1-RELEASE-p9 i386 >Description: Update to 2.0.0 >How-To-Repeat: >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/shtool/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- Makefile 14 Mar 2004 11:23:25 -0000 1.32 +++ Makefile 8 Jul 2004 05:10:21 -0000 @@ -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> Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/devel/shtool/distinfo,v retrieving revision 1.27 diff -u -r1.27 distinfo --- distinfo 19 Mar 2004 04:21:36 -0000 1.27 +++ distinfo 8 Jul 2004 04:44:24 -0000 @@ -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 Index: pkg-descr =================================================================== RCS file: /cvs/FreeBSD/ports/devel/shtool/pkg-descr,v retrieving revision 1.9 diff -u -r1.9 pkg-descr --- pkg-descr 13 Jul 2002 18:34:22 -0000 1.9 +++ pkg-descr 8 Jul 2004 04:49:20 -0000 @@ -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 @@ 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/ Index: pkg-plist =================================================================== RCS file: /cvs/FreeBSD/ports/devel/shtool/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 13 Jul 2002 18:34:22 -0000 1.5 +++ pkg-plist 8 Jul 2004 04:56:03 -0000 @@ -5,7 +5,6 @@ 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.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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?861xjnrskm.wl%fuyuki>