Hi

these are the diff to update mercurial and tortoisehg to latest releases.

Ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/mercurial/Makefile,v
retrieving revision 1.65
diff -u -p -u -p -r1.65 Makefile
--- Makefile	11 Oct 2015 15:57:02 -0000	1.65
+++ Makefile	30 Nov 2015 17:37:29 -0000
@@ -3,7 +3,7 @@
 COMMENT-main =		fast, lightweight source control management
 COMMENT-x11 =		graphical tooling for mercurial
 
-MODPY_EGG_VERSION =	3.5.2
+MODPY_EGG_VERSION =	3.6.1
 DISTNAME =		mercurial-${MODPY_EGG_VERSION}
 CATEGORIES =     	devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/mercurial/distinfo,v
retrieving revision 1.45
diff -u -p -u -p -r1.45 distinfo
--- distinfo	11 Oct 2015 15:57:02 -0000	1.45
+++ distinfo	30 Nov 2015 17:37:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (mercurial-3.5.2.tar.gz) = I/3AOFA5EbIdyeVWEYgD97HUFQ6xSTPS6j0P8Nxgq10=
-SIZE (mercurial-3.5.2.tar.gz) = 4415307
+SHA256 (mercurial-3.6.1.tar.gz) = 1GR5QxZa/9EbrwcFVWkgSB1TRrl2BLq6tq128XREdMY=
+SIZE (mercurial-3.6.1.tar.gz) = 4517652
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/devel/mercurial/pkg/PLIST-main,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST-main
--- pkg/PLIST-main	9 Sep 2015 19:26:36 -0000	1.5
+++ pkg/PLIST-main	30 Nov 2015 17:37:29 -0000
@@ -16,6 +16,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/hgext/children.pyc
 lib/python${MODPY_VERSION}/site-packages/hgext/churn.py
 lib/python${MODPY_VERSION}/site-packages/hgext/churn.pyc
+lib/python${MODPY_VERSION}/site-packages/hgext/clonebundles.py
+lib/python${MODPY_VERSION}/site-packages/hgext/clonebundles.pyc
 lib/python${MODPY_VERSION}/site-packages/hgext/color.py
 lib/python${MODPY_VERSION}/site-packages/hgext/color.pyc
 lib/python${MODPY_VERSION}/site-packages/hgext/convert/
@@ -180,6 +182,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/mercurial/default.d/mergetools.rc
 lib/python${MODPY_VERSION}/site-packages/mercurial/demandimport.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/demandimport.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/destutil.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/destutil.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/diffhelpers.so
 lib/python${MODPY_VERSION}/site-packages/mercurial/dirstate.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/dirstate.pyc
@@ -392,6 +396,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/mercurial/statichttprepo.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/store.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/store.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/streamclone.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/streamclone.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/strutil.py
 lib/python${MODPY_VERSION}/site-packages/mercurial/strutil.pyc
 lib/python${MODPY_VERSION}/site-packages/mercurial/subrepo.py
@@ -568,7 +574,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/hgicon.png
 lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/hglogo.png
 lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/mercurial.js
-lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-coal.css
+lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-extra-coal.css
 lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-gitweb.css
 lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-monoblue.css
 lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-paper.css
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/tortoisehg/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- Makefile	11 Oct 2015 15:57:33 -0000	1.20
+++ Makefile	30 Nov 2015 17:38:09 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =		series of applications for Mercurial
 
-MODPY_EGG_VERSION =	3.5.2
+MODPY_EGG_VERSION =	3.6.1
 DISTNAME =		tortoisehg-${MODPY_EGG_VERSION}
 
 CATEGORIES =		devel
@@ -25,7 +25,7 @@ RUN_DEPENDS =		x11/py-qt4 \
 			editors/qscintilla \
 			devel/py-sip \
 			editors/py-qscintilla \
-			devel/mercurial>=3.4,<3.6 \
+			devel/mercurial>=3.5,<3.7 \
 			devel/py-iniparse
 
 NO_TEST =		Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/tortoisehg/distinfo,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 distinfo
--- distinfo	11 Oct 2015 15:57:33 -0000	1.17
+++ distinfo	30 Nov 2015 17:38:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (tortoisehg-3.5.2.tar.gz) = 9dNtjxm1CN0Ap6xyCvOIne/UDpn8tg2Qeg/vuchn3WM=
-SIZE (tortoisehg-3.5.2.tar.gz) = 7399407
+SHA256 (tortoisehg-3.6.1.tar.gz) = KOLOdwcxYWVwt8i+cmzHsgRYh9ZsFmuOUUoUTKhlCzc=
+SIZE (tortoisehg-3.6.1.tar.gz) = 7440140
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/tortoisehg/pkg/PLIST,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 PLIST
--- pkg/PLIST	9 Sep 2015 19:27:33 -0000	1.12
+++ pkg/PLIST	30 Nov 2015 17:38:09 -0000
@@ -283,6 +283,7 @@ share/locale/pt_BR/LC_MESSAGES/tortoiseh
 share/locale/ru/LC_MESSAGES/tortoisehg.mo
 share/locale/sr/LC_MESSAGES/tortoisehg.mo
 share/locale/sv/LC_MESSAGES/tortoisehg.mo
+share/locale/th/LC_MESSAGES/tortoisehg.mo
 share/locale/tr/LC_MESSAGES/tortoisehg.mo
 share/locale/uk/LC_MESSAGES/tortoisehg.mo
 share/locale/zh_CN/LC_MESSAGES/tortoisehg.mo

Reply via email to