Hi Vince, > On Dec 2, 2017, at 2:08 AM, Vincent <[email protected]> wrote: > > Vincent (Veence) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/05a5007590c77dba5bcdd1b4d047934ef2b1c8db > > <https://github.com/macports/macports-ports/commit/05a5007590c77dba5bcdd1b4d047934ef2b1c8db> > The following commit(s) were added to refs/heads/master by this push: > new 05a5007 qgis3: add py36-six dependency. Should fix #55451 > 05a5007 is described below > > commit 05a5007590c77dba5bcdd1b4d047934ef2b1c8db > Author: Veence <[email protected]> > AuthorDate: Sat Dec 2 10:08:32 2017 +0100 > > qgis3: add py36-six dependency. Should fix #55451 Remember that you now need to provide the full URL to the trac ticket, and use a separate line for it. This will automatically close the ticket too. Like this:
Fixes: https://trac.macports.org/ticket/55451 > --- > gis/qgis3/Portfile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile > index 9a225e4..ec992d6 100644 > --- a/gis/qgis3/Portfile > +++ b/gis/qgis3/Portfile > @@ -101,6 +101,7 @@ configure.args-append "-DWITH_SERVER=FALSE" > depends_lib-append port:python36 \ > port:py36-pyqt5 \ > port:py36-qscintilla-qt5 \ > + port:py36-six \ > port:qt5-qtwebkit \ > port:qt5-qtscript \ > port:qt5-sqlite-plugin \ >
