From owner-svn-ports-all@freebsd.org Sun May 15 17:17:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9A22B3CE74; Sun, 15 May 2016 17:17:08 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B39C1D39; Sun, 15 May 2016 17:17:08 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4FHH77X016148; Sun, 15 May 2016 17:17:07 GMT (envelope-from jonathan@FreeBSD.org) Received: (from jonathan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4FHH77s016145; Sun, 15 May 2016 17:17:07 GMT (envelope-from jonathan@FreeBSD.org) Message-Id: <201605151717.u4FHH77s016145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jonathan set sender to jonathan@FreeBSD.org using -f From: Jonathan Anderson Date: Sun, 15 May 2016 17:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415268 - head/devel/git-cola X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2016 17:17:08 -0000 Author: jonathan (src committer) Date: Sun May 15 17:17:07 2016 New Revision: 415268 URL: https://svnweb.freebsd.org/changeset/ports/415268 Log: Update to v2.6 and fix RUN_DEPENDS. Approved by: brd Differential Revision: https://reviews.freebsd.org/D6340 Modified: head/devel/git-cola/Makefile head/devel/git-cola/distinfo head/devel/git-cola/pkg-plist Modified: head/devel/git-cola/Makefile ============================================================================== --- head/devel/git-cola/Makefile Sun May 15 17:11:09 2016 (r415267) +++ head/devel/git-cola/Makefile Sun May 15 17:17:07 2016 (r415268) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git-cola -PORTVERSION= 2.2.1 +PORTVERSION= 2.6 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -11,6 +11,9 @@ COMMENT= Sleek and powerful Git GUI LICENSE= GPLv2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:net/py-qt4-network \ + ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:x11-toolkits/py-qt4-gui \ + USE_GITHUB= yes USES= desktop-file-utils gettext gmake python Modified: head/devel/git-cola/distinfo ============================================================================== --- head/devel/git-cola/distinfo Sun May 15 17:11:09 2016 (r415267) +++ head/devel/git-cola/distinfo Sun May 15 17:17:07 2016 (r415268) @@ -1,2 +1,3 @@ -SHA256 (git-cola-git-cola-v2.2.1_GH0.tar.gz) = df0a3e1d3c49629926f2e30f55d635eca3c8da12e96232196b307613fa4b3aec -SIZE (git-cola-git-cola-v2.2.1_GH0.tar.gz) = 996484 +TIMESTAMP = 1463112676 +SHA256 (git-cola-git-cola-v2.6_GH0.tar.gz) = ed566548793b4905005528d5e612c41bea5b5f7602649c0eec0787fbb0ab9cd2 +SIZE (git-cola-git-cola-v2.6_GH0.tar.gz) = 1027026 Modified: head/devel/git-cola/pkg-plist ============================================================================== --- head/devel/git-cola/pkg-plist Sun May 15 17:11:09 2016 (r415267) +++ head/devel/git-cola/pkg-plist Sun May 15 17:17:07 2016 (r415268) @@ -16,37 +16,60 @@ share/applications/git-dag.desktop %%DATADIR%%/bin/git-xbase %%DATADIR%%/bin/ssh-askpass %%DATADIR%%/bin/ssh-askpass-darwin -%%DATADIR%%/icons/add.svg -%%DATADIR%%/icons/binary.png -%%DATADIR%%/icons/c.png -%%DATADIR%%/icons/dir.png -%%DATADIR%%/icons/edit-clear.svg +%%DATADIR%%/icons/check.svg +%%DATADIR%%/icons/circle-slash-red.svg +%%DATADIR%%/icons/circle-slash.svg +%%DATADIR%%/icons/desktop-download.svg +%%DATADIR%%/icons/diff.svg %%DATADIR%%/icons/edit-copy.svg %%DATADIR%%/icons/edit-select-all.svg %%DATADIR%%/icons/edit-undo.svg -%%DATADIR%%/icons/generic.png +%%DATADIR%%/icons/ellipsis.svg +%%DATADIR%%/icons/eye.svg +%%DATADIR%%/icons/file-binary.svg +%%DATADIR%%/icons/file-code.svg +%%DATADIR%%/icons/file-directory.svg +%%DATADIR%%/icons/file-download.svg +%%DATADIR%%/icons/file-media.svg +%%DATADIR%%/icons/file-text.svg +%%DATADIR%%/icons/file-zip.svg +%%DATADIR%%/icons/fold.svg +%%DATADIR%%/icons/folder-new.svg +%%DATADIR%%/icons/folder.svg +%%DATADIR%%/icons/gear.svg +%%DATADIR%%/icons/git-branch.svg %%DATADIR%%/icons/git-cola.svg -%%DATADIR%%/icons/image.png +%%DATADIR%%/icons/git-compare.svg +%%DATADIR%%/icons/git-merge.svg +%%DATADIR%%/icons/link-external.svg %%DATADIR%%/icons/logo-top.png -%%DATADIR%%/icons/modified.png -%%DATADIR%%/icons/open.svg -%%DATADIR%%/icons/options.svg -%%DATADIR%%/icons/partial.png -%%DATADIR%%/icons/plus.png -%%DATADIR%%/icons/remove.svg -%%DATADIR%%/icons/removed.png -%%DATADIR%%/icons/script.png -%%DATADIR%%/icons/staged-item.png -%%DATADIR%%/icons/staged.png -%%DATADIR%%/icons/untracked.png -%%DATADIR%%/icons/upstream.png -%%DATADIR%%/icons/view-filter.png -%%DATADIR%%/icons/view-refresh.svg -%%DATADIR%%/icons/zoom-fit-best.png -%%DATADIR%%/icons/zoom-in.png -%%DATADIR%%/icons/zoom-out.png +%%DATADIR%%/icons/modified.svg +%%DATADIR%%/icons/partial.svg +%%DATADIR%%/icons/pencil.svg +%%DATADIR%%/icons/plus.svg +%%DATADIR%%/icons/primitive-dot.svg +%%DATADIR%%/icons/question-plain.svg +%%DATADIR%%/icons/question.svg +%%DATADIR%%/icons/repo-pull.svg +%%DATADIR%%/icons/repo-push.svg +%%DATADIR%%/icons/repo.svg +%%DATADIR%%/icons/screen-full.svg +%%DATADIR%%/icons/search.svg +%%DATADIR%%/icons/staged.svg +%%DATADIR%%/icons/star.svg +%%DATADIR%%/icons/sync.svg +%%DATADIR%%/icons/tag.svg +%%DATADIR%%/icons/telescope.svg +%%DATADIR%%/icons/trashcan.svg +%%DATADIR%%/icons/unfold.svg +%%DATADIR%%/icons/upstream.svg +%%DATADIR%%/icons/x.svg +%%DATADIR%%/icons/zoom-fit-best.svg +%%DATADIR%%/icons/zoom-in.svg +%%DATADIR%%/icons/zoom-out.svg %%DATADIR%%/lib/cola/__init__.py %%DATADIR%%/lib/cola/_version.py +%%DATADIR%%/lib/cola/actions.py %%DATADIR%%/lib/cola/app.py %%DATADIR%%/lib/cola/cmds.py %%DATADIR%%/lib/cola/compat.py @@ -54,12 +77,15 @@ share/applications/git-dag.desktop %%DATADIR%%/lib/cola/decorators.py %%DATADIR%%/lib/cola/diffparse.py %%DATADIR%%/lib/cola/difftool.py +%%DATADIR%%/lib/cola/fsmonitor.py %%DATADIR%%/lib/cola/git.py %%DATADIR%%/lib/cola/gitcfg.py %%DATADIR%%/lib/cola/gitcmds.py %%DATADIR%%/lib/cola/gravatar.py %%DATADIR%%/lib/cola/guicmds.py +%%DATADIR%%/lib/cola/hotkeys.py %%DATADIR%%/lib/cola/i18n.py +%%DATADIR%%/lib/cola/icons.py %%DATADIR%%/lib/cola/inotify.py %%DATADIR%%/lib/cola/interaction.py %%DATADIR%%/lib/cola/main.py @@ -75,6 +101,7 @@ share/applications/git-dag.desktop %%DATADIR%%/lib/cola/qtutils.py %%DATADIR%%/lib/cola/resources.py %%DATADIR%%/lib/cola/settings.py +%%DATADIR%%/lib/cola/sipcompat.py %%DATADIR%%/lib/cola/textwrap.py %%DATADIR%%/lib/cola/utils.py %%DATADIR%%/lib/cola/version.py @@ -125,5 +152,6 @@ share/locale/ja/LC_MESSAGES/git-cola.mo share/locale/pt_BR/LC_MESSAGES/git-cola.mo share/locale/ru/LC_MESSAGES/git-cola.mo share/locale/sv/LC_MESSAGES/git-cola.mo +share/locale/tr_TR/LC_MESSAGES/git-cola.mo share/locale/zh_CN/LC_MESSAGES/git-cola.mo share/locale/zh_TW/LC_MESSAGES/git-cola.mo