mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
devel/tortoisehg: update 3.2.4 -> 3.3.2
- Add USE=gettext PR: 199068 Submitted by: Arrowdodger <6yearold@gmail.com>
This commit is contained in:
parent
5483285813
commit
353bc4b40a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382909
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user