Hi Leo,
> On Dec 27, 2017, at 5:05 PM, Leo Singer <[email protected]> wrote: > > Leo Singer (lpsinger) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/a10211d786df3ef39e6809cb9a612a1b629029af > > <https://github.com/macports/macports-ports/commit/a10211d786df3ef39e6809cb9a612a1b629029af> > The following commit(s) were added to refs/heads/master by this push: > new a10211d ast: update to 8.6.1 > a10211d is described below > > commit a10211d786df3ef39e6809cb9a612a1b629029af > Author: Leo Singer <[email protected]> > AuthorDate: Wed Dec 27 19:05:27 2017 -0500 > > ast: update to 8.6.1 > > Fixes #47986. You must use the complete URL to the ticket in order to get Trac integration. So, in the future, your commit message should look like this: ast: update to 8.6.1 Fixes: https://trac.macports.org/ticket/47986 > --- > science/ast/Portfile | 20 +++++++------------- > 1 file changed, 7 insertions(+), 13 deletions(-) > > diff --git a/science/ast/Portfile b/science/ast/Portfile > index 88f0f02..62144d2 100644 > --- a/science/ast/Portfile > +++ b/science/ast/Portfile > @@ -2,13 +2,12 @@ > > PortSystem 1.0 > PortGroup compilers 1.0 > +PortGroup github 1.0 > > -name ast > -version 8.0.2 > -revision 1 > -categories science > +github.setup Starlink ast 8.6.1 v > +github.tarball_from releases > platforms darwin > -maintainers aronnax > +maintainers {aronnax @lpsinger} > license GPL-2+ > description StarLink Astrometry Library > long_description \ > @@ -17,12 +16,10 @@ long_description \ > for retrieving and interpreting that information and for generating \ > graphical output based on it. > > -homepage http://starlink.eao.hawaii.edu/starlink/AST > -master_sites http://www.starlink.ac.uk/download/ast/ > -checksums sha1 4dd7d9696bd1354c0ddb8e21600921364e317ae5 \ > - rmd160 018db35038328b2959317f8ed48d33bcf8526080 > +checksums rmd160 103b5beb7a5dad6a6b0085e836c74dc147bc7e58 \ > + sha256 > 21435530b25374378d6be735b5a8c1418fa59438234fe4d63055a85df90a13a4 > > -universal_variant no > +universal_variant no > > compilers.choose fc f77 f90 > compilers.setup require_fortran > @@ -35,6 +32,3 @@ destroot.args-append stardocsdir=${prefix}/share/docs \ > starhelpdir=${prefix}/share/help \ > starnewsdir=${prefix}/share/news \ > STAR_MANIFEST_DIR=${prefix}/share/manifests > - > -livecheck.url [lindex ${master_sites} 0] > -livecheck.regex [quotemeta ${name}]-(\\d+(\\.\\d+)+)[quotemeta > ${extract.suffix}] >
