svn commit: r387604 - head/devel/tortoisehg

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 27 13:35:52 UTC 2015


Author: amdmi3
Date: Wed May 27 13:35:50 2015
New Revision: 387604
URL: https://svnweb.freebsd.org/changeset/ports/387604

Log:
  - Update to 3.4
  - Fix gettext dependency wrt NLS option
  - While here, add LICENSE_FILE
  
  PR:		200394
  Submitted by:	6yearold at gmail.com

Modified:
  head/devel/tortoisehg/Makefile
  head/devel/tortoisehg/distinfo
  head/devel/tortoisehg/pkg-plist

Modified: head/devel/tortoisehg/Makefile
==============================================================================
--- head/devel/tortoisehg/Makefile	Wed May 27 13:12:20 2015	(r387603)
+++ head/devel/tortoisehg/Makefile	Wed May 27 13:35:50 2015	(r387604)
@@ -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 at 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
 

Modified: head/devel/tortoisehg/distinfo
==============================================================================
--- head/devel/tortoisehg/distinfo	Wed May 27 13:12:20 2015	(r387603)
+++ head/devel/tortoisehg/distinfo	Wed May 27 13:35:50 2015	(r387604)
@@ -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

Modified: head/devel/tortoisehg/pkg-plist
==============================================================================
--- head/devel/tortoisehg/pkg-plist	Wed May 27 13:12:20 2015	(r387603)
+++ head/devel/tortoisehg/pkg-plist	Wed May 27 13:35:50 2015	(r387604)
@@ -413,7 +413,6 @@ share/pixmaps/tortoisehg/icons/24x24/act
 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/
 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/
 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


More information about the svn-ports-all mailing list