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/octave-forge-pythonic/Makefile

Number of commits found: 9

Saturday, 16 Mar 2024
23:28 Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/octave: Update to 9.1.0.

math/octave-forge: Bump portrevision.
Mark broken and set optional dependency to off in math/octave-forge:

math/octave-forge-bioinfo
math/octave-forge-coder
math/octave-forge-financial
math/octave-forge-fits
math/octave-forge-fuzzy-logic-toolkit
math/octave-forge-gnuplot
math/octave-forge-informationtheory
math/octave-forge-irsa
math/octave-forge-level-set
math/octave-forge-nnet
math/octave-forge-plot
math/octave-forge-queueing
math/octave-forge-symband
commit hash: c92f309e944f792808ba1c6124dd6f8ec75428a2 commit hash: c92f309e944f792808ba1c6124dd6f8ec75428a2 commit hash: c92f309e944f792808ba1c6124dd6f8ec75428a2 commit hash: c92f309e944f792808ba1c6124dd6f8ec75428a2 c92f309
Monday, 4 Sep 2023
16:15 Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/octave-forge-pythonic: Get correct distribution.

Port was using wrong source code.
Pointyhat: me.
Bump portrevision.
commit hash: 0083e93666f3fa9efd7f11546e5fccfb180a18d7 commit hash: 0083e93666f3fa9efd7f11546e5fccfb180a18d7 commit hash: 0083e93666f3fa9efd7f11546e5fccfb180a18d7 commit hash: 0083e93666f3fa9efd7f11546e5fccfb180a18d7 0083e93
Tuesday, 22 Aug 2023
00:43 Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/octave-forge-pythonic: Update to 0.1.3.
commit hash: 355374a1f6be2a1e9ed1a9f0bf5c2c60e2c93ea4 commit hash: 355374a1f6be2a1e9ed1a9f0bf5c2c60e2c93ea4 commit hash: 355374a1f6be2a1e9ed1a9f0bf5c2c60e2c93ea4 commit hash: 355374a1f6be2a1e9ed1a9f0bf5c2c60e2c93ea4 355374a
Monday, 24 Jul 2023
18:04 Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/octave-forge-pythonic: Update to 0.1.2.
commit hash: 6d49fb5b24a121dd66b4574f2e5852412bd005a6 commit hash: 6d49fb5b24a121dd66b4574f2e5852412bd005a6 commit hash: 6d49fb5b24a121dd66b4574f2e5852412bd005a6 commit hash: 6d49fb5b24a121dd66b4574f2e5852412bd005a6 6d49fb5
Wednesday, 12 Jul 2023
18:56 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
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
Thursday, 9 Mar 2023
02:17 Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/octave: Update to 8.1.0.

Bump portrevision of all dependent ports.

Mark broken math/octave-forge-database, math/octave-forge-mechanics,
math/octave-forge-mpi math/octave-forge-nlwing2,
math/octave-forge-parallel, math/octave-forge-specfun

Set to default off these ports in math/octave-forge.

Clean up indentation in Mk/Uses/octave.mk.
commit hash: d4f3d79c367cdbcac8927e2a730a98982a10e50e commit hash: d4f3d79c367cdbcac8927e2a730a98982a10e50e commit hash: d4f3d79c367cdbcac8927e2a730a98982a10e50e commit hash: d4f3d79c367cdbcac8927e2a730a98982a10e50e d4f3d79
Friday, 30 Dec 2022
17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**octave.mk: Convert to USES=octave

As part of the improvements of USES infrastructure Mk/bsd.octave.mk has
been converted to Mk/Uses/octave.mk. This also declutters some old
stuffs in the octave-* ports and makes it simpler to add more
octave-forge ports easily.

While I am here make all the ports portclippy/portfmt compliant. And use
USES macros whenever possible.

Reviewed by:	portmgr
Approved by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D37887
commit hash: 8231864a3b0376f9df37cc3904c4e217efc6110d commit hash: 8231864a3b0376f9df37cc3904c4e217efc6110d commit hash: 8231864a3b0376f9df37cc3904c4e217efc6110d commit hash: 8231864a3b0376f9df37cc3904c4e217efc6110d 8231864
Saturday, 5 Nov 2022
21:34 Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/octave-forge-pythonic: New port.

Python native calling interface for GNU Octave.
commit hash: a6b418ccb24ec8c00ff08eac45b9678cbc99a494 commit hash: a6b418ccb24ec8c00ff08eac45b9678cbc99a494 commit hash: a6b418ccb24ec8c00ff08eac45b9678cbc99a494 commit hash: a6b418ccb24ec8c00ff08eac45b9678cbc99a494 a6b418c

Number of commits found: 9