From d26f07010e1eadb9a637edc86c0acba4f05a522b Mon Sep 17 00:00:00 2001 From: cjep Date: Mon, 3 Jun 2002 13:29:55 +0000 Subject: Upgrade to 1.3.3 (closes PR#17155; approved by wiz). Changes in version 1.3.3 (from NEWS file): * Now requires Perl 5.005 or later * Initially empty directories are not removed anymore * Removed buggy fastcwd (we use POSIX::getcwd instead) * Fixed bug when the common Parent of Target dir and Stow dir was "/" * Fixed bug when handling directories named "0" * Stow now only warns the user if a directory is unreadable during unstowing. --- sysutils/stow/Makefile | 4 ++-- sysutils/stow/PLIST | 7 ++++--- sysutils/stow/distinfo | 8 +++----- sysutils/stow/patches/patch-aa | 18 ------------------ sysutils/stow/patches/patch-ab | 22 ---------------------- 5 files changed, 9 insertions(+), 50 deletions(-) delete mode 100644 sysutils/stow/patches/patch-aa delete mode 100644 sysutils/stow/patches/patch-ab diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index 19a64cc600c..b3628375926 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/02/18 15:14:41 seb Exp $ +# $NetBSD: Makefile,v 1.6 2002/06/03 13:29:55 cjep Exp $ # -DISTNAME= stow-1.3.2 +DISTNAME= stow-1.3.3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_GNU:=stow/} diff --git a/sysutils/stow/PLIST b/sysutils/stow/PLIST index d29485786bb..1e80636f782 100644 --- a/sysutils/stow/PLIST +++ b/sysutils/stow/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:42 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/03 13:29:55 cjep Exp $ bin/stow -@unexec ${INSTALL_INFO} --delete %D/info/stow.info %D/info/dir +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/stow.info info/stow.info -@exec ${INSTALL_INFO} %D/info/stow.info %D/info/dir +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/stow.info +man/man8/stow.8 diff --git a/sysutils/stow/distinfo b/sysutils/stow/distinfo index 134af0314a6..eaf5c2909b0 100644 --- a/sysutils/stow/distinfo +++ b/sysutils/stow/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/05/05 16:38:51 skrll Exp $ +$NetBSD: distinfo,v 1.5 2002/06/03 13:29:55 cjep Exp $ -SHA1 (stow-1.3.2.tar.gz) = a9d1e6de2f4f1a93441ba8296665cf88e79b538d -Size (stow-1.3.2.tar.gz) = 107258 bytes -SHA1 (patch-aa) = 8bde49611c7d7f18240d55b16c54e6edca27508c -SHA1 (patch-ab) = f26537b409d8d750abcc835a9ad66a89e90059f6 +SHA1 (stow-1.3.3.tar.gz) = 570c501f8663feb26360db25df0be342278b7b99 +Size (stow-1.3.3.tar.gz) = 139417 bytes diff --git a/sysutils/stow/patches/patch-aa b/sysutils/stow/patches/patch-aa deleted file mode 100644 index 821a36c4919..00000000000 --- a/sysutils/stow/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2000/11/17 14:18:03 wiz Exp $ - ---- stow.info.orig Sat Oct 12 00:10:55 1996 -+++ stow.info -@@ -1,8 +1,13 @@ - This is Info file ./stow.info, produced by Makeinfo version 1.67 from - the input file stow.texi. - -+INFO-DIR-SECTION Miscellaneous -+START-INFO-DIR-ENTRY -+* stow: (stow). A program for managing the installation of software packages. -+END-INFO-DIR-ENTRY -+ - This file describes GNU Stow version 1.3.2, a program for managing - the installation of software packages. - - Software and documentation Copyright (C) 1993, 1994, 1995, 1996 by - Bob Glickstein . diff --git a/sysutils/stow/patches/patch-ab b/sysutils/stow/patches/patch-ab deleted file mode 100644 index b270bfd9fb8..00000000000 --- a/sysutils/stow/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/05/05 16:38:52 skrll Exp $ - ---- Makefile.in.orig Fri Oct 11 23:10:57 1996 -+++ Makefile.in -@@ -51,7 +51,7 @@ - - MAKEINFO = makeinfo - TEXI2DVI = texi2dvi --INFOS = stow.info* -+INFOS = stow.info - INFO_DEPS = stow.info - DVIS = stow.dvi - TEXINFOS = stow.texi -@@ -140,7 +140,7 @@ - install-info: $(INFO_DEPS) - $(mkinstalldirs) $(infodir) - for file in $(INFO_DEPS); do \ -- for ifile in `cd $(srcdir) && echo $$file*`; do \ -+ for ifile in `cd $(srcdir) && echo $$file`; do \ - $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \ - done; \ - done -- cgit v1.2.3