Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2 23 Apr 2024 10:47:21 |
Muhammad Moinur Rahman (bofh) |
textproc/{py-|lib}ucl: Update version 0.9.1=>0.9.2
Changelog: https://github.com/vstakhov/libucl/releases/tag/0.9.2 |
0.9.1 24 Mar 2024 14:29:06 |
Muhammad Moinur Rahman (bofh) |
textproc/libucl: Update version 0.9.0=>0.9.1
Changelog: https://github.com/vstakhov/libucl/releases/tag/0.9.1 |
0.9.0 04 Feb 2024 22:55:14 |
Muhammad Moinur Rahman (bofh) |
textproc/{py-,lib}ucl: Update version 0.8.2=>0.9.0
Changelog: https://github.com/vstakhov/libucl/releases/tag/0.9.0 |
0.8.2 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> |
0.8.2 11 Jan 2023 09:00:13 |
Muhammad Moinur Rahman (bofh) |
textproc/py-ucl: Update version 0.8.1=>0.8.2
Relnotes: https://github.com/vstakhov/libucl/releases/tag/0.8.2 |
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.8.1_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 ) |
0.8.1_1 06 Jun 2022 12:25:36 |
Muhammad Moinur Rahman (bofh) |
all: Take maintainership |
0.8.1_1 06 Jun 2022 11:56:41 |
Rene Ladan (rene) |
all: return wg's ports to the pool after safekeeping his commit bit |
0.8.1_1 16 Oct 2021 07:09:19 |
Jimmy Olgeni (olgeni) |
textproc/py-ucl: fix typos in pkg-descr. |
0.8.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.1_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.8.1_1 23 Mar 2019 10:42:26 |
tobik |
textproc/libucl: Update to 0.8.1
- Bump revision of consumers for shared library change
- Pet portlint and reorder some variables
- Mark the SIGNATURES option as broken with OpenSSL 1.1.1. It has
been broken for a while even with libucl 0.8.0.
Changes: https://github.com/vstakhov/libucl/blob/0.8.1/ChangeLog.md#libucl-081
PR: 233383
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Approved by: koobs (maintainer timeout, 4 months) |
0.8.1 04 Oct 2018 17:57:21 |
wg |
textproc/py-ucl: update to 0.8.1 |
0.8.0 03 Jan 2017 18:12:13 |
mat |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight |
0.8.0 04 Oct 2016 20:05:14 |
wg |
textproc/py-ucl: UCL parser and emmitter.
WWW: https://github.com/vstakhov/libucl/ |