Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv16795

Modified Files:
        arch-tla.info arch-tla.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1967330&group_id=17203&atid=414256

Index: arch-tla.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arch-tla.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- arch-tla.patch      20 Jan 2006 20:23:12 -0000      1.1
+++ arch-tla.patch      31 May 2008 22:15:25 -0000      1.2
@@ -1,12 +1,11 @@
-diff -urN -x '*~' -x '=build' tla-1.3.2/src/tla/tests/test-framework 
tla-1.3.2b/src/tla/tests/test-framework
---- tla-1.3.2/src/tla/tests/test-framework     2005-05-02 19:47:09.000000000 
-0400
-+++ tla-1.3.2b/src/tla/tests/test-framework    2005-05-12 20:47:08.000000000 
-0400
-@@ -241,7 +241,7 @@
- copy_tree () {
-   tar_prog=$("$srcroot/build-tools/scripts/option" gnu-tar)
-   export $tar_prog
--  (cd $1 ; "$tar_prog" cf - .) | (mkdir -p $2 ; cd $2 ; "$tar_prog" xf -)  
-+  (cd $1 >/dev/null ; "$tar_prog" cf - .) | (mkdir -p $2 ; cd $2 >/dev/null ; 
"$tar_prog" xf -)  
- }
- 
- compare_trees_simple () {
+--- tla-1.3.5/src/tla/tests/test-import.sh     2005-05-02 19:47:09.000000000 
-0400
++++ tla-1.3.5b/src/tla/tests/test-import.sh    2005-05-12 20:47:08.000000000 
-0400
+@@ -24,7 +24,7 @@
+ tla id-tagging-method explicit
+ tla add-id hello-world.c README
+ tla import -L 'initial import'
+-test "$(tla categories -A [EMAIL PROTECTED])" = "$(echo -e 
cat\\ncow\\nhello-world)"
++test "$(tla categories -A [EMAIL PROTECTED])" = "$(echo 
cat\\ncow\\nhello-world)"
+ test "$(tla branches [EMAIL PROTECTED]/hello-world)" = "hello-world--mainline"
+ test "$(tla versions [EMAIL PROTECTED]/hello-world--mainline)" = 
"hello-world--mainline--1.0"
+ test -d $(tla whereis-archive [EMAIL 
PROTECTED])/hello-world/hello-world--mainline/hello-world--mainline--1.0/base-0

Index: arch-tla.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arch-tla.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- arch-tla.info       30 Jan 2007 02:44:46 -0000      1.2
+++ arch-tla.info       31 May 2008 22:15:25 -0000      1.3
@@ -1,14 +1,15 @@
 Package: arch-tla
 Version: 1.3.5
-Revision: 1
+Revision: 3
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
 Source: mirror:gnu:gnu-arch/tla-%v.tar.gz
 Source-MD5: db31ee89bc4788eef1eba1cee6c176ef
 SourceDirectory: tla-%v
-Depends: diffutils, patch
+Depends: diffutils
+Patch: %n.patch
 CompileScript: <<
 mkdir "src/=build"
-cd "src/=build" && ../configure %c --destdir=%d --with-gnu-diff=%p/bin/diff 
--with-gnu-diff3=%p/bin/diff3 --with-gnu-patch=%p/bin/patch
+cd "src/=build" && ../configure %c --destdir=%d --with-gnu-diff=%p/bin/diff 
--with-gnu-diff3=%p/bin/diff3
 cd "src/=build" && make
 cd "src/=build" && make test
 <<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to