Bug 98108 - [PATCH] sysutils/fastest_cvsup: fix the current amount of CVSup servers
Summary: [PATCH] sysutils/fastest_cvsup: fix the current amount of CVSup servers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-29 22:30 UTC by Beat Gaetzi
Modified: 2006-05-30 23:06 UTC (History)
0 users

See Also:


Attachments
patch-fastest__cvsup.patch (2.06 KB, patch)
2006-05-29 22:30 UTC, Beat Gaetzi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beat Gaetzi 2006-05-29 22:30:20 UTC
	fix the current amount of CVSup servers
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-30 20:27:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-30 20:28:42 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Nils Vogels 2006-05-30 22:46:45 UTC
Patch applies cleanly, however a small timestamp in the script wasn't
updated.

Patch below does the same, but also updates the "Last updated"
timestamp, which I've set to the submission date of the port.

--- patch-fastest__cvsup.patch begins here ---
--- /usr/ports/sysutils/fastest_cvsup/files/patch-fastest__cvsup        Sat Apr 16 15:18:45 2005
+++ /disk/3/home/nivo/ports/fastest_cvsup/files/patch-fastest__cvsup    Tue May 30 23:41:25 2006
@@ -22,7 +22,7 @@
  # true... what's the highest cvsup number in use?

 -my %FREEBSD_SERVERS = (     # last updated: Thu Sep 19 12:56:23 2002
-+my %FREEBSD_SERVERS = (     # last updated: Sat Apr 16 17:15:39 CST 2005
++my %FREEBSD_SERVERS = (     # last updated: May 29 21:30:20 GMT 2006
    'ar' => 1,    # Argentina
 -  'at' => 1,    # Austria
 -  'au' => 5,    # Australia
@@ -31,17 +31,18 @@
 -  'cn' => 1,    # China
 +  'at' => 2,    # Austria
 +  'au' => 7,    # Australia
-+  'br' => 5,    # Brazil
-+  'ca' => 1,    # Canada
-+  'ch' => 1,    # Switzerland
-+  'cn' => 5,    # China
++  'br' => 4,    # Brazil
++  'ca' => 2,    # Canada
++  'ch' => 2,    # Switzerland
++  'cn' => 7,    # China
 +  'cr' => 1,    # Costa Rica
    'cz' => 1,    # Czech Republic
 -  'de' => 7,    # Germany
 -  'dk' => 1,    # Denmark
 +  'de' => 8,    # Germany
 +  'dk' => 3,    # Denmark
-   'ee' => 1,    # Estonia
+-  'ee' => 1,    # Estonia
++  'ee' => 2,    # Estonia
    'es' => 3,    # Spain
    'fi' => 2,    # Finland
 @@ -93,25 +97,32 @@
@@ -51,12 +52,13 @@
 -  'kr' => 2,    # Korea
 -  'lt' => 2,    # Lithuania
 +  'kg' => 1,    # Kyrgyzstan
-+  'kr' => 3,    # Korea
++  'kr' => 5,    # Korea
 +  'kw' => 1,    # Kuwait
 +  'lt' => 3,    # Lithuania
-   'lv' => 1,    # Latvia
+-  'lv' => 1,    # Latvia
 -  'nl' => 3,    # Netherlands
-+  'nl' => 5,    # Netherlands
++  'lv' => 3,    # Latvia
++  'nl' => 6,    # Netherlands
    'no' => 1,    # Norway
    'nz' => 1,    # New Zealand
 -  'pl' => 1,    # Poland
@@ -66,13 +68,15 @@
 +  'pl' => 3,    # Poland
 +  'pt' => 3,    # Portugal
 +  'ro' => 3,    # Romania
-   'ru' => 6,    # Russia
+-  'ru' => 6,    # Russia
 -  'se' => 2,    # Sweden
 -  'si' => 1,    # Slovenia
-+  'se' => 3,    # Sweden
+-  'sk' => 2,    # Slovak Republic
++  'ru' => 7,    # Russia
++  'se' => 4,    # Sweden
 +  'sg' => 1,    # Singapore
-+  'si' => 2,    # Slovenia
-   'sk' => 2,    # Slovak Republic
++  'si' => 3,    # Slovenia
++  'sk' => 1,    # Slovak Republic
    'sm' => 1,    # San Marino
 -  'tw' => 3,    # Taiwan
 -  'ua' => 5,    # Ukraine
@@ -81,7 +85,7 @@
 +  'th' => 1,    # Thailand
 +  'tr' => 1,    # Turkey
 +  'tw' => 13, # Taiwan
-+  'ua' => 7,    # Ukraine
++  'ua' => 11,   # Ukraine
 +  'uk' => 4,    # United Kingdom
 +  'us' => 18,   # USA
    'za' => 2,    # South Africa

--- patch-fastest__cvsup.patch ends here ---

Thanks for picking this up!

Nils

-- 
Those who desire to give up freedom in order to gain security, will not have, nor do they deserve, either one.

~Benjamin Franklin (American Statesman, Scientist, Philosopher, Printer, Writer and Inventor. 1706-1790)
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-30 22:55:02 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-30 23:06:22 UTC
State Changed
From-To: open->closed

Committed, thanks!