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/dimod/Makefile

Number of commits found: 12

Thursday, 18 Jan 2024
18:08 Yuri Victorovich (yuri) search for other commits by this committer
science/dimod: update 0.12.11 → 0.12.14
commit hash: 83a4856ed67179cc899b02044f35027a5300d4a9 commit hash: 83a4856ed67179cc899b02044f35027a5300d4a9 commit hash: 83a4856ed67179cc899b02044f35027a5300d4a9 commit hash: 83a4856ed67179cc899b02044f35027a5300d4a9 83a4856
Friday, 18 Aug 2023
06:57 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}dimod: Update 0.12.10 → 0.12.11

Reported by:	portscout
commit hash: 52367238a519008e2977e4c075915512170a7f21 commit hash: 52367238a519008e2977e4c075915512170a7f21 commit hash: 52367238a519008e2977e4c075915512170a7f21 commit hash: 52367238a519008e2977e4c075915512170a7f21 5236723
Wednesday, 12 Jul 2023
03:21 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}dimod: Update 0.12.8 → 0.12.10

Reported by:	portscout
commit hash: f6e179d2e2775acf48217fb10e488f7b97334cbb commit hash: f6e179d2e2775acf48217fb10e488f7b97334cbb commit hash: f6e179d2e2775acf48217fb10e488f7b97334cbb commit hash: f6e179d2e2775acf48217fb10e488f7b97334cbb f6e179d
Thursday, 29 Jun 2023
15:58 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}dimod: Update 0.12.7 → 0.12.8

Reported by:	portscout
commit hash: a63ef2ad9cefe298f387bca11c54adbb1f111814 commit hash: a63ef2ad9cefe298f387bca11c54adbb1f111814 commit hash: a63ef2ad9cefe298f387bca11c54adbb1f111814 commit hash: a63ef2ad9cefe298f387bca11c54adbb1f111814 a63ef2a
Sunday, 18 Jun 2023
18:30 Yuri Victorovich (yuri) search for other commits by this committer
science/dimod: Update 0.12.3 → 0.12.7

Reported by:	portscout
commit hash: 80860d763431a63f691fbc48a1c9264d8c8281fe commit hash: 80860d763431a63f691fbc48a1c9264d8c8281fe commit hash: 80860d763431a63f691fbc48a1c9264d8c8281fe commit hash: 80860d763431a63f691fbc48a1c9264d8c8281fe 80860d7
Monday, 26 Dec 2022
06:13 Yuri Victorovich (yuri) search for other commits by this committer
science/dimod: Update 0.12.2 -> 0.12.3

Reported by:	portscout
commit hash: ec15c3d4da13ebe0cf2f0bed6abb40cf60b17748 commit hash: ec15c3d4da13ebe0cf2f0bed6abb40cf60b17748 commit hash: ec15c3d4da13ebe0cf2f0bed6abb40cf60b17748 commit hash: ec15c3d4da13ebe0cf2f0bed6abb40cf60b17748 ec15c3d
Tuesday, 15 Nov 2022
05:46 Yuri Victorovich (yuri) search for other commits by this committer
science/dimod: Update 0.11.6 -> 0.12.2

Reported by:	portscout
commit hash: c065c0b783cdaf898791a5b676b9706d1e2927b2 commit hash: c065c0b783cdaf898791a5b676b9706d1e2927b2 commit hash: c065c0b783cdaf898791a5b676b9706d1e2927b2 commit hash: c065c0b783cdaf898791a5b676b9706d1e2927b2 c065c0b
Friday, 7 Oct 2022
18:36 Yuri Victorovich (yuri) search for other commits by this committer
science/dimod: Update 0.11.5 -> 0.11.6

Reported by:	portscout
commit hash: aad793666b9a5393ed258e35ae47fc5982de3531 commit hash: aad793666b9a5393ed258e35ae47fc5982de3531 commit hash: aad793666b9a5393ed258e35ae47fc5982de3531 commit hash: aad793666b9a5393ed258e35ae47fc5982de3531 aad7936
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
Saturday, 27 Aug 2022
17:53 Yuri Victorovich (yuri) search for other commits by this committer
science/dimod: Fix tests
commit hash: 5b8dd2d0c6fcb225f099355a18e29f4736dffb57 commit hash: 5b8dd2d0c6fcb225f099355a18e29f4736dffb57 commit hash: 5b8dd2d0c6fcb225f099355a18e29f4736dffb57 commit hash: 5b8dd2d0c6fcb225f099355a18e29f4736dffb57 5b8dd2d
07:37 Yuri Victorovich (yuri) search for other commits by this committer
science/dimod: Remove unnecessary USES; Minor corrections
commit hash: 004e690e93fc929653e5b4cc110110562cb5cf81 commit hash: 004e690e93fc929653e5b4cc110110562cb5cf81 commit hash: 004e690e93fc929653e5b4cc110110562cb5cf81 commit hash: 004e690e93fc929653e5b4cc110110562cb5cf81 004e690
04:52 Yuri Victorovich (yuri) search for other commits by this committer
science/dimod: New port: DWave: Shared API for QUBO/Ising samplers
commit hash: 6ed61c3042c007c7b4500a27ad156bd8047cb4d3 commit hash: 6ed61c3042c007c7b4500a27ad156bd8047cb4d3 commit hash: 6ed61c3042c007c7b4500a27ad156bd8047cb4d3 commit hash: 6ed61c3042c007c7b4500a27ad156bd8047cb4d3 6ed61c3

Number of commits found: 12