On 2017/10/05 09:49, Rafael Sadowski wrote: > ping > > On Sat Sep 16, 2017 at 08:15:20AM +0000, Rafael Sadowski wrote: > > Hi All, > > > > please find blow a simple diff to update pcre to the last stable > > version. No ABI changes detected with nm(1).
No concerns about this update, but nm is not enough to say "no changes", it's only enough to say when you definitely need a bump. > > Tested with zsh ond amd64. > > > > Best regards, > > > > Rafael Sadowski > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/devel/pcre/Makefile,v > > retrieving revision 1.67 > > diff -u -p -u -p -r1.67 Makefile > > --- Makefile 26 Jul 2017 22:45:18 -0000 1.67 > > +++ Makefile 16 Sep 2017 08:13:05 -0000 > > @@ -2,8 +2,7 @@ > > > > COMMENT= perl-compatible regular expression library > > > > -DISTNAME= pcre-8.40 > > -REVISION = 1 > > +DISTNAME= pcre-8.41 > > > > SHARED_LIBS += pcre 3.0 # 0.1 > > SHARED_LIBS += pcre16 0.0 # 0.0 > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/devel/pcre/distinfo,v > > retrieving revision 1.27 > > diff -u -p -u -p -r1.27 distinfo > > --- distinfo 31 May 2017 20:16:49 -0000 1.27 > > +++ distinfo 16 Sep 2017 08:13:05 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (pcre-8.40.tar.gz) = HXXOkOo/ge4IDNwE5oycJan7mEhhoGGL57v2drGO2j4= > > -SIZE (pcre-8.40.tar.gz) = 2065161 > > +SHA256 (pcre-8.41.tar.gz) = JEg44fHRT34vp2gbhXs6hWa3QhXygTPxSo9eWSQbaCw= > > +SIZE (pcre-8.41.tar.gz) = 2068775 > > >