notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/py-chaospy/Makefile

Number of commits found: 43

Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Tuesday, 4 Apr 2023
18:29 Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 1730e97
Wednesday, 29 Mar 2023
14:00 Charlie Li (vishwin) search for other commits by this committer
math/py-chaospy: explicitly add setuptools to BUILD_DEPENDS

PR: 270243
commit hash: bc1b579fbe80e4db2df7af54d19f95d2a4880158 commit hash: bc1b579fbe80e4db2df7af54d19f95d2a4880158 commit hash: bc1b579fbe80e4db2df7af54d19f95d2a4880158 commit hash: bc1b579fbe80e4db2df7af54d19f95d2a4880158 bc1b579
Tuesday, 28 Mar 2023
08:09 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.3.8 → 4.3.11

Reported by:	portscout
commit hash: 489ca0f28acb5a47ff8b4c2c0241b6cc163b9748 commit hash: 489ca0f28acb5a47ff8b4c2c0241b6cc163b9748 commit hash: 489ca0f28acb5a47ff8b4c2c0241b6cc163b9748 commit hash: 489ca0f28acb5a47ff8b4c2c0241b6cc163b9748 489ca0f
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 12 Jun 2022
15:56 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.3.7 -> 4.3.8

Reported by:	portscout
commit hash: 36ba2bd95db713d78927cef55552478310cf0292 commit hash: 36ba2bd95db713d78927cef55552478310cf0292 commit hash: 36ba2bd95db713d78927cef55552478310cf0292 commit hash: 36ba2bd95db713d78927cef55552478310cf0292 36ba2bd
Monday, 2 May 2022
00:17 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.3.6 -> 4.3.7

Reported by:	portscout
commit hash: f218c490b170b978596f34bb4d88e4f63fcf2749 commit hash: f218c490b170b978596f34bb4d88e4f63fcf2749 commit hash: f218c490b170b978596f34bb4d88e4f63fcf2749 commit hash: f218c490b170b978596f34bb4d88e4f63fcf2749 f218c490
Friday, 11 Feb 2022
17:11 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.3.4 -> 4.3.6

Reported by:	portscout
commit hash: cdf5e5930121bd2f31c7526ddc55bc5806b1c3e7 commit hash: cdf5e5930121bd2f31c7526ddc55bc5806b1c3e7 commit hash: cdf5e5930121bd2f31c7526ddc55bc5806b1c3e7 commit hash: cdf5e5930121bd2f31c7526ddc55bc5806b1c3e7 cdf5e59
Monday, 3 Jan 2022
22:26 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.3.3 -> 4.3.4

Reported by:	portscout
commit hash: 825ad3c76f2453a3f83a6ac48b58cecf9bd654a4 commit hash: 825ad3c76f2453a3f83a6ac48b58cecf9bd654a4 commit hash: 825ad3c76f2453a3f83a6ac48b58cecf9bd654a4 commit hash: 825ad3c76f2453a3f83a6ac48b58cecf9bd654a4 825ad3c
Thursday, 5 Aug 2021
20:10 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.3.2 -> 4.3.3

Reported by:	portscout
commit hash: 7a2beff60f60260df510ddea974703aecd82a2b2 commit hash: 7a2beff60f60260df510ddea974703aecd82a2b2 commit hash: 7a2beff60f60260df510ddea974703aecd82a2b2 commit hash: 7a2beff60f60260df510ddea974703aecd82a2b2 7a2beff
Wednesday, 26 May 2021
18:05 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.3.1 -> 4.3.2
commit hash: 219915ab696fd448c350eff10d3038c93528a4d5 commit hash: 219915ab696fd448c350eff10d3038c93528a4d5 commit hash: 219915ab696fd448c350eff10d3038c93528a4d5 commit hash: 219915ab696fd448c350eff10d3038c93528a4d5 219915a
Saturday, 22 May 2021
08:33 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.2.7 -> 4.3.1
commit hash: 132cdcfd5acaac015504eae2609ea85b9ded8738 commit hash: 132cdcfd5acaac015504eae2609ea85b9ded8738 commit hash: 132cdcfd5acaac015504eae2609ea85b9ded8738 commit hash: 132cdcfd5acaac015504eae2609ea85b9ded8738 132cdcf
Thursday, 13 May 2021
22:49 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.2.5 -> 4.2.7

Reported by:	portscout
commit hash: d341ae03875db36d33256def78d6a41fac24b8b5 commit hash: d341ae03875db36d33256def78d6a41fac24b8b5 commit hash: d341ae03875db36d33256def78d6a41fac24b8b5 commit hash: d341ae03875db36d33256def78d6a41fac24b8b5 d341ae0
Friday, 23 Apr 2021
20:40 Yuri Victorovich (yuri) search for other commits by this committer
math/py-chaospy: Update 4.2.4 -> 4.2.5
commit hash: 56fc0cf4a35a0bdfc94c7861159558f76d573f46 commit hash: 56fc0cf4a35a0bdfc94c7861159558f76d573f46 commit hash: 56fc0cf4a35a0bdfc94c7861159558f76d573f46 commit hash: 56fc0cf4a35a0bdfc94c7861159558f76d573f46 56fc0cf
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 24 Feb 2021
18:24 yuri search for other commits by this committer
math/py-chaospy: Update 4.2.3 -> 4.2.4

Reported by:	portscout
Original commitRevision:566499 
Sunday, 24 Jan 2021
05:41 yuri search for other commits by this committer
math/py-chaospy: Update 4.2.2 -> 4.2.3
Original commitRevision:562451 
Thursday, 24 Dec 2020
09:03 antoine search for other commits by this committer
scipy 1.5.4 is only compatible with python 3.6+

Reported by:	pkg-fallout
Original commitRevision:559053 
Wednesday, 9 Dec 2020
05:11 yuri search for other commits by this committer
math/py-chaospy: Update 4.2.1 -> 4.2.2

Reported by:	portscout
Original commitRevision:557348 
Wednesday, 25 Nov 2020
10:38 yuri search for other commits by this committer
math/py-chaospy: Update 4.2.0 -> 4.2.1
Original commitRevision:556284 
07:23 yuri search for other commits by this committer
math/py-chaospy: Update 4.1.1 -> 4.2.0

Reported by:	portscout
Original commitRevision:556275 
Saturday, 14 Nov 2020
17:09 yuri search for other commits by this committer
math/py-chaospy: Update 4.1.0 -> 4.1.1
Original commitRevision:555124 
Friday, 13 Nov 2020
01:28 yuri search for other commits by this committer
math/py-chaospy: Update 4.0.2 -> 4.1.0

Reported by:	portscout
Original commitRevision:554999 
Saturday, 7 Nov 2020
23:17 yuri search for other commits by this committer
math/py-chaospy: Update 4.0.1 -> 4.0.2

Reported by:	portscout
Original commitRevision:554426 
Wednesday, 28 Oct 2020
00:35 yuri search for other commits by this committer
math/py-chaospy: Update 4.0.0 -> 4.0.1

Reported by:	portscout
Original commitRevision:553516 
Sunday, 6 Sep 2020
14:36 yuri search for other commits by this committer
math/py-chaospy: 3.3.7 -> 4.0.0
Original commitRevision:547790 
Monday, 10 Aug 2020
17:42 yuri search for other commits by this committer
math/py-chaospy: Update 3.3.6 -> 3.3.7

Reported by:	portscout
Original commitRevision:544636 
Thursday, 23 Jul 2020
18:34 yuri search for other commits by this committer
math/py-chaospy: Update 3.3.5 -> 3.3.6
Original commitRevision:542950 
18:21 yuri search for other commits by this committer
math/py-chaospy: Update 3.0.18 -> 3.3.5
Original commitRevision:542947 
Sunday, 12 Jan 2020
06:55 yuri search for other commits by this committer
math/py-chaospy: Update 3.0.12 -> 3.0.18

Reported by:	portscout
Original commitRevision:522758 
Sunday, 13 Oct 2019
07:27 yuri search for other commits by this committer
math/py-chaospy: Update 3.0.6 -> 3.0.12

Reported by:	portscout
Original commitRevision:514368 
Wednesday, 31 Jul 2019
05:44 yuri search for other commits by this committer
math/py-chaospy: Update 3.0.5 -> 3.0.6

Reported by:	portscout
Original commitRevision:507696 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Thursday, 20 Jun 2019
23:36 yuri search for other commits by this committer
math/py-chaospy: Update 3.0.4 -> 3.0.5

Reported by:	portscout
Original commitRevision:504747 
Friday, 22 Feb 2019
05:04 yuri search for other commits by this committer
math/py-chaospy: Update 3.0.3 -> 3.0.4

Reported by:	portscout
Original commitRevision:493546 
Monday, 11 Feb 2019
09:24 yuri search for other commits by this committer
math/py-chaospy: Update 2.3.5 -> 3.0.3
Original commitRevision:492679 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Tuesday, 18 Sep 2018
07:42 yuri search for other commits by this committer
math/py-chaospy: Update 2.3.4 -> 2.3.5

Reported by:	portscout
Original commitRevision:479985 
Monday, 10 Sep 2018
07:04 yuri search for other commits by this committer
math/py-chaospy: Update 2.3.3 -> 2.3.4

Reported by:	portscout
Original commitRevision:479367 
Thursday, 6 Sep 2018
07:19 yuri search for other commits by this committer
New port: math/py-chaospy: Toolbox for performing uncertainty quantification
Original commitRevision:479090 

Number of commits found: 43