Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.0_1 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> |
2.9.0_1 26 May 2023 00:54:09
    |
Charlie Li (vishwin)  |
devel/bazel5: switch build consumers
Event: Kitchener-Waterloo Hackathon 202305 |
2.9.0_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.9.0 13 Sep 2022 21:31:28
    |
Yuri Victorovich (yuri)  |
math/py-keras: Fix WWW location; Fix formatting |
2.9.0 13 Sep 2022 20:32:36
    |
Yuri Victorovich (yuri)  Author: Anthony Donnelly |
math/py-keras: Update 2.4.3 -> 2.9.0
PR: 266311 |
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) |
2.4.3 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 ) |
2.4.3 18 Apr 2021 05:44:04
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-h5py: Update to 3.2.1
- Update USES=python of dependent ports
Changes: https://github.com/h5py/h5py/releases
https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.2.rst |
2.4.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.4.3 24 Dec 2020 09:03:39
  |
antoine  |
scipy 1.5.4 is only compatible with python 3.6+
Reported by: pkg-fallout |
2.4.3 11 Nov 2020 06:40:14
  |
yuri  |
math/py-keras: Update 2.4.0 -> 2.4.3 |
2.4.0 19 Jun 2020 07:19:50
  |
yuri  |
math/py-keras: Update 2.3.1 -> 2.4.0
Reported by: portscout |
2.3.1 28 Mar 2020 20:53:01
  |
yuri  |
math/py-keras: Take maintainership |
2.3.1 28 Mar 2020 11:26:59
  |
rene  |
Return Neels ports to the pool on his request.
Submitted by: neelc@neelc.org (former maintainer) via freebsd-ports |
2.3.1 04 Dec 2019 15:02:48
  |
amdmi3  |
- Update to 2.3.1
PR: 242211
Submitted by: neel@neelc.org (maintainer) |
2.2.5 02 Sep 2019 13:52:08
  |
swills  |
math/py-keras: Update to 2.2.5
PR: 240111
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.2.4_3 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
2.2.4_3 26 Jul 2019 20:46:57
  |
gerald  |
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 |
2.2.4_2 09 Feb 2019 12:10:59
  |
rm  |
math/py-keras: fix runtime
- add missing dependencies to fix keras runtime
- add pkg-message to instruct user how to use keras in absence of tensorflow
- bump PORTREVISION
Approved by: portmgr (blanket approval) |
2.2.4_1 12 Dec 2018 01:35:36
  |
gerald  |
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 |
2.2.4 08 Oct 2018 07:30:31
  |
wen  |
- Update to 2.2.4
PR: 231997
Submitted by: neel@neelc.org(maintainer) |
2.2.2 30 Jul 2018 12:34:15
  |
wen  |
- Update to 2.2.2
PR: 230111
Submitted by: neel@neelc.org(maintainer) |
2.2.0 28 Jun 2018 20:25:35
  |
swills  |
math/py-keras: Update to 2.2.0
PR: 229374
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.1.6 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.1.6 29 Apr 2018 19:36:10
  |
dbaio  |
math/py-keras: Update to 2.1.6
- Repository changed at Github
Changes: https://github.com/keras-team/keras/releases/tag/2.1.6
PR: 227820
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.1.5 02 Apr 2018 08:03:30
  |
yuri  |
math/py-keras: Update 2.1.4 -> 2.1.5
Port changes:
* Change to DISTVERSION
* Minor comment change
* Add PYNUMPY to RUN_DEPENDS
* Sort RUN_DEPENDS
* Remove USE_PYTHON=concurrent (not needed)
* Group USExx
* Replace WWW with the https version
PR: 226451
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.1.4_1 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.1.4 16 Feb 2018 02:24:09
  |
swills  |
math/py-keras: Update to 2.1.4
PR: 225914
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.1.3 28 Jan 2018 13:31:35
  |
dbaio  |
math/py-keras: Update to 2.1.3
WHile here:
Allow concurrent installation.
Relax USES=python, Keras is compatible with Python 2.7-3.6.
Changes: https://github.com/keras-team/keras/releases/tag/2.1.3
PR: 225463
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.1.2 07 Dec 2017 18:11:08
  |
swills  |
math/py-keras: Update to 2.1.2
PR: 224154
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.1.1 01 Dec 2017 00:35:43
  |
dbaio  |
math/py-keras: Update to 2.1.1
PR: 223978
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.0.9 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 ) |
2.0.9 09 Nov 2017 09:16:25
  |
robak  |
math/py-keras: update 2.0.8 -> 2.0.9
PR: 223527
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.0.8 29 Aug 2017 23:34:17
  |
dbaio  |
math/py-keras: Update to 2.0.8
While here, silence portlint warning about order of USES/USE_*.
PR: 221870
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.0.5 19 Jun 2017 00:52:21
  |
wen  |
- Update to 2.0.5
PR: 220092
Submitted by: neel@neelc.org(maintainer) |
2.0.4 06 Jun 2017 01:32:12
  |
dbaio  |
math/py-keras: Update to 2.0.4
While here, limit python for use any version up to 3.5
PR: 219743
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11051 |
2.0.2 24 Mar 2017 15:57:02
  |
robak  |
math/py-keras: update 2.0.0 -> 2.0.2
PR: 218054
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.0.0 19 Mar 2017 07:35:37
  |
wen  |
- Update to 2.0.0
PR: 217865
Submitted by: neel@neelc.org(maintainer) |
1.2.2 27 Feb 2017 01:48:23
  |
wen  |
- Update to 1.2.2
PR: 217370
Submitted by: neel@neelc.org(maintainer) |
1.2.0 16 Jan 2017 11:44:17
  |
amdmi3  |
- Update to 1.2.0
PR: 216003
Submitted by: neel@neelc.org (maintainer) |
1.1.1 16 Nov 2016 08:40:04
  |
wen  |
- Update to 1.1.1
PR: 214550
Submitted by: neel@neelc.org(maintainer) |
1.1.0 22 Sep 2016 14:30:26
  |
amdmi3  |
- Update to 1.1.0
PR: 212857
Submitted by: neel@neelc.org (maintainer) |
1.0.8 31 Aug 2016 12:06:14
  |
amdmi3  |
- Update to 1.0.8
- While here, add LICENSE_FILE and pet portlint
PR: 212241
Submitted by: neel@neelc.org (maintainer) |
1.0.7 11 Aug 2016 04:22:58
  |
pi  |
math/py-keras: 1.0.6 -> 1.0.7
PR: 211698
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
1.0.6 27 Jul 2016 21:53:10
  |
pawel  |
Update to version 1.0.6
PR: 211409
Submitted by: Neel Chauhan (maintainer) |
1.0.5 28 Jun 2016 15:22:34
  |
amdmi3  |
- Update to 1.0.5
PR: 210663
Submitted by: neel@neelc.org (maintainer) |
1.0.4 22 Jun 2016 17:14:44
  |
pawel  |
Deep Learning library for Python. Convnets, recurrent neural networks, and
more. Runs on Theano and TensorFlow.
WWW: http://keras.io/
PR: 210119
Submitted by: Neel Chauhan <neel@neelc.org> |