diff options
author | robak <robak@FreeBSD.org> | 2015-04-01 20:55:06 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-04-01 20:55:06 +0800 |
commit | 3e74994443ed2b570dd2bb14c9ef6bd8e03ef8bb (patch) | |
tree | b68cbaa9528d8a6fe0fa6a3eae096a33f43afb30 /devel/tortoisehg | |
parent | 90b5d22733f2d78b07b954ad8031cc0784478b90 (diff) | |
download | freebsd-ports-gnome-3e74994443ed2b570dd2bb14c9ef6bd8e03ef8bb.tar.gz freebsd-ports-gnome-3e74994443ed2b570dd2bb14c9ef6bd8e03ef8bb.tar.zst freebsd-ports-gnome-3e74994443ed2b570dd2bb14c9ef6bd8e03ef8bb.zip |
devel/tortoisehg: update 3.2.4 -> 3.3.2
- Add USE=gettext
PR: 199068
Submitted by: Arrowdodger <6yearold@gmail.com>
Diffstat (limited to 'devel/tortoisehg')
-rw-r--r-- | devel/tortoisehg/Makefile | 5 | ||||
-rw-r--r-- | devel/tortoisehg/distinfo | 4 | ||||
-rw-r--r-- | devel/tortoisehg/pkg-plist | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/devel/tortoisehg/Makefile b/devel/tortoisehg/Makefile index 9806c3a06688..6748042be127 100644 --- a/devel/tortoisehg/Makefile +++ b/devel/tortoisehg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tortoisehg -PORTVERSION= 3.2.4 +PORTVERSION= 3.3.2 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/ #MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ @@ -28,8 +28,7 @@ OPTIONS_DEFINE= NAUTILUS NLS NAUTILUS_DESC= Install TortoiseHG Nautilus extension OPTIONS_SUB= yes -USES= python -NLS_USES= gettext +USES= gettext python INSTALLS_ICONS= yes diff --git a/devel/tortoisehg/distinfo b/devel/tortoisehg/distinfo index 2a01361f9f35..ea2957a27753 100644 --- a/devel/tortoisehg/distinfo +++ b/devel/tortoisehg/distinfo @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-3.2.4.tar.gz) = 71653daafa3beff6518e1f198ad7f26403118f4413ed0ae02830fdd1ae86001a -SIZE (tortoisehg-3.2.4.tar.gz) = 8212476 +SHA256 (tortoisehg-3.3.2.tar.gz) = 779beb06588897d1c42fc463fecc4b61498f7cac76681fe1c1f017ecd811719a +SIZE (tortoisehg-3.3.2.tar.gz) = 8226128 diff --git a/devel/tortoisehg/pkg-plist b/devel/tortoisehg/pkg-plist index 1c4cf5189e96..5911268ca920 100644 --- a/devel/tortoisehg/pkg-plist +++ b/devel/tortoisehg/pkg-plist @@ -198,6 +198,9 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/reporegistry.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/reporegistry.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/reporegistry.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/repotab.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/repotab.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/repotab.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/repotreeitem.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/repotreeitem.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/repotreeitem.pyo @@ -556,6 +559,7 @@ share/pixmaps/tortoisehg/icons/scalable/status/hg-merged-p2.svg share/pixmaps/tortoisehg/icons/scalable/status/hg-patch-applied.svg share/pixmaps/tortoisehg/icons/scalable/status/hg-patch-guarded.svg share/pixmaps/tortoisehg/icons/scalable/status/hg-patch-unguarded.svg +share/pixmaps/tortoisehg/icons/scalable/status/hg-sharedrepo.svg share/pixmaps/tortoisehg/icons/scalable/status/thg-added-subrepo.svg share/pixmaps/tortoisehg/icons/scalable/status/thg-error.svg share/pixmaps/tortoisehg/icons/scalable/status/thg-git-subrepo.svg |