Hi! > I use 'poudriere' to maintain my ports. I still have a few ports that > depend on the depreciated py27. What is the recommended method to > update these ports? I was thinking of placing this in the > "poudriere.d/make.conf" file: > > DEFAULT_VERSIONS+=python=3.7 > DEFAULT_VERSIONS+=python2=3.7 > DEFAULT_VERSIONS+=python3=3.7 > > and then rebuild all of my ports. Would that be sufficient, or even > correct?
I used this in poudriere: DEFAULT_VERSIONS=python=3.7 python3=3.7 So I did not use python2=3.7 -- which will probably not work. That worked good enough that I did not investigate any further. -- p...@opsec.eu +49 171 3101372 Now what ? _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"