isl has the openmaintainer policy, but as the maintainer, I would appreciate knowing more about the recent activity. The commit message does not indicate why the version was reverted. Did the new version break GCC? At the very least we should probably document this kind of thing so that others (like me) don’t make the same mistake.
Thanks, Marcus > On Apr 2, 2019, at 10:32 PM, Chris Jones <[email protected]> wrote: > > Chris Jones (cjones051073) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/cd2b8b27b5d5bc199a9e8df9b4fb32d1ed3ef915 > > The following commit(s) were added to refs/heads/master by this push: > > new cd2b8b2 isl: revert back to 0.20 > > cd2b8b2 is described below > > > commit cd2b8b27b5d5bc199a9e8df9b4fb32d1ed3ef915 > > Author: Chris Jones <[email protected]> > AuthorDate: Wed Apr 3 06:32:32 2019 +0100 > > > isl: revert back to 0.20 > > --- > devel/isl/Portfile | 11 +++++------ > lang/gcc6/Portfile | 4 ++-- > lang/gcc7/Portfile | 4 ++-- > lang/gcc8/Portfile | 4 ++-- > lang/gcc9/Portfile | 4 ++-- > 5 files changed, 13 insertions(+), 14 deletions(-) > > > diff --git a/devel/isl/Portfile b/devel/isl/Portfile > > index 1a79760..d7004f7 100644 > > --- a/devel/isl/Portfile > > +++ b/devel/isl/Portfile > > @@ -2,13 +2,12 @@ > > > PortSystem 1.0 > PortGroup muniversal 1.0 > > -PortGroup cxx11 1.1 > > > name isl > conflicts isl-devel > > > -epoch 2 > > -version 0.21 > > +epoch 3 > > +version 0.20 > > > categories devel math > platforms darwin > > @@ -35,9 +34,9 @@ depends_lib port:gmp > > master_sites http://isl.gforge.inria.fr > use_bzip2 yes > > > -checksums rmd160 181ded304f27fc556e41a0cac13d240672d6fe9b \ > > - sha256 > d18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859 \ > > - size 1820796 > > +checksums rmd160 68464147f6c392876456c18faaf95d17d2800acc \ > > + sha256 > b587e083eb65a8b394e833dea1744f21af3f0e413a448c17536b5549ae42a4c2 \ > > + size 1727820 > > > configure.args --disable-silent-rules > > > diff --git a/lang/gcc6/Portfile b/lang/gcc6/Portfile > > index 209f586..8220a7e 100644 > > --- a/lang/gcc6/Portfile > > +++ b/lang/gcc6/Portfile > > @@ -7,8 +7,8 @@ PortGroup compiler_blacklist_versions 1.0 > > name gcc6 > epoch 2 > version 6.5.0 > > -revision 2 > > -subport libgcc6 { revision 2 } > > +revision 3 > > +subport libgcc6 { revision 3 } > > platforms darwin > categories lang > maintainers nomaintainer > > diff --git a/lang/gcc7/Portfile b/lang/gcc7/Portfile > > index 39d64f1..85a7226 100644 > > --- a/lang/gcc7/Portfile > > +++ b/lang/gcc7/Portfile > > @@ -7,8 +7,8 @@ PortGroup compiler_blacklist_versions 1.0 > > name gcc7 > epoch 2 > version 7.4.0 > > -revision 1 > > -subport libgcc7 { revision 1 } > > +revision 2 > > +subport libgcc7 { revision 2 } > > platforms darwin > categories lang > maintainers nomaintainer > > diff --git a/lang/gcc8/Portfile b/lang/gcc8/Portfile > > index 44c9cb8..95224c5 100644 > > --- a/lang/gcc8/Portfile > > +++ b/lang/gcc8/Portfile > > @@ -7,8 +7,8 @@ PortGroup compiler_blacklist_versions 1.0 > > epoch 2 > name gcc8 > version 8.3.0 > > -revision 1 > > -subport libgcc8 { revision 1 } > > +revision 2 > > +subport libgcc8 { revision 2 } > > platforms darwin > categories lang > maintainers nomaintainer > > diff --git a/lang/gcc9/Portfile b/lang/gcc9/Portfile > > index b84c52f..96b7981 100644 > > --- a/lang/gcc9/Portfile > > +++ b/lang/gcc9/Portfile > > @@ -7,8 +7,8 @@ PortGroup compiler_blacklist_versions 1.0 > > epoch 2 > name gcc9 > version 9-20190331 > > -revision 0 > > -subport libgcc-devel { revision 0 } > > +revision 1 > > +subport libgcc-devel { revision 1 } > > platforms darwin > categories lang > maintainers nomaintainer > >
