Hey Remi, regress on i386:
Failed test-backwards-remove.t: output changed Failed test-clone.t: output changed Failed test-command-template.t: output changed Failed test-convert-cvs-synthetic.t: output changed Failed test-convert-cvsnt-mergepoints.t: output changed Failed test-convert.t: output changed Failed test-fetch.t: output changed Failed test-journal-exists.t: output changed Failed test-largefiles.t: timed out Failed test-lock-badness.t: output changed Failed test-permissions.t: output changed Failed test-pull-permission.t: output changed Failed test-purge.t: output changed Failed test-repair-strip.t: output changed Failed test-revert-unknown.t: output changed Failed test-revert.t: output changed Failed test-serve.t: output changed Failed test-subrepo-git.t: output changed Failed test-subrepo-missing.t: output changed Failed test-update-reverse.t: output changed # Ran 415 tests, 0 skipped, 20 failed. couldn't test on loogson my cc is broken. Samir. On Thu, Nov 29, 2012 at 06:50:37AM +0100, Remi Pointel wrote: > Hi, > > this is the diff to update Mercurial to 2.4. > Changelog: > http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.4_.282012-11-1.29 > > Is it ok? > > Cheers, > > Remi. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/mercurial/Makefile,v > retrieving revision 1.49 > diff -u -p -r1.49 Makefile > --- Makefile 8 Sep 2012 08:00:45 -0000 1.49 > +++ Makefile 27 Nov 2012 08:20:17 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = fast, lightweight source control management > > -MODPY_EGG_VERSION = 2.3.1 > +MODPY_EGG_VERSION = 2.4 > DISTNAME = mercurial-${MODPY_EGG_VERSION} > CATEGORIES = devel > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/mercurial/distinfo,v > retrieving revision 1.33 > diff -u -p -r1.33 distinfo > --- distinfo 8 Sep 2012 08:00:45 -0000 1.33 > +++ distinfo 27 Nov 2012 08:20:17 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (mercurial-2.3.1.tar.gz) = > 71h/3TsGLgjrQBLnhw9NCgD9g08RV4v7qAMTsQ+AhUE= > -SIZE (mercurial-2.3.1.tar.gz) = 3558058 > +SHA256 (mercurial-2.4.tar.gz) = OIeFNYiBzrRAm6obgYDCyE1fNU6ozvGJI91JEAzVIQM= > +SIZE (mercurial-2.4.tar.gz) = 3607276 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/devel/mercurial/pkg/PLIST,v > retrieving revision 1.25 > diff -u -p -r1.25 PLIST > --- pkg/PLIST 8 Sep 2012 08:00:45 -0000 1.25 > +++ pkg/PLIST 27 Nov 2012 08:20:17 -0000 > @@ -527,7 +527,6 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-monoblue.css > > lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-paper.css > lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style.css > -lib/python${MODPY_VERSION}/site-packages/mercurial/templates/template-vars.txt > lib/python${MODPY_VERSION}/site-packages/mercurial/transaction.py > lib/python${MODPY_VERSION}/site-packages/mercurial/transaction.pyc > lib/python${MODPY_VERSION}/site-packages/mercurial/treediscovery.py
