On Dec 29, 2017, at 00:04, Jeremy Huddleston Sequoia wrote: > Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/ffbafb459235fdb74b19dd3221a4db73254eed99 > > The following commit(s) were added to refs/heads/master by this push: > > new ffbafb4 libcxx: Move libcxxabi into libcxx
> --- a/lang/libcxxabi/Portfile > +++ b/lang/libcxxabi/Portfile > @@ -1,10 +1,11 @@ > PortSystem 1.0 > PortGroup compiler_blacklist_versions 1.0 > +PortGroup obsolete 1.0 > > name libcxxabi > epoch 1 > version 3.9.1 > -revision 2 > +revision 3 You should set "replaced_by libcxx" before the "PortGroup obsolete 1.0" line.
