Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv16079

Modified Files:
        git.info git-cvsimport.info 
Log Message:
validated on powerpc-darwin8, had to disable one test t1402.19


Index: git.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/git.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- git.info    31 Aug 2011 00:37:22 -0000      1.2
+++ git.info    27 Sep 2011 21:35:49 -0000      1.3
@@ -1,6 +1,6 @@
 Info2:<<
 Package: git
-Version: 1.7.6.1
+Version: 1.7.6.4
 Revision: 1
 
 Depends: <<
@@ -19,13 +19,23 @@
 Replaces: git-core, git-cvsimport (<< 1.7.2.3-1002), git-archimport (<< 
1.7.2.3-1002), git-svn (<< 1.7.2.3-1002)
 Conflicts: git-cvsimport (<< 1.7.2.3-1002), git-archimport (<< 1.7.2.3-1002), 
git-svn (<< 1.7.2.3-1002)
 
-Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
-Source-MD5: d1e00772cc9dc6c571999feb9e8771ab
-Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
-Source2-MD5: f698e0abbf1555582e30320930391c59
+# Tarballs moved to googlecode.com while kernel.org recovers from hacking.
+
+# Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
+# Source-MD5: d1e00772cc9dc6c571999feb9e8771ab
+# Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
+# Source2-MD5: f698e0abbf1555582e30320930391c59
+# Source2ExtractDir: doc
+# Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
+# Source3-MD5: cae559424a62507cb2c15252d85a158e
+
+Source: http://git-core.googlecode.com/files/git-%v.tar.gz
+Source-MD5: e0b7afcc0e5e43bbb82f85598ae34bd8
+Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
+Source2-MD5: 63ad2ad56a6748d70597741a64cf92d7
 Source2ExtractDir: doc
-Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
-Source3-MD5: cae559424a62507cb2c15252d85a158e
+Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
+Source3-MD5: 716e8162968ff4d8dfd2c3cb2aad9686
 
 PatchFile: %n.patch
 PatchFile-MD5: b912402c564bf9c8ae39a9e2f80480a9
@@ -102,10 +112,17 @@
 
                if [ $UID = 0 ]; then
                        # Some tests fail when run as root.
-                       GIT_SKIP_TESTS='t0001.25 t0004.2 t0004.3 t0004.4 
t0004.5 t0070.3 t1004.13 t3700.21 t3700.22 t3700.23 t3700.24 t3700.25 t4201.2 
t5302 t7300.26' make -k test PERL_PATH="$PERL_PATH" || exit 2
+                       GIT_SKIP_TESTS='t0001.25 t0004.2 t0004.3 t0004.4 
t0004.5 t0070.3 t1004.13 t3700.21 t3700.22 t3700.23 t3700.24 t3700.25 t4201.2 
t5302 t7300.26'
                else
-                       GIT_SKIP_TESTS="t4201.2 t5302" make -k test 
PERL_PATH="$PERL_PATH" || exit 2
+                       GIT_SKIP_TESTS="t4201.2 t5302"
+               fi
+               if [ $version -eq 8 ]; then
+                       GIT_SKIP_TESTS="$GIT_SKIP_TESTS t1402.19"
+                       # ok 19 - ref name 'heads/foo' is not valid
+                       # test_must_fail git check-ref-format 'heads/foo'
                fi
+               export GIT_SKIP_TESTS
+               make -k test PERL_PATH="$PERL_PATH" || exit 2
        <<
        TestSuiteSize: large
 <<

Index: git-cvsimport.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/git-cvsimport.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- git-cvsimport.info  31 Aug 2011 00:37:22 -0000      1.2
+++ git-cvsimport.info  27 Sep 2011 21:35:49 -0000      1.3
@@ -1,16 +1,26 @@
 Package: git-cvsimport
-Version: 1.7.6.1
+Version: 1.7.6.4
 Revision: 1
 Description: Tool to import a CVS repository into git
 Depends: git (>= %v-1), cvsps
 
-Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
-Source-MD5: d1e00772cc9dc6c571999feb9e8771ab
-Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
-Source2-MD5: f698e0abbf1555582e30320930391c59
+# Tarballs moved to googlecode.com while kernel.org recovers from hacking.
+
+# Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
+# Source-MD5: d1e00772cc9dc6c571999feb9e8771ab
+# Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
+# Source2-MD5: f698e0abbf1555582e30320930391c59
+# Source2ExtractDir: doc
+# Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
+# Source3-MD5: cae559424a62507cb2c15252d85a158e
+
+Source: http://git-core.googlecode.com/files/git-%v.tar.gz
+Source-MD5: e0b7afcc0e5e43bbb82f85598ae34bd8
+Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
+Source2-MD5: 63ad2ad56a6748d70597741a64cf92d7
 Source2ExtractDir: doc
-Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
-Source3-MD5: cae559424a62507cb2c15252d85a158e
+Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
+Source3-MD5: 716e8162968ff4d8dfd2c3cb2aad9686
 
 CompileScript: echo "Nothing to compile."
 


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to