Created attachment 177879 [details] patch to update sqlalchemy dependency Update the sqlalchemy dependency from 0.7 to 1.0, as the former expired both in the Ports Tree and upstream. The port builds fine, but preferably needs run-time testing.
Should we increase PORT_REVISION too ?
Created attachment 177919 [details] new patch
I didn't bump it at first because it would only apply to builds with non-default options, but thinking about it, such environments would never catch the update. Although MOVED would instruct portmaster/portupgrade/... to switch to sqlalchemy10, they wouldn't rebuild this port so it would end up with a broken dependency. So yes, it is better to bump PORTREVISION. New patch attached.
A commit references this bug: Author: olivier Date: Fri Dec 16 13:42:11 UTC 2016 New revision: 428678 URL: https://svnweb.freebsd.org/changeset/ports/428678 Log: Update sqlalchemy dependency PR: 215223 Submitted by: rene Approved by: tabthorpe Differential Revision: https://reviews.freebsd.org/D8799 Changes: head/www/py-bottle-cork/Makefile
Thank Rene!