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: graphics/gmic-qt/distinfo

Number of commits found: 13

Monday, 1 Apr 2024
02:20 Jason E. Hale (jhale) search for other commits by this committer
graphics/gmic-qt: Update to 3.3.5

https://discuss.pixls.us/t/on-the-road-to-gmic-3-4/39353
commit hash: 0b27edeae8d3352ac9f87d1aa60b7ba250d71af0 commit hash: 0b27edeae8d3352ac9f87d1aa60b7ba250d71af0 commit hash: 0b27edeae8d3352ac9f87d1aa60b7ba250d71af0 commit hash: 0b27edeae8d3352ac9f87d1aa60b7ba250d71af0 0b27ede
Thursday, 29 Feb 2024
00:53 Jason E. Hale (jhale) search for other commits by this committer
graphics/gmic-qt: Update to 3.3.4

https://discuss.pixls.us/t/on-the-road-to-gmic-3-4/39353
commit hash: ed28630212ee770aaf8c296d041084fac4376cea commit hash: ed28630212ee770aaf8c296d041084fac4376cea commit hash: ed28630212ee770aaf8c296d041084fac4376cea commit hash: ed28630212ee770aaf8c296d041084fac4376cea ed28630
Sunday, 14 Jan 2024
04:18 Jason E. Hale (jhale) search for other commits by this committer
graphics/gmic-qt: Update to 3.3.3

https://discuss.pixls.us/t/on-the-road-to-gmic-3-4/39353
commit hash: 16feaa08e732697407b4e6162857b6d3203f2f51 commit hash: 16feaa08e732697407b4e6162857b6d3203f2f51 commit hash: 16feaa08e732697407b4e6162857b6d3203f2f51 commit hash: 16feaa08e732697407b4e6162857b6d3203f2f51 16feaa0
Friday, 10 Nov 2023
22:22 Jason E. Hale (jhale) search for other commits by this committer
graphics/gmic-qt: Update to 3.3.2

https://discuss.pixls.us/t/on-the-road-to-gmic-3-4/39353
commit hash: ae2c790c6a8651abbb52cb0c8100a978655cc6d1 commit hash: ae2c790c6a8651abbb52cb0c8100a978655cc6d1 commit hash: ae2c790c6a8651abbb52cb0c8100a978655cc6d1 commit hash: ae2c790c6a8651abbb52cb0c8100a978655cc6d1 ae2c790
Friday, 6 Oct 2023
04:16 Jason E. Hale (jhale) search for other commits by this committer
graphics/gmic-qt: Update to 3.3.1

https://discuss.pixls.us/t/on-the-road-to-gmic-3-4/39353
commit hash: 43908ad54e40bc1d26bb687104837b31752e748f commit hash: 43908ad54e40bc1d26bb687104837b31752e748f commit hash: 43908ad54e40bc1d26bb687104837b31752e748f commit hash: 43908ad54e40bc1d26bb687104837b31752e748f 43908ad
Thursday, 21 Sep 2023
18:54 Jason E. Hale (jhale) search for other commits by this committer
graphics/gmic-qt: Update to 3.3.0

https://discuss.pixls.us/t/release-of-gmic-3-3/34786
commit hash: 29808f4f813ed32ed2ff71dac4d2edcb55e3af77 commit hash: 29808f4f813ed32ed2ff71dac4d2edcb55e3af77 commit hash: 29808f4f813ed32ed2ff71dac4d2edcb55e3af77 commit hash: 29808f4f813ed32ed2ff71dac4d2edcb55e3af77 29808f4
Friday, 14 Jul 2023
14:59 Jason E. Hale (jhale) search for other commits by this committer
graphics/gmic-qt: Update to 3.2.6

Remove the krita flavor. The Krita plugin is now maintained as a
separate fork, so a new port graphics/krita-gmic-plugin has been
created for it.

The GMIC option has also been removed from graphics/krita to avoid
circular dependencies, because the plugin now requires libraries
provided by the krita package.
commit hash: 08be7df55951c645512c20e7231ccdda2f6fc2a0 commit hash: 08be7df55951c645512c20e7231ccdda2f6fc2a0 commit hash: 08be7df55951c645512c20e7231ccdda2f6fc2a0 commit hash: 08be7df55951c645512c20e7231ccdda2f6fc2a0 08be7df
Wednesday, 21 Jul 2021
07:30 Tobias C. Berner (tcberner) search for other commits by this committer
graphics/gmic-qt: update to 2.9.8
commit hash: ae1fa233bc568a939c326256ea4d533cf878a800 commit hash: ae1fa233bc568a939c326256ea4d533cf878a800 commit hash: ae1fa233bc568a939c326256ea4d533cf878a800 commit hash: ae1fa233bc568a939c326256ea4d533cf878a800 ae1fa23
Monday, 14 Sep 2020
10:44 adridg search for other commits by this committer
Fix fetch of graphics/gmic-qt distfile "gmic_stdlib.h"

gmic has had a versioned "stdlib" data file since 2018, as
described in https://github.com/dtschump/gmic/issues/61 ,
but the port always referred to an unversioned source;
this leads to fetch failures when the unversioned header
is updated on the development server (upstream). The
copy tcberner@ hangs on to is also whatever-happened-to-be-
unversioned at the time the port updates.

So r547673 updated the checksum, but to whatever-was-dev
at the time, and without updating tcberner@'s distcache.
This has meant fetch-failures since then, since the
dev header has updated again.

The *previous* version of the checksum, and the copy
tcberner@ has, is actually for gmic 2.4.0.

So hit the whole dang thing with a hammer again, fetch
the **versioned** header, copy it into its unversioned
destination, and reset the checksum. Bump PORTREVISION
because the package -- the bundled standard library --
has changed.

Reported by:	fallout
Original commitRevision:548604 
Saturday, 5 Sep 2020
19:33 yuri search for other commits by this committer
graphics/gmic-qt: Flavorize the port to support all 3 variants: "gimp", "krita",
standalone

PR:		244162
Approved by:	kde
Differential Revision:	D23994
Original commitRevision:547673 
Tuesday, 4 Sep 2018
20:10 jhale search for other commits by this committer
Update to 2.3.6

Reviewed by:	mat, tcberner
Differential Revision:	https://reviews.freebsd.org/D17009
Original commitRevision:478988 
Saturday, 25 Nov 2017
20:57 tcberner search for other commits by this committer
Update graphics/gmic-qt to 215

* fixes build on 32bit architectures

Reported by:	antoine
Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D13050
Original commitRevision:454897 
Sunday, 29 Oct 2017
09:20 tcberner search for other commits by this committer
New port: graphics/gmic-qt

GMIC filters for future versions of graphics/krita.

Reviewed by:	mat, adridg
Differential Revision:	https://reviews.freebsd.org/D12549
Original commitRevision:453103 

Number of commits found: 13