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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: science/antioch/Makefile

Number of commits found: 20

Friday, 21 Jul 2023
17:20 Muhammad Moinur Rahman (bofh) search for other commits by this committer
science/antioch: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: df17c9422768830b281929a996f2676182d34eb7 commit hash: df17c9422768830b281929a996f2676182d34eb7 commit hash: df17c9422768830b281929a996f2676182d34eb7 commit hash: df17c9422768830b281929a996f2676182d34eb7 df17c94
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
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
Wednesday, 12 Jan 2022
19:41 Tobias C. Berner (tcberner) search for other commits by this committer
math/gsl: bump portrevision of consumers after update to 2.7.1

PR:		260201
commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 654acd8
Thursday, 25 Nov 2021
21:46 Yuri Victorovich (yuri) search for other commits by this committer
science/metaphysicl: Update 1.3.1 -> 1.3.2

Reported by:	portscout
commit hash: bce6b62d4ed13c9b82407baa6b428ecf6d8b2043 commit hash: bce6b62d4ed13c9b82407baa6b428ecf6d8b2043 commit hash: bce6b62d4ed13c9b82407baa6b428ecf6d8b2043 commit hash: bce6b62d4ed13c9b82407baa6b428ecf6d8b2043 bce6b62
Wednesday, 3 Nov 2021
07:27 Yuri Victorovich (yuri) search for other commits by this committer
science/metaphysicl: Update 1.2.2 -> 1.3.1

Project moved to a different GH account.
commit hash: f90000b2aa19d17b86b3bb1c04b9b634670e27c2 commit hash: f90000b2aa19d17b86b3bb1c04b9b634670e27c2 commit hash: f90000b2aa19d17b86b3bb1c04b9b634670e27c2 commit hash: f90000b2aa19d17b86b3bb1c04b9b634670e27c2 f90000b
Wednesday, 16 Jun 2021
19:31 Tobias C. Berner (tcberner) search for other commits by this committer
math/gsl: update to 2.7

From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
	* updated exponential fitting example for nonlinear least squares
	* added banded LU decomposition and solver (gsl_linalg_LU_band)
	* New functions added to the library:
	      - gsl_matrix_norm1
	      - gsl_spmatrix_norm1
	      - gsl_matrix_complex_conjtrans_memcpy
	      - gsl_linalg_QL: decomp, unpack
	      - gsl_linalg_complex_QR_* (thanks to Christian Krueger)
	      - gsl_vector_sum
	      - gsl_matrix_scale_rows
	      - gsl_matrix_scale_columns
	      - gsl_multilarge_linear_matrix_ptr
	      - gsl_multilarge_linear_rhs_ptr
	      - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense)
	      - gsl_spmatrix_dense_sub
	      - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
	      - gsl_linalg_QR_UD: decomp, lssolve
	      - gsl_linalg_QR_UU: decomp, lssolve, QTvec
	      - gsl_linalg_QR_UZ: decomp
	      - gsl_multifit_linear_lcurvature
	      - gsl_spline2d_eval_extrap
	* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me)
	* made gsl_sf_legendre_array_index() inline and documented
	      - gsl_sf_legendre_nlm()

[1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS

PR:		256423
Exp-run by:	antoine
commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e 63e653a
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
Saturday, 12 Dec 2020
17:04 thierry search for other commits by this committer
- Upgrade math/eigen3 to 3.3.8;

- Add some dependencies which might be detected by Find_Package but not
registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
Original commitRevision:557839 
Friday, 25 Oct 2019
23:41 tcberner search for other commits by this committer
math/gsl: update to 2.6

- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
  - this also breaks the two consumers of this port

- biology/gemma: has a conflict with cblas, and is makred broken.

PR:		241363
Exp-run by:	antoine
Original commitRevision:515671 
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 
Friday, 3 May 2019
03:46 yuri search for other commits by this committer
science/metaphysicl: Update 0.3.3 -> 0.5.0

Reported by:	portscout
Original commitRevision:500694 
Wednesday, 26 Dec 2018
09:06 tcberner search for other commits by this committer
Update math/eigen3 to 3.3.7

- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
Original commitRevision:488363 
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 
Friday, 23 Nov 2018
05:57 yuri search for other commits by this committer
science/metaphysicl: Update 0.3.2 -> 0.3.3

Reported by:	portscout
Original commitRevision:485640 
Thursday, 15 Nov 2018
02:02 yuri search for other commits by this committer
science/metaphysicl: Update 0.3.1 -> 0.3.2

Also bump science/antioch.

Reported by:	portscout
Original commitRevision:484989 
Tuesday, 18 Sep 2018
09:28 linimon search for other commits by this committer
Upgrade these ports to USES=compiler:c++11-lang to fix build on gcc-based
archs such as powerpc64.

Tested for no effect on amd64.

While here, pet portlint.

Approved by:	portgmr (tier-2 blanket)
Original commitRevision:480003 
Saturday, 23 Jun 2018
08:27 tcberner search for other commits by this committer
Update math/gsl to 2.5

PR:		229067
Original commitRevision:473116 
Wednesday, 18 Apr 2018
06:51 yuri search for other commits by this committer
New port: science/antioch: C++ Chemical Kinetics, Thermodynaimics, and Transport
Library
Original commitRevision:467683 

Number of commits found: 20