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: net/gmid/Makefile

Number of commits found: 19

Sunday, 25 Feb 2024
08:18 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/gmid: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 2c05d39f604e947ddda16203eecc8c903909dbf3 commit hash: 2c05d39f604e947ddda16203eecc8c903909dbf3 commit hash: 2c05d39f604e947ddda16203eecc8c903909dbf3 commit hash: 2c05d39f604e947ddda16203eecc8c903909dbf3 2c05d39
Sunday, 14 Jan 2024
20:31 Daniel Engberg (diizzy) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 2.0

* Add https://ftp.omarpolo.com/ to MASTER_SITES
* Minor adjustments to Makefile
* Strip binaries

Changelog: https://github.com/omar-polo/gmid/releases/tag/2.0

PR:		276260
commit hash: 734004ab94697ff6ac7df3679d5f7bcf4b7784b8 commit hash: 734004ab94697ff6ac7df3679d5f7bcf4b7784b8 commit hash: 734004ab94697ff6ac7df3679d5f7bcf4b7784b8 commit hash: 734004ab94697ff6ac7df3679d5f7bcf4b7784b8 734004a
Thursday, 12 Oct 2023
17:34 Baptiste Daroussin (bapt) search for other commits by this committer
security/libretls: update 3.8.1

Bump portrevision of consumers
commit hash: 50dc8fda1928f029cad6d42584ec6a51e0b79c9e commit hash: 50dc8fda1928f029cad6d42584ec6a51e0b79c9e commit hash: 50dc8fda1928f029cad6d42584ec6a51e0b79c9e commit hash: 50dc8fda1928f029cad6d42584ec6a51e0b79c9e 50dc8fd
Saturday, 4 Feb 2023
18:49 Fernando Apesteguía (fernape) search for other commits by this committer Author: B.F.G. Stobiecki
net/gmid: change Makefile due to SSL build conflicts in other ports

Use libretls instead of libressl. The port works fine with both but the latter
has caused problems in the past.

PR:		269288
Reported by:	bjfs84@gmail.com
Approved by:	freebsd@omarpolo.com (maintainer)
commit hash: 2e5b1d6f7c5ffa75a61f1fd0b57100e7c277f58a commit hash: 2e5b1d6f7c5ffa75a61f1fd0b57100e7c277f58a commit hash: 2e5b1d6f7c5ffa75a61f1fd0b57100e7c277f58a commit hash: 2e5b1d6f7c5ffa75a61f1fd0b57100e7c277f58a 2e5b1d6
Friday, 2 Dec 2022
18:38 Nuno Teixeira (eduardo) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 1.8.6

 - remove unneeded STRIP_CMDs

ChangeLog:	https://gmid.omarpolo.com/changelog.html
PR:		268128
MFH:		2022Q4 (bugfix release)
commit hash: 73576a4aca59d87f8b39bd1ae58ecf35c6837473 commit hash: 73576a4aca59d87f8b39bd1ae58ecf35c6837473 commit hash: 73576a4aca59d87f8b39bd1ae58ecf35c6837473 commit hash: 73576a4aca59d87f8b39bd1ae58ecf35c6837473 73576a4
Tuesday, 1 Nov 2022
12:50 Nuno Teixeira (eduardo) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 1.8.5

ChangeLog:	https://gmid.omarpolo.com/changelog.html
PR:		267491
MFH:		2022Q4 (bugfixes)
commit hash: 315a41c0b7da15fa53af36599469c65ea01ebd4f commit hash: 315a41c0b7da15fa53af36599469c65ea01ebd4f commit hash: 315a41c0b7da15fa53af36599469c65ea01ebd4f commit hash: 315a41c0b7da15fa53af36599469c65ea01ebd4f 315a41c
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
Monday, 4 Jul 2022
18:52 Nuno Teixeira (eduardo) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 1.8.4

ChangeLog:
https://git.omarpolo.com/?index_page=&path=gmid.git&action=tag&commit=1f6de7491cee22546d397793945ec16dc981836c

PR:		265030
commit hash: b1c3e066b065e68c927af6c684aec672cdf97e5b commit hash: b1c3e066b065e68c927af6c684aec672cdf97e5b commit hash: b1c3e066b065e68c927af6c684aec672cdf97e5b commit hash: b1c3e066b065e68c927af6c684aec672cdf97e5b b1c3e06
Sunday, 27 Mar 2022
20:49 Neel Chauhan (nc) search for other commits by this committer Author: Omar Polo
net/gmid: update to 1.8.3

Bug Fixes:
    * fix a CGI timing issue: if a connection handled by a CGI scripts
      is interrupted with the right timing it causes the server
      process to exit with "fatal in client_by_id: invalid id X".

New Features:
    * add a new block `type { ... }' to define mime types mapping.

Improvements:
    * use shell built-in `command' instead of which(1), prodded by
      cage and Allen Sobot.
    * configure script: allow to set MANDIR from cmdline (Allen Sobot)
    * add systemd-sysusers sample file in contrib/ (Nakaya)
    * [linux/seccomp] allow fstatat64(2), llseek(2) and sigreturn(2),
      needed by glibc on armv7.  (Tobias Berger)
    * [linux/seccomp] tightens rules by allowing openat(2) only with
      the O_RDONLY flag.

PR:	262832
commit hash: f5b552345edb95625e930bc84da747ab0f68dbe7 commit hash: f5b552345edb95625e930bc84da747ab0f68dbe7 commit hash: f5b552345edb95625e930bc84da747ab0f68dbe7 commit hash: f5b552345edb95625e930bc84da747ab0f68dbe7 f5b5523
Monday, 14 Feb 2022
06:25 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 1.8.1

Release note: https://git.omarpolo.com/gmid/tag/?h=1.8.1

PR:		261877
commit hash: 00ee6a98a693cbdd80671d995a87a9cecf3b68ca commit hash: 00ee6a98a693cbdd80671d995a87a9cecf3b68ca commit hash: 00ee6a98a693cbdd80671d995a87a9cecf3b68ca commit hash: 00ee6a98a693cbdd80671d995a87a9cecf3b68ca 00ee6a9
Thursday, 3 Feb 2022
21:40 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 1.8

Changelog: https://git.omarpolo.com/gmid/tag/?h=1.8

PR:		261573
commit hash: d78210144055387daa20711b50bc219e721a9357 commit hash: d78210144055387daa20711b50bc219e721a9357 commit hash: d78210144055387daa20711b50bc219e721a9357 commit hash: d78210144055387daa20711b50bc219e721a9357 d782101
Wednesday, 20 Oct 2021
05:40 Fernando Apesteguía (fernape) search for other commits by this committer Author: Omar Polo
net/gmid: update to 1.7.5

Fixes a crash.

ChangeLog: https://git.omarpolo.com/gmid/tag/?h=1.7.5

PR:	259186
Reported by:	freebsd@omarpolo.com
MFH:	2021Q4 (bugfix release)
commit hash: 9c333d9a51aaf4455c22565c22800fac7e6a2a42 commit hash: 9c333d9a51aaf4455c22565c22800fac7e6a2a42 commit hash: 9c333d9a51aaf4455c22565c22800fac7e6a2a42 commit hash: 9c333d9a51aaf4455c22565c22800fac7e6a2a42 9c333d9
Saturday, 25 Sep 2021
23:55 Nuno Teixeira (eduardo) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 1.7.4

ChangeLog: https://git.omarpolo.com/gmid/tag/?h=1.7.4

PR:		258705
commit hash: 73bccaeea9e745e5ec541729ec97054a508721e7 commit hash: 73bccaeea9e745e5ec541729ec97054a508721e7 commit hash: 73bccaeea9e745e5ec541729ec97054a508721e7 commit hash: 73bccaeea9e745e5ec541729ec97054a508721e7 73bccae
Sunday, 19 Sep 2021
19:52 Guangyuan Yang (ygy) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 1.7.3

Changelog:	https://git.omarpolo.com/gmid/tag/?h=1.7.3

PR:		258606
commit hash: d19fb64c3e4d843436c44b2341f69b5690cabf84 commit hash: d19fb64c3e4d843436c44b2341f69b5690cabf84 commit hash: d19fb64c3e4d843436c44b2341f69b5690cabf84 commit hash: d19fb64c3e4d843436c44b2341f69b5690cabf84 d19fb64
Monday, 19 Jul 2021
23:30 Guangyuan Yang (ygy) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 1.7.2

Changelog:	https://git.omarpolo.com/gmid/tag/?h=1.7.2

PR:		257277
Approved by:	lwhsu (mentor, implicit)
commit hash: 3563b7310eff01763146e524867de2e899abe471 commit hash: 3563b7310eff01763146e524867de2e899abe471 commit hash: 3563b7310eff01763146e524867de2e899abe471 commit hash: 3563b7310eff01763146e524867de2e899abe471 3563b73
Sunday, 11 Jul 2021
12:16 Nuno Teixeira (eduardo) search for other commits by this committer Author: Omar Polo
net/gmid: Update to 1.7.1 (bugfix release)

ChangeLog: https://github.com/omar-polo/gmid/releases/tag/1.7.1

PR:		257098
commit hash: 3ebebb3ca8f29a03c58be0d9df45060977183e48 commit hash: 3ebebb3ca8f29a03c58be0d9df45060977183e48 commit hash: 3ebebb3ca8f29a03c58be0d9df45060977183e48 commit hash: 3ebebb3ca8f29a03c58be0d9df45060977183e48 3ebebb3
Thursday, 6 May 2021
01:30 Neel Chauhan (nc) search for other commits by this committer Author: Omar Polo
net/gmid: fix rc script

Also bump PORTREVISION.

PR:	255530
commit hash: b7125c22c60d2bbcbab5b6ac796080bffd9c2482 commit hash: b7125c22c60d2bbcbab5b6ac796080bffd9c2482 commit hash: b7125c22c60d2bbcbab5b6ac796080bffd9c2482 commit hash: b7125c22c60d2bbcbab5b6ac796080bffd9c2482 b7125c2
Tuesday, 27 Apr 2021
18:18 Neel Chauhan (nc) search for other commits by this committer
net/gmid: Use pkgconfig

This fixes build issues

PR:	255413
commit hash: 0c071bb9479d1615fde2cc65d42a90ba4e589d2a commit hash: 0c071bb9479d1615fde2cc65d42a90ba4e589d2a commit hash: 0c071bb9479d1615fde2cc65d42a90ba4e589d2a commit hash: 0c071bb9479d1615fde2cc65d42a90ba4e589d2a 0c071bb
18:11 Neel Chauhan (nc) search for other commits by this committer
New port: net/gmid: Simple and secure Gemini server

PR:		255413
Submitted by:	Omar Polo <freebsd@omarpolo.com>
commit hash: 4ed1dafde04789df5bb273299fb593af34ccd81b commit hash: 4ed1dafde04789df5bb273299fb593af34ccd81b commit hash: 4ed1dafde04789df5bb273299fb593af34ccd81b commit hash: 4ed1dafde04789df5bb273299fb593af34ccd81b 4ed1daf

Number of commits found: 19