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: cad/sumo/Makefile

Number of commits found: 25

Friday, 28 Jul 2023
17:13 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f 664a2fa
Wednesday, 26 Jul 2023
19:58 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.2.1
commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 commit hash: 94ecbdcacc2083fe7f08c30604b0834597d5d524 94ecbdc
Saturday, 27 May 2023
04:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/gdal: Update to 3.7.0

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.7/NEWS.md
commit hash: 17dbcfa0af86d4d84e82806c267d8c8c7159c1ed commit hash: 17dbcfa0af86d4d84e82806c267d8c8c7159c1ed commit hash: 17dbcfa0af86d4d84e82806c267d8c8c7159c1ed commit hash: 17dbcfa0af86d4d84e82806c267d8c8c7159c1ed 17dbcfa
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
12:42 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.2.0
commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd commit hash: 486ea1d293d02cd4afaab696b71c6c3d205b57dd 486ea1d
Wednesday, 18 Jan 2023
14:48 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.1.1
commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 commit hash: 3db760ad79ec3a2494d776c56a89c6a3eed8f537 3db760a
Thursday, 17 Nov 2022
08:20 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/proj: Update to 9.1.0

Release notes:
https://proj.org/news.html#id37

Also remove proj-data dependency.

You can use proj to retrieve data or install graphics/proj-data
manually.
commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 commit hash: de3b9f557801bb43af80c0e2bd6085a70a783631 de3b9f5
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
10:26 Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove trailing whitepaces
commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b b86221f
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
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
Tuesday, 23 Feb 2021
05:58 lbartoletti search for other commits by this committer
graphics/gdal: Set the default options as a workable set

- reinstate r552962 (was reverted in r553000)
- remove pkg-message from qgis and qgis-ltr
- Bump PORTREVSION on all consumers

PR:		224004
Approved by:	portmgr
Original commitRevision:566369 
Wednesday, 18 Nov 2020
05:27 lbartoletti search for other commits by this committer
graphics/proj: Update to 7.2.0

Changelog:
  - https://proj.org/news.html#release-notes
Original commitRevision:555622 
Tuesday, 17 Nov 2020
09:23 lbartoletti search for other commits by this committer
graphics/proj: Update to 7.1.1

- Add a pkg-message explaining how to access or sync datum grids from the CDN
  (disabled by default)
- Add curl and tiff dependencies since proj can read datum grids from remote
  COG (Cloud Optimized Geotiff)
- Take maintainer'ship (ok wen@)

PR:		245611
Submitted by:	wen (first version)
Reviewed by:	wen, rhurlin
Approved by:	wen
Exp-run by:	antoine
Original commitRevision:555543 
Wednesday, 22 Jan 2020
06:02 sunpoet search for other commits by this committer
Bump PORTREVISION for graphics/gdal shlib change
Original commitRevision:523793 
Friday, 3 Jan 2020
19:57 pkubaj search for other commits by this committer
cad/sumo: fix build on GCC architectures

xerces needs C++11 compiler to link to.

MFH:		2020Q1 (build fix blanket)
Original commitRevision:521956 
Monday, 4 Nov 2019
21:36 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories c

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
Original commitRevision:516745 
Thursday, 27 Jun 2019
03:37 wen search for other commits by this committer
- Update to 6.1.0 and fix some ports
- Add missing DEPENDS
- Add TEST_TARGET
- Take maintainership

PR:		237932, 238795
Submitted by:	wenheping2000@hotmail.com,rhurlin@gwdg.de
Approved by:	maintainer(timeout, > 30 days), portmgr@(implicit, fix build)
Exp-run by:	antoine@
Thanks to:	antoine@, sunpoet@, rhurlin@gwdg.de
Original commitRevision:505194 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Tuesday, 25 Sep 2018
22:05 brooks search for other commits by this committer
Update 10.x build depend on clang to llvm60.

PR:		231288
Approved by:	maintainer timeout (15 days)
Sponsored by:	DARPA, AFRL
Original commitRevision:480700 
Monday, 4 Jun 2018
22:51 linimon search for other commits by this committer
Mark as broken on powerpc64.

Although portlint complains about the new line, I don't see anything I
can do about that.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:471726 
Sunday, 25 Feb 2018
16:46 antoine search for other commits by this committer
Canonicalize dependency on libpng
Original commitRevision:462964 
Sunday, 3 Dec 2017
19:20 yuri search for other commits by this committer
New port: cad/sumo: Traffic simulation suite for road vehicles, public
transportation, etc

PR:		193884
Submitted by:	Enrique Fynn <me@enriquefynn.com>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13248
Original commitRevision:455420 

Number of commits found: 25