On 2018-5-31 07:27 , macpo...@parvis.nl wrote: > > Q: I'm looking for a [bash] procedure to check if MacPorts has changed > *without* doing the selfupdate. Can you make a suggestion?
test "`curl -s http://nue.de.rsync.macports.org/macports/release/base/config/macports_version`" != "`port -q version`" - Josh