non port: devel/py-jellyfish/Makefile |
Number of commits found: 45 |
Tuesday, 8 Apr 2025
|
08:41 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.86.0
PR: 285840
2a5976a |
Monday, 24 Feb 2025
|
07:55 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.85.0
PR: 284884
cf7c4b0 |
Monday, 20 Jan 2025
|
11:06 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.84.0
PR: 283962
fccaa1b |
Sunday, 1 Dec 2024
|
09:24 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.83.0
PR: 283000
1d1fd15 |
Friday, 8 Nov 2024
|
08:24 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.82.0
PR: 282516
ca048c2 |
Tuesday, 10 Sep 2024
|
11:00 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.81.0
PR: 281300
89ab81d |
10:58 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
c0d07f1 |
Monday, 26 Aug 2024
|
08:08 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.80.1
PR: 280490
7a55f95 |
Tuesday, 18 Jun 2024
|
10:59 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.79.0
PR: 279707
21476ca |
Monday, 13 May 2024
|
11:03 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.78.0
PR: 278834
2322b66 |
Saturday, 23 Mar 2024
|
09:41 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.77.0
PR: 277786
d632fbe |
Monday, 19 Feb 2024
|
11:59 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.76.0
PR: 276920
7f5a7b0 |
Tuesday, 9 Jan 2024
|
12:15 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.75.0
PR: 276033
109c3d4 |
Friday, 8 Dec 2023
|
15:04 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.74.1
PR: 275243
b2afd89 |
Tuesday, 24 Oct 2023
|
10:22 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.73.0
PR: 274499
dd10dc8 |
Friday, 8 Sep 2023
|
09:06 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.72.0
PR: 273331
aba8da2 |
Monday, 21 Aug 2023
|
17:04 Po-Chuan Hsieh (sunpoet)
devel/py-jellyfish: Cosmetic change
1f23a65 |
Wednesday, 16 Aug 2023
|
18:25 Po-Chuan Hsieh (sunpoet)
devel/py-jellyfish: Update BUILD_DEPENDS after py-maturin 1.2.0 update
(f74de16438cc844916b8227bddac10d8a989b19b)
66f06db |
Thursday, 10 Aug 2023
|
08:18 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)
44ddc34 |
Monday, 17 Jul 2023
|
15:58 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.71.0
PR: 272449
cdf2861 |
Tuesday, 27 Jun 2023
|
19: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>
3d9a815 |
Friday, 9 Jun 2023
|
11:38 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.70.0
PR: 271797
e1d1045 |
Sunday, 23 Apr 2023
|
13:14 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.69.0
PR: 270953
3db55c4 |
Sunday, 9 Apr 2023
|
13:36 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
4247250 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Sunday, 23 Jan 2022
|
18:19 Po-Chuan Hsieh (sunpoet)
devel/py-jellyfish: Update to 0.9.0
Changes: https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.md
dd1800b |
Monday, 1 Nov 2021
|
13:41 Po-Chuan Hsieh (sunpoet)
devel/py-jellyfish: Update to 0.8.9
Changes: https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.rst
592a0f6 |
Tuesday, 21 Sep 2021
|
22:23 Po-Chuan Hsieh (sunpoet)
devel/py-jellyfish: Update to 0.8.8
Changes: https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.rst
35ec133 |
Thursday, 29 Apr 2021
|
14:23 Po-Chuan Hsieh (sunpoet)
devel/py-jellyfish: Add CATEGORIES=python
2ec90c4 |
Sunday, 18 Apr 2021
|
05:43 Po-Chuan Hsieh (sunpoet)
devel/py-jellyfish: Strip shared library
- Bump PORTREVISION for package change
b9a721a |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
 |
Friday, 22 May 2020
|
19:41 sunpoet
Update to 0.8.2
Changes: https://github.com/jamesturk/jellyfish/blob/master/docs/changelog.rst
 |
Sunday, 16 Feb 2020
|
18:01 sunpoet
Update WWW
- Take maintainership
 |
Sunday, 17 Nov 2019
|
02:31 vanilla
Update to 0.7.2.
 |
Monday, 21 Oct 2019
|
21:57 bdrewery
Drop maintainership
 |
Friday, 31 May 2019
|
11:37 tobik
devel/py-jellyfish: Spell LICENSE_FILE correctly
 |
Thursday, 13 Sep 2018
|
20:45 bdrewery
Update to 0.6.1
PR: 230152
Submitted by: Nathan <ndowens@yahoo.com>
 |
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
 |
Thursday, 24 Jul 2014
|
19:45 bdrewery
Update to 0.3.1
 |
Friday, 11 Apr 2014
|
01:01 bdrewery
- Update to 0.2.2
 |
Tuesday, 18 Mar 2014
|
01:18 bdrewery
- Update LICENSE
- Use pydistutils
- Use autoplist
PR: ports/187583
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
 |
Sunday, 9 Feb 2014
|
15:41 bdrewery
- Update to 0.2.1
 |
Number of commits found: 45 |