Commit Graph

52 Commits

Author SHA1 Message Date
bket
315daaece7 Update to git-cola-4.1.0
Changes: https://github.com/git-cola/git-cola/blob/v4.1.0/CHANGES.rst
2022-12-25 09:31:29 +00:00
bket
3003de11ca Update to git-cola-4.0.4
Changes: https://github.com/git-cola/git-cola/blob/v4.0.4/CHANGES.rst
2022-11-26 06:03:16 +00:00
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
bket
0343d6f245 Update to git-cola-4.0.3
Bugfix release. Changes:
https://github.com/git-cola/git-cola/blob/v4.0.3/CHANGES.rst
2022-11-12 08:28:38 +00:00
bket
8ee5553ca1 Update to git-cola-4.0.2
Changes: https://github.com/git-cola/git-cola/blob/v4.0.2/CHANGES.rst
2022-10-04 04:12:09 +00:00
bket
e69fdc8129 Update to git-cola-4.0.1
Changes:
https://git-cola.github.io/share/doc/git-cola/html/relnotes.html
2022-06-11 05:35:26 +00:00
bket
4ea6a5247b Fix building git-cola-4.0.0
naddy@ encountered an issue while building git-cola. Summary is that the
tarball from GitHub does not contain relevant files. Instead use the
pypi disfile.

Bump REVISION as PLIST changed.
2022-06-03 16:10:58 +00:00
bket
a1623739a3 Update to git-cola-4.0.0
Changes: https://github.com/git-cola/git-cola/blob/v4.0.0/CHANGES.rst
2022-05-26 14:27:30 +00:00
bket
34a8a25e31 remove rcs IDs in ports maintained by me 2022-03-08 08:53:49 +00:00
bket
0b9e0d0535 Update to git-cola-3.12.0
Changes: https://github.com/git-cola/git-cola/blob/v3.12.0/CHANGES.rst
2022-01-23 10:57:17 +00:00
sthen
75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +00:00
bket
0e3df7b2c3 Update to git-cola-3.11.0
Changes: https://github.com/git-cola/git-cola/blob/v3.11.0/CHANGES.rst
2021-10-20 04:45:01 +00:00
bket
2ceee0539b Update to git-cola-3.10.1
Changes can be found at
https://github.com/git-cola/git-cola/blob/v3.10.1/CHANGES.rst
2021-07-14 09:07:21 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
bket
d447fd3029 Update to git-cola-3.9
Changes: https://github.com/git-cola/git-cola/blob/v3.9/CHANGES.rst
2021-02-20 06:10:04 +00:00
bket
e120458481 Update to git-cola-3.8
Changes: https://github.com/git-cola/git-cola/blob/v3.8/CHANGES.rst
2020-10-04 14:34:48 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
bket
82c69c8221 Update to git-cola-3.7
Changes: https://github.com/git-cola/git-cola/blob/v3.7/CHANGES.rst

OK rsadowski@
2020-05-25 13:38:05 +00:00
sthen
9356d2ac79 remove some extraneous DISTNAME setting from GH_TAGNAME ports,
move GH_* up in a few cases where it's halfway through the Makefile
2020-02-14 11:11:32 +00:00
bket
5ec2660311 Switch git-cola to python3/py-qt5
Includes feedback on the initial diff from kn@ and rsadowski@.

OK landry@
2020-02-06 16:18:10 +00:00
bket
a812b6223a Update to git-cola-3.6.
Changelog:
https://github.com/git-cola/git-cola/blob/v3.6/share/doc/git-cola/relnotes.rst.
2019-11-28 05:45:19 +00:00
bket
523aaed749 Update to git-cola-3.5.
Release notes can be found at
https://github.com/git-cola/git-cola/blob/v3.5/share/doc/git-cola/relnotes.rst

OK sthen@
2019-09-25 12:40:25 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
bket
01c68f4e7d Update to git-cola-3.4.
Changelog can be found at
https://github.com/git-cola/git-cola/blob/master/share/doc/git-cola/relnotes.rst
2019-06-18 04:13:54 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
bket
0512ef6637 Update to git-cola-3.3.
Fixes some minor issues. Changelog can be found at
https://github.com/git-cola/git-cola/blob/master/share/doc/git-cola/relnotes.rst

OK mariani@
2019-03-04 19:26:17 +00:00
bket
ee91fb9562 Remove MODPY_FLAVOR from deps.
Adding MODPY_FLAVOR to deps should only be done when we have python3 as
possible FLAVOR. Noted by aja@.
2018-09-16 09:10:44 +00:00
bket
0574a2fabf Let git-cola use qtpy from ports instead of bundled version.
Per kn@'s advice add ${MODPY_FLAVOR} to deps having py flavors. Take
MAINTAINER.

OK kn@
2018-09-16 04:55:44 +00:00
bket
f52b797047 Update to git-cola-3.2.
OK sthen@
2018-09-08 03:55:10 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
bket
c7b6f7373a Update to git-cola-3.1.
Drop patch which has been committed upstream.

OK jca@
2018-05-09 04:24:30 +00:00
bket
48793f7eeb update to git-cola-3.0
rsadowski@ pointed out that regression tests required fixing, and sthen@
found that the package was lacking compiled bytecode files. Thanks!

OK sthen@
2018-02-18 11:35:48 +00:00
jasper
d2e444ecfd update to git-cola-2.11 2017-05-28 08:27:35 +00:00
jca
4d9cbd8e84 Update to git-cola-2.4 2015-11-08 19:33:06 +00:00
ajacoutot
417069317d Needs devel/gettext-tools. 2015-08-12 06:13:56 +00:00
sthen
f12e6be118 drop GH_COMMIT lines which are hidden behind GH_TAGNAME,
discussed with a few in the room.
2015-04-05 13:31:13 +00:00
jca
3a97b13fa7 Update to git-cola-2.1.1 2015-04-03 18:52:14 +00:00
jca
ac2f0ac25c Update to git-cola-2.0.8; force use of ssh-askpass from xenocara.
No objection from ports@
2015-01-02 15:54:38 +00:00
rpe
f2487b3796 Move ports that used filename{url}sufx to fetch DISTFILES from
Github to GH_ACCOUNT, GH_PROJECT, GH_TAGNAME, GH_COMMIT.

OK sthen@ jasper@ aja@
2014-07-10 11:06:15 +00:00
espie
80546a87fd remove redundancies with new filename{url}sufx scheme 2013-12-02 16:25:08 +00:00
sthen
2d276710ce update to git-cola 1.9.1 2013-11-08 11:17:05 +00:00
ajacoutot
d47afbdba2 Do not build_depends on devel/desktop-file-utils. 2013-04-03 06:57:56 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
espie
c5a475ebe0 normalize pkgpath 2011-09-16 09:24:48 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
jasper
876b65a139 - update git-cola to 1.4.3.1 2011-03-09 18:15:23 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
jasper
80fcd82c2c - first round of bumps for devel 2010-08-30 22:03:58 +00:00
ajacoutot
c4f812490c Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:31:26 +00:00
ajacoutot
be7fdd50f3 Remove trailing line.
"go ahead" msf@
2009-07-26 22:55:32 +00:00