diff options
author | wiz <wiz> | 2006-07-23 20:41:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-23 20:41:24 +0000 |
commit | f984f91896cc1be230be013f390031232d4a43c9 (patch) | |
tree | c2126a02bc1608bba2685e0e849b0a1f3712b0e2 /devel/tla | |
parent | 04093188301ba11c558a0cde9b04656607eb4d37 (diff) | |
download | pkgsrc-f984f91896cc1be230be013f390031232d4a43c9.tar.gz |
Update to 1.3.5:
CHANGES IN 1.3.5
* Fixes for Bugs 11731, 11701, 7502, 16334, 16539, 16538, 16780
* Enhanced support for several different ssh implementations by
Ludovic Courtès
* SHA1 checksums
* Undo command specific file selection, by Ludovic
* Microsoft Windows NT FTP server support
* commit and undo commands allow file exclusion with the -x option
* library-dir as alias for my-revision-library
* archive-register as alias for register-archive
* Cygwin support, file name compression patches from Lode Leroy,
incorporated into tla proper (see notes below)
* apply-delta now supports diff3 style merge (via the -t option)
* honor --skip-present for replay, patch by Ludovic
32-bit Windows, Cygwin notes:
Now the Cygwin specific changes to tla by Lode Leroy
are incorporated into the tla proper. However,
to get tla to work on Cygwin requires more than changes to tla; changes
to GNU diff, tar and patch are necessary. Since these tools are outside
the Arch Project's control, here the patches to them are just
distributed together with tla in the cygwin/ directory; follow the
instructions in the cygwin/BUILD.txt file for installing tla on cygwin.
Thanks to Lode Leroy for his efforts in getting tla to work on Cygwin.
Diffstat (limited to 'devel/tla')
-rw-r--r-- | devel/tla/Makefile | 4 | ||||
-rw-r--r-- | devel/tla/distinfo | 10 | ||||
-rw-r--r-- | devel/tla/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/tla/patches/patch-ab | 13 |
4 files changed, 6 insertions, 34 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index ed689fdca9c..701235f502e 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2006/07/05 06:15:49 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2006/07/23 20:41:24 wiz Exp $ # -DISTNAME= tla-1.3.4 +DISTNAME= tla-1.3.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gnu-arch/} \ http://www.gnuarch.org/releases/ \ diff --git a/devel/tla/distinfo b/devel/tla/distinfo index e232b7d38f8..f62410f5ffe 100644 --- a/devel/tla/distinfo +++ b/devel/tla/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.13 2006/06/17 21:41:07 rillig Exp $ +$NetBSD: distinfo,v 1.14 2006/07/23 20:41:24 wiz Exp $ -SHA1 (tla-1.3.4.tar.gz) = 7ea55d9018ff4c1109952a7ef5c646727c7b5f58 -RMD160 (tla-1.3.4.tar.gz) = 5ea22729017caa35cbbfb0bd5ce1068218bc78b7 -Size (tla-1.3.4.tar.gz) = 3714355 bytes -SHA1 (patch-aa) = 8ecbf408a7c6dd3389d5746c3667f356fe77a724 -SHA1 (patch-ab) = 9dc02ebba8ca0fad49f3ada43ec319233676962a +SHA1 (tla-1.3.5.tar.gz) = 0fb3b5bfa6b2fb5eb953fdca9e0f75ac1b35b15e +RMD160 (tla-1.3.5.tar.gz) = 71b5e411ca48712edafb268c43d1380b2a026804 +Size (tla-1.3.5.tar.gz) = 3756860 bytes diff --git a/devel/tla/patches/patch-aa b/devel/tla/patches/patch-aa deleted file mode 100644 index c359260b706..00000000000 --- a/devel/tla/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2006/06/17 21:36:01 rillig Exp $ - ---- src/libneon/Makefile.in.orig 2005-05-03 01:46:50.000000000 +0200 -+++ src/libneon/Makefile.in 2005-05-08 12:31:16.000000000 +0200 -@@ -33,7 +33,7 @@ - - @SET_MAKE@ - --LDFLAGS = -L. @LDFLAGS@ -+LDFLAGS = -L. -L../expat @LDFLAGS@ - LIBS = @LIBS@ - CC = @CC@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ diff --git a/devel/tla/patches/patch-ab b/devel/tla/patches/patch-ab deleted file mode 100644 index 855b997b01d..00000000000 --- a/devel/tla/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2006/06/17 21:36:01 rillig Exp $ - ---- src/libneon/src/Makefile.in.orig 2005-05-03 01:46:54.000000000 +0200 -+++ src/libneon/src/Makefile.in 2005-05-08 12:31:18.000000000 +0200 -@@ -26,7 +26,7 @@ - # Flags - CPPFLAGS = @DEFS@ @CPPFLAGS@ - CFLAGS = @CFLAGS@ -I$(top_builddir) -I$(top_srcdir)/../expat/lib @NEON_CFLAGS@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = -L../../expat @LDFLAGS@ - NEON_LINK_FLAGS = @NEON_LINK_FLAGS@ - # Note: don't substitute @LIBS@ in here; during a bundled - # build of this directory, @LIBS@ may include -lneon. |