Revision: 90208 http://trac.macports.org/changeset/90208 Author: cal@macports.org Date: 2012-02-26 08:36:35 -0800 (Sun, 26 Feb 2012) Log Message: ----------- freshmeat is now freecode, see #32026 These changes do not affect any behavior of base. Modified Paths: -------------- trunk/base/doc/portfile.7 trunk/base/portmgr/ReleaseProcess trunk/base/src/port1.0/portlivecheck.tcl Modified: trunk/base/doc/portfile.7 =================================================================== --- trunk/base/doc/portfile.7 2012-02-26 16:26:17 UTC (rev 90207) +++ trunk/base/doc/portfile.7 2012-02-26 16:36:35 UTC (rev 90208) @@ -1672,8 +1672,8 @@ .It Ic livecheck.type What kind of check to perform to figure out if the software has been updated. Can be -.Em freshmeat -(uses the date_updated tag of the freshmeat XML file), +.Em freecode +(uses the date_updated tag of the freecode XML file), .Em sourceforge (uses the version of the latest file release of the project), .Em googlecode @@ -1697,19 +1697,19 @@ or .Em googlecode if the master_sites is one of these, else -.Em freshmeat +.Em freecode .br .Sy Values: -.Em freshmeat sourceforge googlecode moddate regex regexm md5 none +.Em freecode sourceforge googlecode moddate regex regexm md5 none .It Ic livecheck.name -Name of the project for live checks (used for freshmeat, sourceforge, and googlecode checks). +Name of the project for live checks (used for freecode, sourceforge, and googlecode checks). .br .Sy Type: .Em optional .br .Sy Default: .Em ${name} -or the sourceforge/freshmeat/googlecode project name if it can be guessed by looking at the master_sites. +or the sourceforge/freecode/googlecode project name if it can be guessed by looking at the master_sites. .It Ic livecheck.distname Name of the file release (used for sourceforge and googlecode checks). For sourceforge releases use the name of the package release. @@ -1741,7 +1741,7 @@ .Sy Default: .Em ${homepage} or -.Em http://freshmeat.net/projects-xml/${livecheck.name}/${livecheck.name}.xml +.Em http://freecode.com/projects/${livecheck.name}/releases.atom or .Em http://sourceforge.net/export/rss2_projfiles.php?project=${livecheck.name} or Modified: trunk/base/portmgr/ReleaseProcess =================================================================== --- trunk/base/portmgr/ReleaseProcess 2012-02-26 16:26:17 UTC (rev 90207) +++ trunk/base/portmgr/ReleaseProcess 2012-02-26 16:36:35 UTC (rev 90208) @@ -221,7 +221,7 @@ * The macports-announce@, macports-users@ and macports-dev@ mailing lists. * The MacPorts website, by adapting the $macports_version_major and $macports_version_latest variables as appropriate in the trunk/www/includes/common.inc file. * [https://trac.macports.org/news/] The MacOSforge news section (submitter: portmgr@) - * [http://freshmeat.net/projects/macports/ Freshmeat] (submitter: mww@) + * [http://freecode.com/projects/macports/ Freecode] (submitter: mww@) * [http://www.versiontracker.com/dyn/moreinfo/macosx/26679 VersionTracker] (submitter: mij@) * [http://sourceforge.net/projects/macports/ sourceforge] (submitted: rhwood@) * [http://www.macupdate.com/info.php/id/21309/macports MacUpdate] (submitter: ???) Modified: trunk/base/src/port1.0/portlivecheck.tcl =================================================================== --- trunk/base/src/port1.0/portlivecheck.tcl 2012-02-26 16:26:17 UTC (rev 90207) +++ trunk/base/src/port1.0/portlivecheck.tcl 2012-02-26 16:36:35 UTC (rev 90208) @@ -87,9 +87,9 @@ return -code 1 "No available types were found. Check '$types_dir'." } - # Convert available_types from a list of files (e.g., { freshmeat.tcl + # Convert available_types from a list of files (e.g., { freecode.tcl # gnu.tcl ... }) into a string in the format "type|type|..." (e.g., - # "freshmeat|gnu|..."). + # "freecode|gnu|..."). set available_types [regsub -all {\.tcl} [join $available_types |] {}] if {${livecheck.type} eq "default"} {
participants (1)
-
cal@macports.org