Revision: 107406 https://trac.macports.org/changeset/107406 Author: ram@macports.org Date: 2013-06-27 06:30:01 -0700 (Thu, 27 Jun 2013) Log Message: ----------- devel/flashbake: use github portgroup Modified Paths: -------------- trunk/dports/devel/flashbake/Portfile Modified: trunk/dports/devel/flashbake/Portfile =================================================================== --- trunk/dports/devel/flashbake/Portfile 2013-06-27 13:29:52 UTC (rev 107405) +++ trunk/dports/devel/flashbake/Portfile 2013-06-27 13:30:01 UTC (rev 107406) @@ -2,10 +2,10 @@ PortSystem 1.0 PortGroup python 1.0 +PortGroup github 1.0 -name flashbake -version 0.26.3 -categories devel +categories-append devel +github.setup commandline flashbake 0.26.3 license GPL-3+ platforms darwin supported_archs noarch @@ -17,7 +17,6 @@ simpler for non-technical projects. homepage http://wiki.github.com/commandline/${name} -master_sites http://cloud.github.com/downloads/commandline/${name} checksums md5 bb8a062f728bfad4720f07e2ef444802 \ sha1 aeb11a79be61b0e97824fbdea70cce8f90383dbb \ @@ -30,13 +29,4 @@ port:py${python.version}-feedparser \ port:git-core -python.link_binaries no - -post-destroot { - ln -s ${python.prefix}/bin/flashbake ${destroot}${prefix}/bin - ln -s ${python.prefix}/bin/flashbakeall ${destroot}${prefix}/bin -} - -livecheck.type regex -livecheck.url ${homepage} -livecheck.regex {current version is (\d+(?:\.\d+)*) and can be} +python.link_binaries_suffix