Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.2_16 20 Jan 2025 11:06:50 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
0.11.2_15 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.11.2_14 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.11.2_13 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.11.2_12 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.11.2_12 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.11.2_11 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.11.2_10 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.11.2_9 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.11.2_8 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.11.2_7 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.11.2_6 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.11.2_5 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.11.2_4 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.11.2_3 21 Aug 2023 17:04:01 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jellyfish: Cosmetic change |
0.11.2_3 16 Aug 2023 18:25:26 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jellyfish: Update BUILD_DEPENDS after py-maturin 1.2.0 update
(f74de16438cc844916b8227bddac10d8a989b19b) |
0.11.2_3 10 Aug 2023 08:18:51 |
Kai Knoblich (kai) |
devel/py-jellyfish: Prepare for py-maturin >= 1.x
* Relax version requirements and add the additional directive
"modulename" to point newer versions of py-maturin to the symbols of
the binary module. Otherwise it emits following warning and leads to
runtime errors:
[...]
Warning: Couldn't find the symbol `PyInit_jellyfish` in the native
library. Python will fail to import this module. If you're using pyo3,
check that `#[pymodule]` uses `jellyfish` as module name
[...]
* No PORTREVISION bump as the package doesn't change.
PR: 272570
Approved by: portmgr (buildfix blanket) |
0.11.2_3 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.11.2_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.11.2_2 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.11.2_1 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.11.2 09 Apr 2023 13:36:49 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jellyfish: Update to 0.11.2
- Update LICENSE
Changes: https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.md |
0.9.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) |
0.9.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 ) |
0.9.0 23 Jan 2022 18:19:23 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jellyfish: Update to 0.9.0
Changes: https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.md |
0.8.9 01 Nov 2021 13:41:40 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jellyfish: Update to 0.8.9
Changes: https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.rst |
0.8.8 21 Sep 2021 22:23:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jellyfish: Update to 0.8.8
Changes: https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.rst |
0.8.2_1 29 Apr 2021 14:23:49 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jellyfish: Add CATEGORIES=python |
0.8.2_1 18 Apr 2021 05:43:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jellyfish: Strip shared library
- Bump PORTREVISION for package change |
0.8.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.8.2 22 May 2020 19:41:32 |
sunpoet |
Update to 0.8.2
Changes: https://github.com/jamesturk/jellyfish/blob/master/docs/changelog.rst |
0.7.2 16 Feb 2020 18:01:12 |
sunpoet |
Update WWW
- Take maintainership |
0.7.2 17 Nov 2019 02:31:50 |
vanilla |
Update to 0.7.2. |
0.6.1 21 Oct 2019 21:57:15 |
bdrewery |
Drop maintainership |
0.6.1 31 May 2019 11:37:28 |
tobik |
devel/py-jellyfish: Spell LICENSE_FILE correctly |
0.6.1 13 Sep 2018 20:45:14 |
bdrewery |
Update to 0.6.1
PR: 230152
Submitted by: Nathan <ndowens@yahoo.com> |
0.3.1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.3.1 24 Jul 2014 19:45:06 |
bdrewery |
Update to 0.3.1 |
0.2.2 11 Apr 2014 01:01:37 |
bdrewery |
- Update to 0.2.2 |
0.2.1 18 Mar 2014 01:18:40 |
bdrewery |
- Update LICENSE
- Use pydistutils
- Use autoplist
PR: ports/187583
Submitted by: Johannes Jost Meixner <xmj@chaot.net> |
0.2.1 09 Feb 2014 15:41:45 |
bdrewery |
- Update to 0.2.1 |