Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.4_5 09 Mar 2024 17:10:45
    |
Po-Chuan Hsieh (sunpoet)  |
devel/gitinspector: Convert to USE_PYTHON=pep517 |
0.4.4_4 09 Mar 2024 14:05:19
    |
Po-Chuan Hsieh (sunpoet)  |
devel/gitinspector: Convert REINPLACE_CMD to patch file |
0.4.4_4 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> |
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) |
0.4.4_4 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 ) |
0.4.4_4 10 Jun 2021 14:45:58
    |
Po-Chuan Hsieh (sunpoet)  |
devel/gitinspector: Cosmetic change |
0.4.4_4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4.4_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.4.4_4 30 Mar 2021 19:16:56
  |
sunpoet  |
Fix build with Python 3.8+
- Bump PORTREVISION for package change
PR: 254504
Submitted by: kai
Obtained from:
https://sources.debian.org/data/main/g/gitinspector/0.4.4+dfsg-9/debian/patches/Drop-superfluous-argument-to-NullTranslations.install.patch
Reference:
https://github.com/ejwa/gitinspector/issues/213#issuecomment-722732702 |
0.4.4_3 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.4.4_3 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.4.4_2 16 Dec 2017 20:54:54
  |
sunpoet  |
Do not install DOCS and avoid conflicts between flavors
- Bump PORTREVISION for package change |
0.4.4_1 12 Dec 2017 13:33:10
  |
sunpoet  |
Set PKGNAMESUFFIX unconditionally
- Sort USE_PYTHON |
0.4.4_1 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.4.4_1 30 May 2017 15:21:25
  |
sunpoet  |
Add missing RUN_DEPENDS
- Fix LICENSE
- Reformat pkg-descr
- Bump PORTREVISION for dependency change
- Take maintainership |
0.4.4 02 Mar 2017 11:07:30
  |
amdmi3  |
- Update to 0.4.4
- Unbreak
- Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH |
0.3.2 31 Dec 2016 20:47:35
  |
rpaulo  |
Relinquish maintainership of most of my ports. |
0.3.2 14 Sep 2016 15:59:34
  |
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.3.2 23 Jan 2016 13:54:44
  |
marino  |
devel/gitinspector: support build with LANG=C (fix from upstream)
Gitinspect is now 4 releases behind. The problem where gitinspector will
not build when LANG is set to "C" in the environment has been fixed for
14 months already. Apply the patch from the git repository upstream to
fix (due to luck in name, it applies before patch-aa which affects the
same localization file). I recommend that this port be upgraded to a new
release though.
Approved by: just fix it |
0.3.2 15 Jan 2015 15:51:38
  |
rpaulo  |
Add devel/gitinspector.
gitinspector is a statistical analysis tool for git repositories. The
defaut analysis shows general statistics per author, which can be
complemented with a timeline analysis that shows the workload and
activity of each author. Under normal operation, it filters the
results to only show statistics about a number of given extensions and
by default only includes source files in the statistical analysis.
Differential Revision: https://reviews.freebsd.org/D1529
Reviewed by: bapt
Approved by: bapt |