[23553] trunk/base/tests
source_changes at macosforge.org
source_changes at macosforge.org
Wed Apr 4 02:27:40 PDT 2007
Revision: 23553
http://trac.macosforge.org/projects/macports/changeset/23553
Author: pguyot at kallisys.net
Date: 2007-04-04 02:27:39 -0700 (Wed, 04 Apr 2007)
Log Message:
-----------
All tests pass!
Celebrate this with s/darwinports/macports/g
Modified Paths:
--------------
trunk/base/tests/Makefile
trunk/base/tests/sources.conf
trunk/base/tests/test/checksums-1/Portfile
trunk/base/tests/test/cvs-and-patchsites/Portfile
trunk/base/tests/test/cvs-and-patchsites/master
trunk/base/tests/test/envvariables/Makefile
trunk/base/tests/test/envvariables/Portfile
trunk/base/tests/test/site-tags/Portfile
trunk/base/tests/test/trace/Makefile
trunk/base/tests/test/trace/Portfile
trunk/base/tests/test/xcodeversion/Portfile
Modified: trunk/base/tests/Makefile
===================================================================
--- trunk/base/tests/Makefile 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/Makefile 2007-04-04 09:27:39 UTC (rev 23553)
@@ -9,10 +9,12 @@
/tmp/macports-tests/opt/local/etc/ports/sources.conf: sources.conf
@echo setting up test installation
rm -rf /tmp/macports-tests/
+ mkdir -p /tmp/macports-tests/dports
mkdir -p /tmp/macports-tests/opt/local/etc/ports/
mkdir -p /tmp/macports-tests/opt/local/share/
mkdir -p /tmp/macports-tests/opt/local/var/db/dports/receipts/
ln -s $(datadir)/darwinports /tmp/macports-tests/opt/local/share/
+ ln -s test /tmp/macports-tests/dports/
cp sources.conf /tmp/macports-tests/opt/local/etc/ports/
clean:
Modified: trunk/base/tests/sources.conf
===================================================================
--- trunk/base/tests/sources.conf 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/sources.conf 2007-04-04 09:27:39 UTC (rev 23553)
@@ -1,7 +1,3 @@
# To enable your local ports repository, uncomment and customize the
# following line to point at your local dports directory
-# Example: file:///Users/landonf/misc/darwinports/dports
-#
-# To get darwinports from the opendarwin rsync server use:
-# rsync://rsync.opendarwin.org/dpupdate/dports
-rsync://rsync.opendarwin.org/dpupdate/dports
+file:///tmp/macports-tests/dports
Modified: trunk/base/tests/test/checksums-1/Portfile
===================================================================
--- trunk/base/tests/test/checksums-1/Portfile 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/test/checksums-1/Portfile 2007-04-04 09:27:39 UTC (rev 23553)
@@ -6,7 +6,7 @@
categories test
maintainers opendarwin.org at darkart.com
description Test port for checksum functionalities
-homepage http://darwinports.opendarwin.org/
+homepage http://www.macports.org/
platforms darwin
long_description ${description}
Modified: trunk/base/tests/test/cvs-and-patchsites/Portfile
===================================================================
--- trunk/base/tests/test/cvs-and-patchsites/Portfile 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/test/cvs-and-patchsites/Portfile 2007-04-04 09:27:39 UTC (rev 23553)
@@ -6,7 +6,7 @@
categories test
maintainers pguyot at kallisys.net
description Test port for cvs+distant patchfiles functionalities
-homepage http://darwinports.opendarwin.org/
+homepage http://www.macports.org/
platforms darwin
long_description ${description}
@@ -17,9 +17,9 @@
cvs.password anonymous
worksrcdir mutt
-patch_sites http://mutt.kublai.com/patches/
-patchfiles patch-cvs20051003.bc.smtp
-checksums patch-cvs20051003.bc.smtp md5 69c8b148572db40100dab494488b8551
+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
# disable the patch phase in case the cvs code gets out of sync with the patch.
patch {}
Modified: trunk/base/tests/test/cvs-and-patchsites/master
===================================================================
--- trunk/base/tests/test/cvs-and-patchsites/master 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/test/cvs-and-patchsites/master 2007-04-04 09:27:39 UTC (rev 23553)
@@ -1,5 +1,5 @@
---> Fetching cvs-and-patchsites
----> Attempting to fetch patch-cvs20051003.bc.smtp from http://mutt.kublai.com/patches/
+---> 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
Modified: trunk/base/tests/test/envvariables/Makefile
===================================================================
--- trunk/base/tests/test/envvariables/Makefile 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/test/envvariables/Makefile 2007-04-04 09:27:39 UTC (rev 23553)
@@ -1,9 +1,9 @@
-include ../../Mk/dports.autoconf.mk
+include ../../../Mk/dports.autoconf.mk
.PHONY: test
$(bindir)/port:
- @echo "Please install DarwinPorts before running this test"
+ @echo "Please install MacPorts before running this test"
@exit 1
test:
@@ -15,4 +15,4 @@
exit 1; \
else \
rm -f difference; \
- fi
\ No newline at end of file
+ fi
Modified: trunk/base/tests/test/envvariables/Portfile
===================================================================
--- trunk/base/tests/test/envvariables/Portfile 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/test/envvariables/Portfile 2007-04-04 09:27:39 UTC (rev 23553)
@@ -6,7 +6,7 @@
categories test
maintainers pguyot at kallisys.net
description Test port for env variables
-homepage http://darwinports.opendarwin.org/
+homepage http://www.macports.org/
platforms darwin
long_description ${description}
Modified: trunk/base/tests/test/site-tags/Portfile
===================================================================
--- trunk/base/tests/test/site-tags/Portfile 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/test/site-tags/Portfile 2007-04-04 09:27:39 UTC (rev 23553)
@@ -6,7 +6,7 @@
categories test
maintainers pguyot at kallisys.net
description Test port for site:tags functionalities
-homepage http://darwinports.opendarwin.org/
+homepage http://www.macports.org/
platforms darwin
long_description ${description}
Modified: trunk/base/tests/test/trace/Makefile
===================================================================
--- trunk/base/tests/test/trace/Makefile 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/test/trace/Makefile 2007-04-04 09:27:39 UTC (rev 23553)
@@ -1,9 +1,9 @@
-include ../../Mk/dports.autoconf.mk
+include ../../../Mk/dports.autoconf.mk
.PHONY: test
$(bindir)/port:
- @echo "Please install DarwinPorts before running this test"
+ @echo "Please install MacPorts before running this test"
@exit 1
test:
Modified: trunk/base/tests/test/trace/Portfile
===================================================================
--- trunk/base/tests/test/trace/Portfile 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/test/trace/Portfile 2007-04-04 09:27:39 UTC (rev 23553)
@@ -6,7 +6,7 @@
categories test
maintainers pguyot at kallisys.net
description Test port for -t
-homepage http://darwinports.opendarwin.org/
+homepage http://www.macports.org/
platforms darwin
long_description ${description}
Modified: trunk/base/tests/test/xcodeversion/Portfile
===================================================================
--- trunk/base/tests/test/xcodeversion/Portfile 2007-04-04 09:07:12 UTC (rev 23552)
+++ trunk/base/tests/test/xcodeversion/Portfile 2007-04-04 09:27:39 UTC (rev 23553)
@@ -6,7 +6,7 @@
categories test
maintainers pguyot at kallisys.net
description Test port for \$xcodeversion
-homepage http://darwinports.opendarwin.org/
+homepage http://www.macports.org/
platforms darwin
long_description ${description}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070404/54575f9f/attachment.html
More information about the macports-changes
mailing list