Port details |
- git-review Allow to push code to review and interact with a Gerrit server
- 2.4.0 devel =3 2.3.0_1Version of this port present on the latest quarterly branch.
- Maintainer: dereckson@gmail.com
- Port Added: 2012-11-04 15:43:01
- Last Update: 2024-10-06 16:16:27
- Commit Hash: 3867e6c
- People watching this port, also watch:: oss, monit, proggy_fonts-ttf, inotify-tools
- Also Listed In: python
- License: APACHE20
- WWW:
- https://docs.opendev.org/opendev/git-review/
- Description:
- Git review allows you to extend git to interact more easily with a Gerrit server
from the console.
It allows you to push change to review, download a changeset into a new branch,
push a change as draft or push an amended change as new patchset.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- git-review>0:devel/git-review
- To install the port:
- cd /usr/ports/devel/git-review/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/git-review
- pkg install git-review
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: git-review
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728209959
SHA256 (git-review-2.4.0.tar.gz) = a350eaa9c269a1fe3177a5ffd4ae76f2b604e1af122eb0de08ab07252001722a
SIZE (git-review-2.4.0.tar.gz) = 70859
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-pbr>0 : devel/py-pbr@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- git : devel/git
- py311-requests>2.4 : www/py-requests@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for git-review-2.4.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_git-review
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.0 06 Oct 2024 16:16:27 |
Robert Clausecker (fuz) Author: Sébastien Santoro |
devel/git-review: bump version to 2.4.0
PR: 281897 |
2.3.0_1 12 Jan 2024 15:11:29 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate its usage
While here move manpages to share/man |
2.3.0 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> |
2.3.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
2.3.0 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 ) |
2.3.0 20 Apr 2022 11:49:15 |
Mikael Urankar (mikael) Author: Sébastien Santoro |
devel/git-review: Update to 2.3.0
Changes: https://docs.opendev.org/opendev/git-review/latest/releasenotes.html
PR: 263426 |
2.2.0 04 Mar 2022 19:21:55 |
Jason E. Hale (jhale) Author: Sébastian Santoro |
devel/git-review: Update to 2.2.0
Changes: https://docs.opendev.org/opendev/git-review/latest/releasenotes.html
PR: 262164 |
1.28.0_1 04 Mar 2022 19:21:54 |
Jason E. Hale (jhale) Author: Marek Krawczyk |
devel/git-review: Fix run with git >= 2.34.0
PR: 262148
Approved by: Sébastian Santoro <dereckson@gmail.com> (maintainer)
MFH: 2022Q1 |
1.28.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.28.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.28.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.28.0 27 Oct 2019 21:57:45 |
cmt |
devel/git-review: update to 1.28.0
https://docs.openstack.org/infra/git-review/releasenotes.html#relnotes-1-28-0
PR: 241136
Approved by: maintainer (timeout) |
1.26.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.26.0 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 |
1.26.0 13 Jun 2018 20:36:39 |
jrm |
devel/git-review/Makefile: Update to version 1.26.0
PR: 226100
Submitted by: w.schwarzenfeld@utanet.at
Reported by: erj
Approved by: dereckson@gmail.com (maintainer) |
1.25.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 ) |
1.25.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.25.0 14 Mar 2016 15:12:50 |
feld |
devel/git-review: Update to 1.25
PR: 207407 |
1.24_2 31 Aug 2015 21:28:56 |
amdmi3 |
- Add missing DOCS option
- Switch to options helpers
- Add NO_ARCH
Approved by: portmgr blanket |
1.24_1 25 Jan 2015 09:16:31 |
koobs |
devel/git-review: Add missing dependency
- Add missing RUN_DEPENDS on py-requests
While I'm here:
- Add LICENSE_FILE
- Sort USE_PYTHON
PR: 197034
Submitted by: maintainer <dereckson espace-win org> |
1.24 07 Nov 2014 22:19:47 |
riggs |
Update to upstream version 1.24
PR: 194742
Submitted by: dereckson@espace-win.org (maintainer) |
1.23_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.23_1 26 Jan 2014 16:43:29 |
rm |
- drop dependency on devel/py-argparse - it was only needed for python26, that's
gone some time ago
- add staging support, while here
- bump PORTREVISION
PR: 182085
Submitted by: rm (myself)
Approved by: Dereckson <dereckson@gmail.com> (maintainer) |
1.23 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.23 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.23 25 Aug 2013 02:07:09 |
rakuco |
Update to 1.23.
PR: ports/181508
Submitted by: Sebastien Santoro <dereckson@gmail.com> (maintainer) |
1.21 18 Apr 2013 12:06:11 |
culot |
- Update to 1.21 [1]
- Convert to optionsng
PR: ports/177941 [1]
Submitted by: Sebastien Santoro <dereckson@espace-win.org> (maintainer, from
another address)
Feature safe: yes |
1.20 28 Nov 2012 05:14:35 |
bdrewery |
- Update to 1.20
PR: ports/173862
Submitted by: Sebastien Santoro <dereckson@gmail.com> (maintainer)
Feature safe: yes |
1.18 04 Nov 2012 15:42:35 |
rakuco |
Add devel/git-review.
Git review allows you to extend git to interact more easily with a
Gerrit server from the console.
It allows you to push change to review, download a changeset into a
new branch, push a change as draft or push an amended change as new
patchset.
PR: ports/173006
Submitted by: Sebastien Santoro aka Dereckson <dereckson@gmail.com>
Feature safe: yes |