[100626] trunk/dports/_resources/port1.0/group/github-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Mon Dec 17 16:50:59 PST 2012


Revision: 100626
          https://trac.macports.org/changeset/100626
Author:   ryandesign at macports.org
Date:     2012-12-17 16:50:58 -0800 (Mon, 17 Dec 2012)
Log Message:
-----------
github-1.0.tcl: add note about deprecated downloads feature

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/github-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/github-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/github-1.0.tcl	2012-12-18 00:49:18 UTC (rev 100625)
+++ trunk/dports/_resources/port1.0/group/github-1.0.tcl	2012-12-18 00:50:58 UTC (rev 100626)
@@ -43,12 +43,13 @@
 default github.homepage {https://github.com/${github.author}/${github.project}}
 default github.raw {https://raw.github.com/${github.author}/${github.project}}
 default github.master_sites {${github.homepage}/tarball/[join ${github.tag_prefix} ""]${github.version}}
-default github.tarball_from {tags}
 
 default master_sites {${github.master_sites}}
 
+# The ability to host downloads on github is going away
+# https://github.com/blog/1302-goodbye-uploads
+default github.tarball_from {tags}
 option_proc github.tarball_from handle_tarball_from
-
 proc handle_tarball_from {option action args} {
     global github.author github.project github.master_sites
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121217/7270a0b3/attachment.html>


More information about the macports-changes mailing list