diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2010-07-14 03:53:57 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-07-14 03:53:57 +0000 |
commit | 303cbef057df3f461ead2bb30e6ea8cbbdac6d8f (patch) | |
tree | 36355a85556b49ebe055c0948633ef27e38f15db /astro/gmapcatcher/files | |
parent | ff7186bb14928125c126c355b11bc513dae2850a (diff) |
Update to 0.7.0.1
Notes
Notes:
svn path=/head/; revision=257741
Diffstat (limited to 'astro/gmapcatcher/files')
-rw-r--r-- | astro/gmapcatcher/files/patch-download.py | 11 | ||||
-rw-r--r-- | astro/gmapcatcher/files/patch-src_mapArgs.py | 4 |
2 files changed, 2 insertions, 13 deletions
diff --git a/astro/gmapcatcher/files/patch-download.py b/astro/gmapcatcher/files/patch-download.py deleted file mode 100644 index 7cdccd4c7bbd..000000000000 --- a/astro/gmapcatcher/files/patch-download.py +++ /dev/null @@ -1,11 +0,0 @@ ---- download.py.orig 2010-04-20 10:40:10.000000000 +0800 -+++ download.py 2010-04-20 10:40:21.000000000 +0800 -@@ -12,7 +12,7 @@ - from src.mapDownloader import MapDownloader - - mConf = mapConf.MapConf() --ctx_map = MapServ(conf.init_path, conf.repository_type) -+ctx_map = MapServ(mConf.init_path, mConf.repository_type) - downloader = None - - def do_nothing(*args, **kwargs): diff --git a/astro/gmapcatcher/files/patch-src_mapArgs.py b/astro/gmapcatcher/files/patch-src_mapArgs.py index 264edc9bd95c..88176dd5b291 100644 --- a/astro/gmapcatcher/files/patch-src_mapArgs.py +++ b/astro/gmapcatcher/files/patch-src_mapArgs.py @@ -1,5 +1,5 @@ ---- src/mapArgs.py.orig 2010-04-20 10:41:04.000000000 +0800 -+++ src/mapArgs.py 2010-04-20 10:42:13.000000000 +0800 +--- src/mapArgs.py.orig 2010-07-14 10:53:32.000000000 +0800 ++++ src/mapArgs.py 2010-07-14 10:54:03.000000000 +0800 @@ -38,9 +38,9 @@ print ' very useful to download maps of entire world' print ' ' |