summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/tla/Makefile4
-rw-r--r--devel/tla/distinfo10
-rw-r--r--devel/tla/patches/patch-aa13
-rw-r--r--devel/tla/patches/patch-ab13
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.