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: science/py-rmf/Makefile

Number of commits found: 22

Friday, 15 Dec 2023
22:23 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}rmf: update 1.5.1 → 1.6.0

Reported by:	portscout
commit hash: f9e52322b6409362629c68883f0c9683476b9893 commit hash: f9e52322b6409362629c68883f0c9683476b9893 commit hash: f9e52322b6409362629c68883f0c9683476b9893 commit hash: f9e52322b6409362629c68883f0c9683476b9893 f9e5232
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Sunday, 18 Jun 2023
18:23 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}rmf: Update 1.5.0 → 1.5.1

Reported by:	portscout
commit hash: ef4773459bf85743703a0d945f811e378037a88b commit hash: ef4773459bf85743703a0d945f811e378037a88b commit hash: ef4773459bf85743703a0d945f811e378037a88b commit hash: ef4773459bf85743703a0d945f811e378037a88b ef47734
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
Friday, 24 Mar 2023
06:06 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}rmf: Update 1.4.1 → 1.5.0

Reported by:	portscout
commit hash: 508850cdf9dde14055f5afb52b5738d1bb00b82f commit hash: 508850cdf9dde14055f5afb52b5738d1bb00b82f commit hash: 508850cdf9dde14055f5afb52b5738d1bb00b82f commit hash: 508850cdf9dde14055f5afb52b5738d1bb00b82f 508850c
Monday, 26 Dec 2022
06:13 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}rmf: Update 1.4 -> 1.4.1

Reported by:	portscout
commit hash: 32928d2f757653556fa2ea546d49b30fbfcefae7 commit hash: 32928d2f757653556fa2ea546d49b30fbfcefae7 commit hash: 32928d2f757653556fa2ea546d49b30fbfcefae7 commit hash: 32928d2f757653556fa2ea546d49b30fbfcefae7 32928d2
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
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
Friday, 11 Mar 2022
16:59 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}rmf: Update 1.3.1 -> 1.4

Reported by:	portscout
commit hash: 955f781731cce9cb05883f15865c1a5d91928305 commit hash: 955f781731cce9cb05883f15865c1a5d91928305 commit hash: 955f781731cce9cb05883f15865c1a5d91928305 commit hash: 955f781731cce9cb05883f15865c1a5d91928305 955f781
Thursday, 30 Dec 2021
05:15 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}rmf: Update 1.3 -> 1.3.1
commit hash: 8c4c033f45dace2914d940885df1338550c50f88 commit hash: 8c4c033f45dace2914d940885df1338550c50f88 commit hash: 8c4c033f45dace2914d940885df1338550c50f88 commit hash: 8c4c033f45dace2914d940885df1338550c50f88 8c4c033
Tuesday, 19 Oct 2021
08:36 Tobias Kortkamp (tobik) search for other commits by this committer
*: apply refactor.remove-consecutive-empty-lines

Submitted by:	portedit
commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d ce1af7f
Thursday, 22 Apr 2021
08:05 Yuri Victorovich (yuri) search for other commits by this committer
science/py-rmf: Update 1.2 -> 1.3

Reported by:	portscout
commit hash: bb73f06035e51e30c63af81a8ab575231c3f623a commit hash: bb73f06035e51e30c63af81a8ab575231c3f623a commit hash: bb73f06035e51e30c63af81a8ab575231c3f623a commit hash: bb73f06035e51e30c63af81a8ab575231c3f623a bb73f06
Wednesday, 21 Apr 2021
08:32 Yuri Victorovich (yuri) search for other commits by this committer
science/py-rmf: Update 1.1 -> 1.2

Reported by:	portscout
commit hash: 227a7ec58e072e722cf20e23173e1fcb7a504a8a commit hash: 227a7ec58e072e722cf20e23173e1fcb7a504a8a commit hash: 227a7ec58e072e722cf20e23173e1fcb7a504a8a commit hash: 227a7ec58e072e722cf20e23173e1fcb7a504a8a 227a7ec
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
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Wednesday, 17 Jun 2020
18:17 sunpoet search for other commits by this committer
Move devel/swig30 to devel/swig and update to 4.0.1

- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
Original commitRevision:539491 
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 
Saturday, 12 Jan 2019
23:32 linimon search for other commits by this committer
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		234355
Submitted by:	Piotr Kubaj
Approved by:	maintainer
Original commitRevision:490089 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Thursday, 30 Aug 2018
17:34 yuri search for other commits by this committer
science/py-rmf: Correct version

It is 1.1, despite git not being able to produce a 1.1-based tag.
Therefore, leaving GH_TAGNAME and setting version to 1.1

Reported by:	portscout
Original commitRevision:478474 
Sunday, 1 Jul 2018
05:22 yuri search for other commits by this committer
New port: science/py-rmf: Library to support reading and writing of Rich
Molecular Format files
Original commitRevision:473652 

Number of commits found: 22