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

Number of commits found: 47

Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
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
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
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, 26 Aug 2022
17:02 Tobias C. Berner (tcberner) search for other commits by this committer
framework: switch tree to using vala.mk

PR:		249940
commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd d9b0d9a
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Friday, 11 Feb 2022
16:04 Neel Chauhan (nc) search for other commits by this committer
graphics/minder: Update to 1.14.0
commit hash: d5400f1aa0b291992e9e9ee783a6c69f6f5a200a commit hash: d5400f1aa0b291992e9e9ee783a6c69f6f5a200a commit hash: d5400f1aa0b291992e9e9ee783a6c69f6f5a200a commit hash: d5400f1aa0b291992e9e9ee783a6c69f6f5a200a d5400f1
Wednesday, 8 Dec 2021
10:57 Adriaan de Groot (adridg) search for other commits by this committer
x11-toolkits/granite: update to 6.2.0, latest upstream

Release notes are at
	https://github.com/elementary/granite/releases/tag/6.2.0

Bumping PORTREVISION of consumers, too, because of the crash-fix.

PR:		260024
Reported by:	Olivier Duchateau
commit hash: b5687f8a8a96b57399515fe72fda0bb0daf74b46 commit hash: b5687f8a8a96b57399515fe72fda0bb0daf74b46 commit hash: b5687f8a8a96b57399515fe72fda0bb0daf74b46 commit hash: b5687f8a8a96b57399515fe72fda0bb0daf74b46 b5687f8
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Saturday, 14 Aug 2021
19:48 Neel Chauhan (nc) search for other commits by this committer
graphics/minder: Update to 1.13.1
commit hash: c2860ecfa6c8e7a182d02f2713fd609ba170d6e7 commit hash: c2860ecfa6c8e7a182d02f2713fd609ba170d6e7 commit hash: c2860ecfa6c8e7a182d02f2713fd609ba170d6e7 commit hash: c2860ecfa6c8e7a182d02f2713fd609ba170d6e7 c2860ec
Monday, 9 Aug 2021
17:34 Neel Chauhan (nc) search for other commits by this committer
graphics/minder: Update to 1.13.0
commit hash: 74c39d1b3d16bda55058328616ca5c657ec73c1a commit hash: 74c39d1b3d16bda55058328616ca5c657ec73c1a commit hash: 74c39d1b3d16bda55058328616ca5c657ec73c1a commit hash: 74c39d1b3d16bda55058328616ca5c657ec73c1a 74c39d1
Tuesday, 15 Jun 2021
16:54 Neel Chauhan (nc) search for other commits by this committer
graphics/minder: Update to 1.12.5
commit hash: 5244c50e3044ece052a202b6620a79befac46ba3 commit hash: 5244c50e3044ece052a202b6620a79befac46ba3 commit hash: 5244c50e3044ece052a202b6620a79befac46ba3 commit hash: 5244c50e3044ece052a202b6620a79befac46ba3 5244c50
Thursday, 10 Jun 2021
21:20 Li-Wen Hsu (lwhsu) search for other commits by this committer
*/*: Bump PORTREVISION after x11-toolkits/granite update

PR:		254626
commit hash: e835d0df597bca84ff8e334594a46892f0295236 commit hash: e835d0df597bca84ff8e334594a46892f0295236 commit hash: e835d0df597bca84ff8e334594a46892f0295236 commit hash: e835d0df597bca84ff8e334594a46892f0295236 e835d0d
Friday, 4 Jun 2021
18:35 Neel Chauhan (nc) search for other commits by this committer
graphics/minder: Update to 1.12.4
commit hash: 2219298e64f5dd15c90af1f0669999d3df69b12e commit hash: 2219298e64f5dd15c90af1f0669999d3df69b12e commit hash: 2219298e64f5dd15c90af1f0669999d3df69b12e commit hash: 2219298e64f5dd15c90af1f0669999d3df69b12e 2219298
Tuesday, 25 May 2021
21:54 Neel Chauhan (nc) search for other commits by this committer
graphics/minder: Update to 1.12.3

Changes: https://github.com/phase1geo/Minder/releases/tag/1.12.3
commit hash: 6f4d56408358293f933138a11d7733cffec22b59 commit hash: 6f4d56408358293f933138a11d7733cffec22b59 commit hash: 6f4d56408358293f933138a11d7733cffec22b59 commit hash: 6f4d56408358293f933138a11d7733cffec22b59 6f4d564
Thursday, 6 May 2021
19:58 Neel Chauhan (nc) search for other commits by this committer
graphics/minder: Update to 1.12.2 and adopt port
commit hash: 04e958d4942a5fe42af1f253bf647ae448e2f2de commit hash: 04e958d4942a5fe42af1f253bf647ae448e2f2de commit hash: 04e958d4942a5fe42af1f253bf647ae448e2f2de commit hash: 04e958d4942a5fe42af1f253bf647ae448e2f2de 04e958d
Saturday, 17 Apr 2021
12:11 Fernando Apesteguía (fernape) search for other commits by this committer
graphics/minder: update to 1.12.1

Changelog: https://github.com/phase1geo/Minder/releases/tag/1.12.1

Reported by:	portscout
commit hash: 4611b90e0577e867e5352dd60104ed02ee1cb8a9 commit hash: 4611b90e0577e867e5352dd60104ed02ee1cb8a9 commit hash: 4611b90e0577e867e5352dd60104ed02ee1cb8a9 commit hash: 4611b90e0577e867e5352dd60104ed02ee1cb8a9 4611b90
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
Wednesday, 3 Mar 2021
18:54 nc search for other commits by this committer
graphics/minder: Update to 1.12.0

Changes: https://github.com/phase1geo/Minder/releases/tag/1.12.0
Original commitRevision:567251 
Monday, 19 Oct 2020
08:34 fernape search for other commits by this committer
graphics/minder: update to 1.11.3

ChangeLog: https://github.com/phase1geo/Minder/releases

1.11.0 to 1.11.3 are bug fix releases.

Reported by:	portscout
MFH:	2020Q4 (blanket, bug fix releases)
Original commitRevision:552722 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
Sunday, 20 Sep 2020
12:52 tobik search for other commits by this committer
graphics/minder: Update to 1.11.0

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.11.0
Original commitRevision:549106 
Wednesday, 2 Sep 2020
19:49 tobik search for other commits by this committer
graphics/minder: Update to 1.10.0

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.10.0
Original commitRevision:547382 
Tuesday, 11 Aug 2020
16:53 tobik search for other commits by this committer
graphics/minder: Update to 1.9.2

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.9.2
Original commitRevision:544695 
Friday, 17 Jul 2020
10:14 tobik search for other commits by this committer
graphics/minder: Update to 1.9.1

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.9.1
Original commitRevision:542425 
Wednesday, 1 Jul 2020
13:23 tobik search for other commits by this committer
graphics/minder: Update to 1.9.0

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.9.0
Original commitRevision:540958 
Monday, 18 May 2020
17:50 tobik search for other commits by this committer
graphics/minder: Update to 1.8.0

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.8.0
Original commitRevision:535764 
Thursday, 23 Apr 2020
04:06 tobik search for other commits by this committer
graphics/minder: Update to 1.7.3

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.7.3
Original commitRevision:532617 
Friday, 27 Mar 2020
08:18 tobik search for other commits by this committer
graphics/minder: Update to 1.7.2

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.7.1
Changes:	https://github.com/phase1geo/Minder/releases/tag/1.7.2
Original commitRevision:529233 
Sunday, 22 Mar 2020
03:22 tobik search for other commits by this committer
graphics/minder: Update to 1.7.0

Drop the meson.build patch.  The libarchive dependency is now
actually used for something.

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.7.0
Original commitRevision:528894 
Friday, 27 Dec 2019
08:27 tobik search for other commits by this committer
graphics/minder: Update to 1.6.0

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.6.0
Original commitRevision:520971 
Sunday, 24 Nov 2019
07:13 tobik search for other commits by this committer
graphics/minder: Update to 1.5.1

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.5.1
Original commitRevision:518298 
Sunday, 8 Sep 2019
09:08 tobik search for other commits by this committer
graphics/minder: Update to 1.5.0

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.5.0
Original commitRevision:511556 
Monday, 15 Jul 2019
08:56 tobik search for other commits by this committer
graphics/minder: Update to 1.4.1

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.4.1
Original commitRevision:506646 
Thursday, 4 Jul 2019
09:38 tobik search for other commits by this committer
graphics/minder: Update to 1.4.0

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.4.0
Original commitRevision:505821 
Tuesday, 4 Jun 2019
04:01 tobik search for other commits by this committer
graphics/minder: Update to 1.3.1

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.3.1
Original commitRevision:503435 
Monday, 20 May 2019
04:03 tobik search for other commits by this committer
graphics/minder: Update to 1.3

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.3
Original commitRevision:502081 
Thursday, 11 Apr 2019
00:31 tobik search for other commits by this committer
graphics/minder: Update to 1.2.1

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.2.1
Original commitRevision:498616 
Wednesday, 10 Apr 2019
06:56 tobik search for other commits by this committer
graphics/minder: Update to 1.2

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.2
Original commitRevision:498532 
Thursday, 3 Jan 2019
13:49 tobik search for other commits by this committer
x11-toolkits/granite: Update to 5.2.2

- Update WWW
- Add missing gsettings-desktop-schemas dependency to prevent
  runtime crashes of applications using the DateTime widget
- Bump revision of dependent ports

Changes:	https://github.com/elementary/granite/releases
Original commitRevision:489174 
Monday, 17 Dec 2018
05:52 tobik search for other commits by this committer
graphics/minder: Update to 1.1.3

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.1.3
Original commitRevision:487652 
Saturday, 20 Oct 2018
09:22 tobik search for other commits by this committer
graphics/minder: Update to 1.1.2

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.1.2
Original commitRevision:482477 
Wednesday, 3 Oct 2018
09:34 tobik search for other commits by this committer
graphics/minder: Update to 1.1.1

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.1.1
MFH:		2018Q4 (bug fix release)
Original commitRevision:481151 
Thursday, 20 Sep 2018
10:58 tobik search for other commits by this committer
graphics/minder: Update to 1.1.0

Changes:	https://github.com/phase1geo/Minder/releases/tag/1.1.0
Original commitRevision:480164 
Friday, 17 Aug 2018
16:07 tobik search for other commits by this committer
New port: graphics/minder

Create, develop and visualize your ideas.  Use the power of
mind-mapping to make your ideas come to life.

- Quickly create visual mind-maps using the keyboard and automatic
  layout
- Gorgeous themes
- Export to PDF, PNG, JPEG, BMP, SVG, OPML, CSV, Markdown and
  plain text formats
- Printer support
- Add notes and tasks to your nodes
- Colorized node branches

WWW: https://github.com/phase1geo/Minder
Original commitRevision:477435 

Number of commits found: 47