pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mirror call ${BSD_INSTALL}, not "install".
details: https://anonhg.NetBSD.org/pkgsrc/rev/859bc8aa43ef
branches: trunk
changeset: 467238:859bc8aa43ef
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jan 27 14:06:46 2004 +0000
description:
call ${BSD_INSTALL}, not "install".
diffstat:
net/mirror/distinfo | 4 ++--
net/mirror/patches/patch-aa | 32 ++++++++++++++++----------------
2 files changed, 18 insertions(+), 18 deletions(-)
diffs (68 lines):
diff -r da74a645d590 -r 859bc8aa43ef net/mirror/distinfo
--- a/net/mirror/distinfo Tue Jan 27 13:50:16 2004 +0000
+++ b/net/mirror/distinfo Tue Jan 27 14:06:46 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:22 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/01/27 14:06:46 grant Exp $
SHA1 (mirror-2.9.tar.gz) = 7a4f7a395cfff06be04a449a050b32e2c055e6c4
Size (mirror-2.9.tar.gz) = 123194 bytes
-SHA1 (patch-aa) = 3203f4817bc265b5227304c083e606ffb45ce4fd
+SHA1 (patch-aa) = 5b88f78a7bfa3b4e9f0905efcac2e813ac0eeae2
SHA1 (patch-ab) = 09045d218a86890f95e381f355fa61c3dfc34ef0
SHA1 (patch-ac) = 5dd115284903102cf1f83de57d2aacdf9addf2f7
SHA1 (patch-ad) = 24b9dd4124756d2c058309e306da0ca022719ac6
diff -r da74a645d590 -r 859bc8aa43ef net/mirror/patches/patch-aa
--- a/net/mirror/patches/patch-aa Tue Jan 27 13:50:16 2004 +0000
+++ b/net/mirror/patches/patch-aa Tue Jan 27 14:06:46 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2000/04/19 16:16:52 kim Exp $
+$NetBSD: patch-aa,v 1.6 2004/01/27 14:06:46 grant Exp $
---- makefile.orig Mon Jun 1 21:28:47 1998
-+++ makefile Wed Apr 19 19:06:30 2000
-@@ -41,7 +41,7 @@
+--- makefile.orig 1998-06-02 04:28:47.000000000 +1000
++++ makefile
+@@ -41,7 +41,7 @@ FILES= README.txt \
$(WEBFILES)
all:
@@ -11,7 +11,7 @@
mirror.tar: $(FILES)
rev=`./mirror.pl -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
-@@ -65,25 +65,26 @@
+@@ -65,25 +65,26 @@ PLMODE = 644
# mode to install executables
EXMODE = 755
# group to own all the files
@@ -38,17 +38,17 @@
- install -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirror-master
- install -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
- install -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirror-master.1
-+ install -c -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR)
-+ install -c -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR)
-+ install -c -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
-+ install -c -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
-+ install -c -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror
-+ install -c -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks
-+ install -c -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
-+ install -c -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirrormaster
-+ install -c -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
-+ install -c -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirrormaster.1
-+ install -c -m $(PLMODE) -g $(GRP) mirror.defaults $(PLDIR)/mirror.defaults.dist
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR)
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR)
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
++ ${BSD_INSTALL} -c -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror
++ ${BSD_INSTALL} -c -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks
++ ${BSD_INSTALL} -c -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
++ ${BSD_INSTALL} -c -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirrormaster
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirrormaster.1
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) mirror.defaults $(PLDIR)/mirror.defaults.dist
# directory to install .pl (perl library) files for rperl
RPLDIR = /usr/local/rperl5/lib/perl5
Home |
Main Index |
Thread Index |
Old Index