Commit Graph

176 Commits

Author SHA1 Message Date
ajacoutot
43cb221d71 Update to libgit2-1.5.1. 2023-01-21 10:15:08 +00:00
sthen
612b879a7d use MODPY_PYBUILD 2022-11-26 14:05:36 +00:00
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
ajacoutot
a07816c37a Update to py3-git2-1.11.1. 2022-11-10 16:19:49 +00:00
ajacoutot
ae92727415 Update to libgit2-glib-1.1.0. 2022-11-07 12:14:31 +00:00
ajacoutot
db5d29d672 Update to py3-git2-1.11.0. 2022-11-07 12:05:11 +00:00
ajacoutot
afc4f0bc50 Update to py3-git2-1.10.1. 2022-08-29 08:34:21 +00:00
ajacoutot
b8510af94a Update to py3-git2-1.10.0. 2022-07-25 07:01:52 +00:00
ajacoutot
23714eeab6 Fix build with libgit2 1.5.0. 2022-07-15 08:48:18 +00:00
ajacoutot
64ad622c8b Update to libgit2-1.5.0. 2022-07-15 08:47:42 +00:00
ajacoutot
2966ed7907 Update to libgit2-1.4.4. 2022-07-13 07:07:19 +00:00
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
ajacoutot
27856027ed Update to py3-git2-1.9.2. 2022-05-25 07:35:09 +00:00
ajacoutot
c1e70ddf7c Update to libgit2-1.4.3. 2022-04-13 07:18:20 +00:00
ajacoutot
58829ead2b Update to py3-git2-1.9.1. 2022-03-23 08:57:08 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
ajacoutot
a31e7b7be1 Update to libgit2-1.4.2. 2022-02-27 10:57:02 +00:00
ajacoutot
73b36048eb Update to py3-git2-1.9.0. 2022-02-23 09:01:31 +00:00
ajacoutot
2c234f1a6e Update to libgit2-1.4.1. 2022-02-19 08:12:31 +00:00
ajacoutot
e802e15544 Unbreak with newer libgit2. 2022-02-15 14:51:46 +00:00
ajacoutot
cbf37ea112 Drop uneeded patch.
prodded by tb@
2022-02-14 20:12:10 +00:00
ajacoutot
c7a8bd8e96 Update to libgit2-1.4.0. 2022-02-14 19:45:57 +00:00
ajacoutot
bb7e563a1c Update to py3-git2-1.8.0. 2022-02-06 09:12:20 +00:00
kmos
2635ec0de7 Do the usual C99 fix for sparc64 base-gcc 2022-01-16 19:38:14 +00:00
tb
717a515056 devel/libgit2/libgit2: remove a patch that is no longer needed after
the libcrypto bump
2022-01-14 10:35:37 +00:00
ajacoutot
88bc4012c8 Update to libgit2-glib-1.0.0.1. 2021-12-23 08:51:36 +00:00
ajacoutot
0ec43a26d2 Update to py3-git2-1.7.2. 2021-12-07 17:06:18 +00:00
ajacoutot
a88f98f067 Update to py3-git2-1.7.1. 2021-11-20 08:03:51 +00:00
ajacoutot
7b2a49b56a Update to py3-git2-1.7.0. 2021-11-19 08:01:20 +00:00
ajacoutot
7e92c674fa Update to libgit2-1.3.0. 2021-11-19 08:01:06 +00:00
ajacoutot
ce32e3d00f Take MAINTAINER. 2021-11-19 08:00:54 +00:00
sthen
75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +00:00
ajacoutot
a3623acc00 Update to libgit2-1.1.1. 2021-08-31 12:18:47 +00:00
ajacoutot
a209ebc403 Update to py3-git2-1.6.1. 2021-08-31 12:18:28 +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
sthen
8e6ad13dcb drop unneeded MODPY_PY_PREFIX in PKGNAME 2021-02-18 12:13:46 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
jasper
2d8fd9801f unbreak with libgit2-1.1.0 2020-11-07 14:53:25 +00:00
jasper
e0f4e7f2fc update to py-git2-1.4.0 2020-11-07 14:52:30 +00:00
jasper
66eeb4386d update libgit2 to 1.1.0 2020-11-07 14:51:46 +00:00
ajacoutot
9890d8665a Bump after py-gobject3 merge. 2020-10-03 15:39:57 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kn
1e09aa6e82 Build/test with Python 3
Required at build for detection but used only for testing;  works fine
on a system without Python 2.  If 2 and 3 are installed, 3 is preferred.
2020-04-03 10:23:29 +00:00
kn
3f8161db45 Use much simpler :R modifier craft SUBDIR from V 2020-03-31 22:09:53 +00:00
kn
3abee5c3d5 pygit2 is now Python 3 only
From Raf Czlonka, thanks!
2020-03-19 18:44:55 +00:00
jasper
3cc1ab3c7f py-git2 1.0.1 dropped support for python2, so adjust accordingly
spotted by naddy@
2019-12-31 15:32:03 +00:00
jasper
32b364e922 switch HOMEPAGE to libgit2.org 2019-12-30 14:58:29 +00:00
jasper
2c52ffc050 update to py-git2-1.0.1 2019-12-30 14:58:12 +00:00
jasper
c08fb97de1 - update to libgit2-0.28.4 which contains a number of security fixes.
judging by the changelog we're only affected by issues addressed in 0.28.3
2019-12-30 14:57:50 +00:00
ajacoutot
320c8fdf19 Update to py-git2-0.28.2. 2019-11-08 23:43:59 +00:00