[84171] trunk/base/tests

jmr at macports.org jmr at macports.org
Mon Sep 19 17:27:26 PDT 2011


Revision: 84171
          http://trac.macports.org/changeset/84171
Author:   jmr at macports.org
Date:     2011-09-19 17:27:22 -0700 (Mon, 19 Sep 2011)
Log Message:
-----------
replace cvs test with svn over http, as this will work on the buildslave

Modified Paths:
--------------
    trunk/base/tests/Makefile
    trunk/base/tests/test/svn-and-patchsites/Portfile
    trunk/base/tests/test/svn-and-patchsites/master

Added Paths:
-----------
    trunk/base/tests/test/svn-and-patchsites/

Removed Paths:
-------------
    trunk/base/tests/test/cvs-and-patchsites/

Modified: trunk/base/tests/Makefile
===================================================================
--- trunk/base/tests/Makefile	2011-09-20 00:04:27 UTC (rev 84170)
+++ trunk/base/tests/Makefile	2011-09-20 00:27:22 UTC (rev 84171)
@@ -1,6 +1,6 @@
 include ../Mk/macports.autoconf.mk
 
-TESTS?=checksums-1 cvs-and-patchsites envvariables site-tags trace universal universal-2 xcodeversion dependencies-c dependencies-d dependencies-e case-insensitive-deactivate variants
+TESTS?=checksums-1 svn-and-patchsites envvariables site-tags trace universal universal-2 xcodeversion dependencies-c dependencies-d dependencies-e case-insensitive-deactivate variants
 
 PWD=$(shell pwd)
 

Modified: trunk/base/tests/test/svn-and-patchsites/Portfile
===================================================================
--- trunk/base/tests/test/cvs-and-patchsites/Portfile	2011-09-19 23:32:59 UTC (rev 84169)
+++ trunk/base/tests/test/svn-and-patchsites/Portfile	2011-09-20 00:27:22 UTC (rev 84171)
@@ -1,32 +1,31 @@
 # $Id$
 
 PortSystem 1.0
-name		cvs-and-patchsites
+
+name		svn-and-patchsites
 version		1
 categories	test
-maintainers	pguyot at kallisys.net
-description	Test port for cvs+distant patchfiles functionalities
+maintainers	nomaintainer
+description	Test port for svn+distant patchfiles functionalities
 homepage	http://www.macports.org/
 platforms	darwin
 
 long_description ${description}
 
-fetch.type          cvs
-cvs.root            :pserver:anonymous at common-lisp.net:/project/slime/cvsroot
-cvs.module          slime
-cvs.password        anonymous
-worksrcdir          slime
+fetch.type          svn
+svn.url             http://svn.pythonmac.org/altgraph/altgraph/tags/altgraph-0.7.0/
+worksrcdir          altgraph-0.7.0
 
 patch_sites      http://home.uchicago.edu/~dgc/sw/mutt/
 patchfiles       patch-1.5.14.dgc.xlabel_ext.9
 checksums        patch-1.5.14.dgc.xlabel_ext.9 md5 c5badc733020187b6677f31b343195e8
 
-# Set depends_build to be empty to remove the dependency on cvs added by base,
+# Set depends_fetch to be empty to remove the dependency on svn added by base,
 # as it is not available in the test suite. Otherwise MacPorts will try to
-# verify a cvs port exists.
-depends_build
+# verify a subversion port exists.
+depends_fetch
 
-# disable the patch phase in case the cvs code gets out of sync with the patch.
+# disable the patch phase in case the svn code gets out of sync with the patch.
 patch		{}
 extract		{}
 configure	{}

Modified: trunk/base/tests/test/svn-and-patchsites/master
===================================================================
--- trunk/base/tests/test/cvs-and-patchsites/master	2011-09-19 23:32:59 UTC (rev 84169)
+++ trunk/base/tests/test/svn-and-patchsites/master	2011-09-20 00:27:22 UTC (rev 84171)
@@ -1,8 +1,8 @@
---->  Computing dependencies for cvs-and-patchsites
---->  Fetching cvs-and-patchsites
+--->  Computing dependencies for svn-and-patchsites
+--->  Fetching svn-and-patchsites
 --->  Attempting to fetch patch-1.5.14.dgc.xlabel_ext.9 from http://home.uchicago.edu/~dgc/sw/mutt/
---->  Verifying checksum(s) for cvs-and-patchsites
---->  Extracting cvs-and-patchsites
---->  Configuring cvs-and-patchsites
---->  Building cvs-and-patchsites
---->  Testing cvs-and-patchsites
+--->  Verifying checksum(s) for svn-and-patchsites
+--->  Extracting svn-and-patchsites
+--->  Configuring svn-and-patchsites
+--->  Building svn-and-patchsites
+--->  Testing svn-and-patchsites
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110919/a478f987/attachment.html>


More information about the macports-changes mailing list