head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2008.12.17.17.25.42; author rse; state Exp; branches; next 1.1; commitid nqnoyM2zqnaMnQut; 1.1 date 2007.12.13.08.11.39; author rse; state Exp; branches; next ; commitid 85a9THSnQdm4dfJs; desc @@ 1.2 log @upgrading package: wput 0.6.1 -> 0.6.2 @ text @Index: Makefile.in --- Makefile.in.orig 2008-09-27 12:31:23 +0200 +++ Makefile.in 2008-12-17 18:23:47 +0100 @@@@ -2,7 +2,7 @@@@ PACKAGE = @@PACKAGE@@ prefix = @@prefix@@ datadir = $(prefix)/share -mandir = $(datadir)/man/man1 +mandir = $(prefix)/man/man1 exec_prefix = @@exec_prefix@@ bindir=@@bindir@@ @@@@ -19,9 +19,9 @@@@ mkdir -p $(bindir) mkdir -p $(mandir) install -m0755 wput $(bindir) - install -m0644 doc/wput.1.gz $(mandir) - ln -s $(bindir)/wput $(bindir)/wdel - install -m0644 doc/wdel.1.gz $(mandir) + install -m0644 doc/wput.1 $(mandir) + ln $(bindir)/wput $(bindir)/wdel + install -m0644 doc/wdel.1 $(mandir) @@echo "----------------" @@echo "Wput and Wdel installed. See 'wput/wdel -h' or 'man wput/wdel' for" @@echo "usage information." Index: doc/Makefile --- doc/Makefile.orig 2008-09-27 12:31:23 +0200 +++ doc/Makefile 2008-12-17 18:23:38 +0100 @@@@ -1,5 +1,3 @@@@ all: - gzip < wput.1 > wput.1.gz - gzip < wdel.1 > wdel.1.gz clean: rm -f wput.1.gz wdel.1.gz Index: src/memdbg.c --- src/memdbg.c.orig 2008-09-27 12:31:23 +0200 +++ src/memdbg.c 2008-12-17 18:23:38 +0100 @@@@ -1,5 +1,5 @@@@ #include -#include +#include #include #ifndef WIN32 #include Index: src/socketlib.c --- src/socketlib.c.orig 2008-09-27 12:31:23 +0200 +++ src/socketlib.c 2008-12-17 18:23:38 +0100 @@@@ -20,7 +20,7 @@@@ * It is meant to provide some library functions. The only required external depency * the printip function that is provided in utils.c */ -#include +#include #include #include #include @ 1.1 log @new package: wput 0.6.1 (Batch Client for FTP Uploads) @ text @d2 2 a3 2 --- Makefile.in.orig 2007-12-12 18:30:04 +0100 +++ Makefile.in 2007-12-13 09:09:03 +0100 d13 3 a15 3 @@@@ -17,7 +17,7 @@@@ install: all cd po && $(MAKE) $(MAKEDEFS) $@@ d18 2 d21 2 d24 2 a25 2 @@echo "Wput installed. See 'wput -h' or 'man wput' for usage information." @@echo "Further documentation is located in the doc/USAGE.* files." d27 3 a29 3 --- doc/Makefile.orig 2007-12-12 18:30:04 +0100 +++ doc/Makefile 2007-12-13 09:09:09 +0100 @@@@ -1,4 +1,2 @@@@ d32 1 d34 1 a34 1 - rm -f wput.1.gz d36 2 a37 2 --- src/memdbg.c.orig 2007-12-12 18:30:04 +0100 +++ src/memdbg.c 2007-12-13 09:08:03 +0100 d46 2 a47 2 --- src/socketlib.c.orig 2007-12-12 18:30:04 +0100 +++ src/socketlib.c 2007-12-13 09:08:03 +0100 d56 1 a56 1 #ifndef WIN32 @