diff options
author | pawel <pawel@FreeBSD.org> | 2011-11-09 05:10:54 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-11-09 05:10:54 +0800 |
commit | f39ebf3284dbb54af25f024912e07b60a21695c2 (patch) | |
tree | 4ac5fc268a2eefee77fb0e02c3ff5e499ebb906d /devel | |
parent | 1377db56c1fd303ec4977d181c46542e051cb41c (diff) | |
download | freebsd-ports-gnome-f39ebf3284dbb54af25f024912e07b60a21695c2.tar.gz freebsd-ports-gnome-f39ebf3284dbb54af25f024912e07b60a21695c2.tar.zst freebsd-ports-gnome-f39ebf3284dbb54af25f024912e07b60a21695c2.zip |
- Update to version 2.2
- Fix desktop entry file
PR: ports/162376
Submitted by: arrowdodger <6yearold@gmail.com> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tortoisehg2/Makefile | 3 | ||||
-rw-r--r-- | devel/tortoisehg2/distinfo | 4 | ||||
-rw-r--r-- | devel/tortoisehg2/files/patch-contrib-tortoisehg.desktop | 10 | ||||
-rw-r--r-- | devel/tortoisehg2/pkg-plist | 9 |
4 files changed, 23 insertions, 3 deletions
diff --git a/devel/tortoisehg2/Makefile b/devel/tortoisehg2/Makefile index 6a0960a15688..5aad785a8877 100644 --- a/devel/tortoisehg2/Makefile +++ b/devel/tortoisehg2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tortoisehg -PORTVERSION= 2.1.4 +PORTVERSION= 2.2 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ @@ -56,6 +56,7 @@ PLIST_SUB+= NAUTILUS="" post-patch: @${REINPLACE_CMD} -e '/_path/ s|/usr|${PREFIX}|' ${WRKSRC}/${PYSETUP} + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/contrib/tortoisehg.desktop @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/thg .if defined(WITHOUT_NLS) @${REINPLACE_CMD} -e 's/^%%NLS%%/# /' ${WRKSRC}/${PYSETUP} diff --git a/devel/tortoisehg2/distinfo b/devel/tortoisehg2/distinfo index 37f28162ae1c..b216d0819545 100644 --- a/devel/tortoisehg2/distinfo +++ b/devel/tortoisehg2/distinfo @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-2.1.4.tar.gz) = ab76a54839c5177a687d2c33cfce690e15d8263119d581b9b368fb2fb1f898b5 -SIZE (tortoisehg-2.1.4.tar.gz) = 8949670 +SHA256 (tortoisehg-2.2.tar.gz) = a3501b4296fabf883c5a1b44fe4172d2146f9c532881b32e40ecb3c5515d74a7 +SIZE (tortoisehg-2.2.tar.gz) = 9773527 diff --git a/devel/tortoisehg2/files/patch-contrib-tortoisehg.desktop b/devel/tortoisehg2/files/patch-contrib-tortoisehg.desktop new file mode 100644 index 000000000000..af2a7d31d2fe --- /dev/null +++ b/devel/tortoisehg2/files/patch-contrib-tortoisehg.desktop @@ -0,0 +1,10 @@ +--- contrib/tortoisehg_.desktop 2011-05-04 08:03:56.000000000 +0400 ++++ contrib/tortoisehg.desktop 2011-11-08 14:10:42.167216155 +0400 +@@ -3,6 +3,6 @@ + Name=TortoiseHg + GenericName=Version Control GUI + Comment=GUI application for using Mercurial +-Icon=tortoisehg_logo ++Icon=%%PREFIX%%/share/pixmaps/tortoisehg/icons/thg_logo.ico + Exec=thg --nofork + Categories=Development;RevisionControl; diff --git a/devel/tortoisehg2/pkg-plist b/devel/tortoisehg2/pkg-plist index 176e2ac617af..b0839ef4f6d6 100644 --- a/devel/tortoisehg2/pkg-plist +++ b/devel/tortoisehg2/pkg-plist @@ -117,6 +117,9 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lexers.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lexers.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lexers.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lfprompt.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lfprompt.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/lfprompt.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/license.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/license.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/license.pyo @@ -355,6 +358,7 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/util/wconfig.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/wconfig.pyo share/applications/tortoisehg.desktop +%%NLS%%share/locale/ar/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/ca/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/cs/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/da/LC_MESSAGES/tortoisehg.mo @@ -368,8 +372,10 @@ share/applications/tortoisehg.desktop %%NLS%%share/locale/he/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/hr/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/hu/LC_MESSAGES/tortoisehg.mo +%%NLS%%share/locale/id/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/it/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/ja/LC_MESSAGES/tortoisehg.mo +%%NLS%%share/locale/jv/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/ko/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/nb/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/nl/LC_MESSAGES/tortoisehg.mo @@ -386,6 +392,7 @@ share/applications/tortoisehg.desktop %%NLS%%share/locale/zh_CN/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/tortoisehg.mo share/pixmaps/tortoisehg/icons/16x16/apps/reviewboard.png +share/pixmaps/tortoisehg/icons/16x16/apps/kiln.png share/pixmaps/tortoisehg/icons/22x22/actions/window-close.png share/pixmaps/tortoisehg/icons/24x24/actions/hg-incoming.png share/pixmaps/tortoisehg/icons/24x24/actions/hg-outgoing.png @@ -575,6 +582,8 @@ share/pixmaps/tortoisehg/icons/thg_logo_92x50.png @dirrm %%DATADIR%% %%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES %%NLS%%@dirrmtry share/locale/oc +%%NLS%%@dirrmtry share/locale/jv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/jv @dirrm %%PYTHON_SITELIBDIR%%/tortoisehg/util @dirrm %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt @dirrm %%PYTHON_SITELIBDIR%%/tortoisehg |