- Update to 3.4
- Fix gettext dependency wrt NLS option - While here, add LICENSE_FILE PR: 200394 Submitted by: 6yearold@gmail.com
This commit is contained in:
parent
6ccca23eb0
commit
b5176df46b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387604
3 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tortoisehg
|
||||
PORTVERSION= 3.3.2
|
||||
PORTVERSION= 3.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/
|
||||
#MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/
|
||||
|
@ -10,6 +10,7 @@ MAINTAINER= 6yearold@gmail.com
|
|||
COMMENT= THg script from TortoiseHG
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.10.2:${PORTSDIR}/devel/py-qt4-core \
|
||||
${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.7.2:${PORTSDIR}/devel/py-qt4-qscintilla2 \
|
||||
|
@ -28,7 +29,8 @@ OPTIONS_DEFINE= NAUTILUS NLS
|
|||
NAUTILUS_DESC= Install TortoiseHG Nautilus extension
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
USES= gettext python
|
||||
USES= python
|
||||
NLS_USES= gettext
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (tortoisehg-3.3.2.tar.gz) = 779beb06588897d1c42fc463fecc4b61498f7cac76681fe1c1f017ecd811719a
|
||||
SIZE (tortoisehg-3.3.2.tar.gz) = 8226128
|
||||
SHA256 (tortoisehg-3.4.tar.gz) = d3ac14e374b551e3f7ebc14f15648250b68f103de3fbfea24fd866110299145c
|
||||
SIZE (tortoisehg-3.4.tar.gz) = 8230401
|
||||
|
|
|
@ -413,7 +413,6 @@ share/pixmaps/tortoisehg/icons/24x24/actions/hg-incoming.png
|
|||
share/pixmaps/tortoisehg/icons/24x24/actions/hg-outgoing.png
|
||||
share/pixmaps/tortoisehg/icons/24x24/actions/hg-pull.png
|
||||
share/pixmaps/tortoisehg/icons/24x24/actions/hg-push.png
|
||||
share/pixmaps/tortoisehg/icons/32x32/actions/hg-bookmarks.png
|
||||
share/pixmaps/tortoisehg/icons/32x32/actions/hg-sign.png
|
||||
share/pixmaps/tortoisehg/icons/README.txt
|
||||
share/pixmaps/tortoisehg/icons/TortoiseMerge.ico
|
||||
|
@ -473,6 +472,7 @@ share/pixmaps/tortoisehg/icons/scalable/actions/hg-archive.svg
|
|||
share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect-bad-good.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect-good-bad.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/hg-bookmarks.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/hg-bundle.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/hg-clone.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/hg-commit.svg
|
||||
|
@ -536,6 +536,7 @@ share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-left-file.svg
|
|||
share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-right-all.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-right-chunks.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-right-file.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/thg-sync-bookmarks.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/thg-sync.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/view-annotate.svg
|
||||
share/pixmaps/tortoisehg/icons/scalable/actions/view-at-revision.svg
|
||||
|
|
Loading…
Reference in a new issue