On Aug 31, 2017, at 14:42, Jeremy Lavergne wrote: > Jeremy Lavergne (nerdling) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/aea263dc10204d659cee069d5dd6bfd0b5ddff44 > > commit aea263dc10204d659cee069d5dd6bfd0b5ddff44 > > Author: Jeremy Lavergne <[email protected]> > AuthorDate: Thu Aug 31 15:34:34 2017 -0400 > > > xercesc3: update to 3.2.0 > > --- > textproc/xercesc3/Portfile | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > > diff --git a/textproc/xercesc3/Portfile b/textproc/xercesc3/Portfile > index d57fd7b..beb18ff 100644 > --- a/textproc/xercesc3/Portfile > +++ b/textproc/xercesc3/Portfile > @@ -4,8 +4,7 @@ PortSystem 1.0 > > name xercesc3 > conflicts xercesc > -version 3.1.4 > -revision 1 > +version 3.2.0 > categories textproc xml shibboleth > maintainers snc scantor > license Apache-2
3.2.0 has a different library version than 3.1.4, so everything that links with xercesc3 that hasn't been updated since this commit needs to be revbumped now, otherwise we have e.g.: $ xtest dyld: Library not loaded: /opt/local/lib/libxerces-c-3.1.dylib Referenced from: /opt/local/bin/xtest Reason: image not found Abort trap: 6
