Ryan, What is the proper way of dealing with obsoleted subports?
> On May 7, 2018, at 7:54 AM, Ryan Schmidt <[email protected] > <mailto:[email protected]>> wrote: > > > On May 5, 2018, at 10:14, Marius Schamschula wrote: > >> Marius Schamschula (Schamschula) pushed a commit to branch master >> in repository macports-ports. >> >> >> https://github.com/macports/macports-ports/commit/183d848728bcdec1ac30dce5260f0437feeda485 >> >> <https://github.com/macports/macports-ports/commit/183d848728bcdec1ac30dce5260f0437feeda485> >> >> commit 183d848728bcdec1ac30dce5260f0437feeda485 >> >> Author: Marius Schamschula >> AuthorDate: Sat May 5 10:14:16 2018 -0500 >> >> >> py-python-augeas05: mark as obsolete >> >> --- >> python/py-python-augeas05/Portfile | 28 +++++----------------------- >> 1 file changed, 5 insertions(+), 23 deletions(-) >> >> >> diff --git a/python/py-python-augeas05/Portfile >> b/python/py-python-augeas05/Portfile >> index 51038ea..648168e 100644 >> --- a/python/py-python-augeas05/Portfile >> +++ b/python/py-python-augeas05/Portfile >> @@ -1,31 +1,13 @@ >> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; >> c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 >> >> PortSystem 1.0 >> -PortGroup python 1.0 >> +replaced_by py-python-augeas >> +PortGroup obsolete 1.0 >> >> name py-python-augeas05 >> -set real_name python-augeas >> epoch 1 >> version 0.5.0 >> -python.versions 27 34 35 36 > > This abruptly removed the py27-python-augeas05, py34-python-augeas05, > py35-python-augeas05, py36-python-augeas05 subports without transitioning > them to the replacement subports under the py-python-augeas port. > > Marius -- Marius Schamschula Marius -- Marius Schamschula
