summaryrefslogtreecommitdiff
path: root/sysutils/stow/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-03 13:29:55 +0000
committercjep <cjep>2002-06-03 13:29:55 +0000
commitd26f07010e1eadb9a637edc86c0acba4f05a522b (patch)
tree2d5244610443bf786411b43e33e6a9f22b551993 /sysutils/stow/Makefile
parent78469be37e3cfb7167eb81565b0fb87b9e3e1531 (diff)
downloadpkgsrc-d26f07010e1eadb9a637edc86c0acba4f05a522b.tar.gz
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.
Diffstat (limited to 'sysutils/stow/Makefile')
-rw-r--r--sysutils/stow/Makefile4
1 files changed, 2 insertions, 2 deletions
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/}