non port: math/py-luminol/Makefile |
SVNWeb
|
Number of commits found XX: 9 |
Thu, 24 Dec 2020
|
[ 09:03 antoine ] 
559053 benchmarks/py-naarad/Makefile
559053 benchmarks/py-zopkio/Makefile
559053 biology/checkm/Makefile
559053 biology/groopm/Makefile
559053 comms/apitran/Makefile
559053 devel/cpp2py/Makefile
559053 math/py-CyLP/Makefile
559053 math/py-apgl/Makefile
559053 math/py-chaospy/Makefile
559053 math/py-cvxpy/Makefile
(Only the first 10 of 34 ports in this commit are shown above. )
scipy 1.5.4 is only compatible with python 3.6+
Reported by: pkg-fallout
|
Tue, 3 Nov 2020
|
[ 20:51 rene ] 
554036 benchmarks/py-naarad/Makefile
554036 benchmarks/py-zopkio/Makefile
554036 devel/bglibs/Makefile
554036 devel/coccinelle/Makefile
554036 devel/libhyve-remote/Makefile
554036 devel/py-verboselogs/Makefile
554036 ftp/twoftpd/Makefile
554036 mail/mailfront/Makefile
554036 math/py-luminol/Makefile
554036 net/libvncserver/Makefile
(Only the first 10 of 23 ports in this commit are shown above. )
Return araujo@'s ports to the pool after his commit bit was safekept.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] 
507372 Mk/bsd.ruby.mk
507372 accessibility/atkmm/Makefile
507372 accessibility/kmag/Makefile
507372 accessibility/kmousetool/Makefile
507372 accessibility/kmouth/Makefile
507372 accessibility/libqaccessibilityclient/Makefile
507372 accessibility/qt5-speech/Makefile
507372 archivers/R-cran-zip/Makefile
507372 archivers/ark/Makefile
507372 archivers/brotli/Makefile
(Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] 
487272 Mk/bsd.ruby.mk
487272 accessibility/atkmm/Makefile
487272 accessibility/kmag/Makefile
487272 accessibility/kmousetool/Makefile
487272 accessibility/kmouth/Makefile
487272 accessibility/qt5-speech/Makefile
487272 archivers/R-cran-zip/Makefile
487272 archivers/ark/Makefile
487272 archivers/brotli/Makefile
487272 archivers/c-blosc/Makefile
(Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] 
472884 accessibility/speech-dispatcher/Makefile
472884 archivers/py-attic/Makefile
472884 archivers/py-libarchive-c/Makefile
472884 archivers/py-lz4/Makefile
472884 archivers/py-zstandard/Makefile
472884 astro/gpsd/Makefile
472884 astro/py-RO/Makefile
472884 astro/py-aipy/Makefile
472884 astro/py-astLib/Makefile
472884 astro/py-horoscopegenerator/Makefile
(Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] 
464084 archivers/pxz/Makefile
464084 archivers/zip-ada/Makefile
464084 astro/R-cran-maptools/Makefile
464084 astro/astrometry/Makefile
464084 astro/kstars-kde4/Makefile
464084 astro/nightfall/Makefile
464084 astro/py-RO/Makefile
464084 astro/py-aipy/Makefile
464084 astro/py-astLib/Makefile
464084 astro/py-astropy/Makefile
(Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] 
455210 CHANGES
455210 MOVED
455210 Mk/Uses/gnome.mk
455210 Mk/Uses/pyqt.mk
455210 Mk/Uses/python.mk
455210 UPDATING
455210 accessibility/Makefile
455210 accessibility/accerciser/Makefile
455210 accessibility/caribou/Makefile
455210 accessibility/orca/Makefile
(Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Fri, 28 Oct 2016
|
[ 17:13 jbeich ] 
424866 devel/py-numba/Makefile
424866 graphics/py-gdal/Makefile
424866 graphics/py-toyplot/Makefile
424866 graphics/qgis/Makefile
424866 math/nlopt/Makefile
424866 math/py-colormath/Makefile
424866 math/py-luminol/Makefile
424866 math/py-networkx/Makefile
424866 math/py-numexpr/Makefile
424866 math/py-pysparse/Makefile
(Only the first 10 of 12 ports in this commit are shown above. )
math/py-numpy: track PORTEPOCH in consumers
|
Mon, 18 Apr 2016
|
[ 05:31 araujo ] 
413550 math/py-luminol
413550 math/py-luminol/Makefile
413550 math/py-luminol/distinfo
413550 math/py-luminol/pkg-descr
Luminol is a light weight python library for time series data analysis.
The two major functionalities it supports are anomaly detection and
correlation. It can be used to investigate possible causes of anomaly.
WWW: https://github.com/linkedin/luminol
Reviewed by: mat, koobs, Python
Tested by: gnn (earlier version)
Sponsored by: gandi.net
Differential Revision: https://reviews.freebsd.org/D5670
|
Number of commits found XX: 9 |
|
Latest Vulnerabilities |
12 vulnerabilities affecting 81 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-01-23 18:22:23
|
|