On 2020/07/31 23:25, Nam Nguyen wrote: > Nam Nguyen writes: > > > This is an update for editors/TeXmacs 1.99.13. > > ping
Just testing and will commit soon if it goes ok. > > Changelog: https://texmacs.org/tmweb/about/changes.en.html > > > > "Switch to Python 3 for plug-ins programmed in Python (1.99.13)." > > > > Ports-wise, python patching bits can go away as python3 is automatically > > detected by the plugins now. > > > > WRKDIST had to be changed because it normally extracts into -src (e.g., > > TeXmacs-1.99.13-src), but this release dropped the -src suffix. Also, > > this release erroneously reports 1.99.12 but the changelog is updated. > -DISTNAME= TeXmacs-1.99.12-src > +DISTNAME= TeXmacs-1.99.13-src > PKGNAME= ${DISTNAME:S/-src//} .. > +WRKDIST= ${WRKDIR}/${PKGNAME} I'll tweak it a little to do this more neatly: DISTNAME= TeXmacs-1.99.13 EXTRACT_SUFX= -src.tar.gz