Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.16.0_1 23 Oct 2024 07:11:50 |
Matthias Fechner (mfechner) |
devel/libgit2: bump consumers of libgit2 due to update |
1.16.0 23 Oct 2024 05:42:44 |
Matthias Fechner (mfechner) |
devel/py-pygit2: update to 1.16.0
Changes: https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md |
1.15.1 18 Oct 2024 18:56:41 |
Nuno Teixeira (eduardo) |
devel/py-pygit2: Update to 1.15.1
- Switch to pep517 build
- Add pytest
ChangeLog: https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md
PR: 280709
Approved by: mfechner |
1.14.1 18 Feb 2024 04:53:32 |
Matthias Fechner (mfechner) |
devel/py-pygit2: update to 1.14.1
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md#1141-2024-02-10 |
1.14.0 18 Feb 2024 04:53:31 |
Matthias Fechner (mfechner) |
devel/py-pygit2: update to 1.14.0
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst |
1.13.3 06 Dec 2023 12:39:01 |
Matthias Fechner (mfechner) |
devel/py-pygit2: update to 1.13.3
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst |
1.13.2 13 Nov 2023 13:10:10 |
Matthias Fechner (mfechner) |
devel/libgit2: update to 1.7.1
Including direct dependencies.
Changelog:
https://github.com/libgit2/libgit2/releases |
1.12.2 04 Oct 2023 15:50:55 |
Matthias Fechner (mfechner) |
devel/py-pygit2: add source repository to WWW entry |
1.12.2 08 Sep 2023 10:34:38 |
Matthias Fechner (mfechner) |
devel/libgit2: update to 1.6.4
Required for gitlab-ce 16.3.
Bump of pending ports will be done in another commit.
Changelog:
https://github.com/libgit2/libgit2/tags |
1.11.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.11.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.11.1 22 Nov 2022 09:38:27 |
Matthias Fechner (mfechner) |
devel/py-pygit2: update to 1.11.1
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst#1111-2022-11-09 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.0_1 27 Aug 2022 10:26:52 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pygit2: Fix RUN_DEPENDS
- cached-property is only required for Python 3.7 and below
- six is not required
- Update version requirement of *_DEPENDS
- Bump PORTREVISION for dependency change
from setup.py:
install_requires = ['cffi>=1.4.0']
if sys.version_info < (3, 8):
install_requires.append('cached-property')
...
setup_requires=['cffi>=1.4.0'],
from CHANGELOG.rst:
- Don't require cached-property with Python 3.8 or later
...
- Drop Python 2.7 and 3.4 support, six no longer required
Approved by: portmgr (blanket)
With hat: python |
1.8.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.8.0 07 Feb 2022 14:27:02 |
Matthias Fechner (mfechner) |
devel/py-pygit2: update to 1.8.0
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
1.8.0 (2022-02-04)
Rename RemoteCallbacks.progress(...) callback to .sideband_progress(...)
#1120
New Repository.merge_base_many(...) and Repository.merge_base_octopus(...)
#1112
New Repository.listall_stashes() #1117
Code cleanup #1118
Backward incompatible changes:
The RemoteCallbacks.progress(...) callback has been renamed to
RemoteCallbacks.sideband_progress(...). This matches the documentation, but may
break existing code that still uses the old name.
1.7.2 (2021-12-06)
Universal wheels for macOS #1109 |
1.7.1 04 Dec 2021 12:07:30 |
Matthias Fechner (mfechner) |
devel/py-pygit2: update to 1.7.1
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst |
1.6.1 04 Dec 2021 12:07:22 |
Matthias Fechner (mfechner) |
devel/py-pygit2: Update to 1.6.1 |
1.5.0 12 Apr 2021 06:23:44 |
Matthias Fechner (mfechner) |
devel/py-pygit2: update to 1.5.0.
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst |
1.4.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0_1 06 Apr 2021 09:43:51 |
Matthias Fechner (mfechner) |
Removed svn keywords again.
They went in by accident while merging older commits.
Reported by: jbeich |
1.4.0_1 06 Apr 2021 07:51:01 |
Matthias Fechner (mfechner) |
Update libgit2 to 1.1.0.
This update is also required for www/gitlab-ce 13.10 upgrade.
Changelog:
https://github.com/libgit2/libgit2/releases/tag/v1.1.0
PR: 252098 |
1.3.0 28 Sep 2020 14:08:19 |
mfechner |
Update to 1.3.0.
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst |
1.2.1 20 Jun 2020 11:49:09 |
tobik |
devel/libgit2: Update to 1.0.1
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.1
Changes: https://github.com/libgit2/pygit2/blob/v1.2.1/CHANGELOG.rst#121-2020-05-01
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D25341 |
1.2.0_1 01 May 2020 19:17:28 |
mfechner |
Added missing dependency to cached-property which is required since 1.1.0:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst#110-2020-03-01
PR: 246098
Reported by: ahktenzero+freebsd@mohorovi.cc |
1.2.0 19 Apr 2020 03:55:23 |
tobik |
devel/libgit2: Update to 1.0.0
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D24471 |
1.1.1 19 Mar 2020 05:47:59 |
tobik |
devel/libgit2: Update to 0.99.0
- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes
Changes: https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2/ |
0.28.2 29 Feb 2020 14:18:31 |
mfechner |
Cosmetic change for the dependency definition.
There is no change in the definition, so no port bump.
This should prevent later problems if the BUILD_DEPENDS or RUN_DEPENDS is
modified by USE definitions.
PR: 244314
Submitted by: jcfyecrayz@liamekaens.com |
0.28.2 17 Nov 2019 10:23:36 |
jbeich |
devel/py-pygit2: update to 0.28.2
Changes: https://github.com/libgit2/pygit2/compare/v0.28.0...v0.28.2
PR: 242022
Approved by: mfechner (maintainer) |
0.28.0 14 Sep 2019 09:38:17 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.28.0 23 Mar 2019 17:41:52 |
mfechner |
Upgrade to version 0.28.1.
Changelog:
https://github.com/libgit2/libgit2/releases |
0.27.4 31 Jan 2019 14:13:42 |
mfechner |
Upgrade devel/libgit2 to 0.27.8 and required ports.
Reported by: PORTSCOUT, swills |
0.27.2 17 Sep 2018 11:47:11 |
mfechner |
Update devel/py-pygit2 to version 0.27.2.
Changelog: https://github.com/libgit2/pygit2/blob/v0.27.2/CHANGELOG.rst
Reported by: PORTSCOUT
Approved by: mentors (implicit) |
0.27.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.27.1 20 Jun 2018 06:53:29 |
mfechner |
Update libgit2 to 0.27.2 and removed obsolete patches from it as it is fixed
upstream now.
Update devel/rubygem-rugged to 0.27.2 and took maintainer-ship for it as it is a
core module required for gitlab.
Added comment suggest by mat that some ports should be updated together.
Reviewed by: mat, swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15901 |
0.27.1 05 Jun 2018 05:21:48 |
mfechner |
Took maintainer (approved by wg).
Security update to 0.27.1.
Reviewed by: wg (maintainer), tz (mentor)
Approved by: wg (maintainer), tz (mentor)
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D15654 |
0.27.0 14 May 2018 17:36:43 |
mfechner |
Update devel/py-pygit2 to 0.27.0 required by gitlab 10.7.x
Reviewed by: tz (mentor), wg (maintainer)
Approved by: tz (mentor), wg (maintainer)
Differential Revision: https://reviews.freebsd.org/D15319 |
0.26.0_1 05 Jan 2018 20:02:04 |
yuri |
Corrected shared library names that got the .abi3 suffix for python-36 and up
after devel/py-cffi upgrade to 1.11.2
This is the followup for the r457997 commit that updated devel/py-cffi to
1.11.2.
As it turned out, the shared object names built by py-cffi has changed in python
36.
Dependent ports can choose between installing such shared object as part of
their plist, or
generating them in the runtime and placing them into ~/.cache/{port-name}/ The
former ones,
that include the shared objects in their plist, got affected.
4 of the ports were failing explicitly in their py36 flavor during the strip
phase.
The other 6 were either missing strip entirely, or performed the strip operation
without
using explicit shared object names. These 6 ports didn't trigger any build
errors, and were
failing silently during the runtime, making the problem very hard to detect.
Precisely, .abi3 suffix is now added for the py36 flavor of relevant ports.
Here are the 10 ports that got affected and are now corrected:
databases/py-psycopg2cffi devel/py-pygit2 devel/py-xattr devel/py-pyopencl
devel/py-atomiclong
multimedia/py-librtmp net/py-nnpy security/py-bcrypt security/py-cryptography
security/py-pynacl
All of them got the * in the stripped shared object name, and a PORTREVISION
bump. |
0.26.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.26.0 29 Nov 2017 10:11:30 |
tz |
devel/py-pygit2: Update from 0.25.0 to 0.26.0
This update is needed because of the update of devel/libgit2 to 0.26
Submitted by: Matthias Fechner <idefix@fechner.net>
Approved by: wg
Differential Revision: https://reviews.freebsd.org/D13095 |
0.25.1 02 Jun 2017 11:03:31 |
araujo |
- Create a python3 version of devel/py-pygit2. |
0.25.1 17 May 2017 12:59:27 |
wg |
devel/libgit2: update to 0.25.1 |
0.24.1 27 Oct 2016 12:00:21 |
wg |
devel/py-pygit2: update to 0.24.1
PR: 213821
Submitted by: jbeich |
0.24.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.24.0 15 Mar 2016 11:31:03 |
wg |
devel/py-pygit2: update to catch libgit2 change |
0.23.2 28 Nov 2015 16:04:57 |
sunpoet |
- Update to 0.23.2
- Strip shared library
- Do not silence installation message
- Update pkg-descr
Changes: https://pypi.python.org/pypi/pygit2#changelog
PR: 204864
Submitted by: sunpoet (myself)
Approved by: wg (maintainer) |
0.23.0 06 Sep 2015 20:48:52 |
kwm |
Update libgit2 to 0.23.1.
Add curl option for HTTP support.
Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
Approved by: wg@
Differential Revision: https://reviews.freebsd.org/D3494 |
0.22.0 11 May 2015 20:56:01 |
kwm |
Update libgit2 to 0.22.1. [1]
Update libgit2-glib to 0.22.8.
Update gitg to 3.16.1.
Update py-pygit2 to 0.22.0. [1][3]
Update rubygem-rugged to 0.22.1b1. [2]
This is done in one commit due to API/ABI breakage in libgit2.
PR: 196176 (based on)
Differential Revision: https://reviews.freebsd.org/D2468
Submitted by: lightside@gmx.com
Approved by: maintainer (wg@ blanked) [1], ruby (swills@)[2]
Reviewed by: koobs@ [3] |
0.21.1 29 Sep 2014 14:21:27 |
wg |
devel/py-pygit2: update to 0.21.1
- USES python |
0.21.0 27 Jun 2014 16:35:01 |
wg |
devel/py-pygit2: update to 0.21.0 |
0.20.3 16 Apr 2014 23:10:51 |
wg |
devel/py-pygit2: update to 0.20.3 |
0.20.1 26 Dec 2013 10:11:00 |
wg |
devel/py-pygit2: update to 0.20.1 and add license |
0.20.0 25 Nov 2013 17:04:18 |
wg |
devel/py-pygit2: update to 0.20.0 |
0.19.1 06 Oct 2013 12:19:11 |
wg |
devel/py-pygit2: update to 0.19.1
- Update to 0.19.1
- Use PYDISTUTILS_AUTOPLIST |
0.19.0 25 Sep 2013 12:21:32 |
wg |
devel/py-pygit2: enable staging
- Enable staging
- Convert lib depends to new format |
0.19.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.19.0 15 Jul 2013 16:39:22 |
wg |
devel/py-pygit2: update to 0.19.0
- Update to 0.19.0
Changes: https://github.com/libgit2/pygit2/releases/tag/v0.19.0 |
0.18.1 22 Jun 2013 22:32:14 |
wg |
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3.
WWW: http://www.pygit2.org |