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

Number of commits found: 85

Monday, 15 Apr 2024
08:20 Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 32b2846
Monday, 8 Apr 2024
21:39 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 7.0.1

 *  BREAKING CHANGE: Improvements to the HTTP download API.
 *  The client now calls two new endpoints:
     -  /geoip/updates/metadata which is responsible for getting information
about
        a database edition.
     -  /geoip/databases/{edition-id}/download which is responsible for
downloading
        the content of a database edition. This new endpoint redirects downloads
to R2
        presigned URLs, so systems running geoipupdate need to be able to
        reach
     - 
mm-prod-geoip-databases.a2649acb697e2c09b632799562c076f2.r2.cloudflarestorage.com
        in addition to updates.maxmind.com.
 *  BREAKING CHANGE: The public package API has been redesigned. The previous
    API was not easy to use and had become a maintenance burden. We now
    expose a Client at github.com/maxmind/geoipupdate/client with a
    Download() method. The intention is to expose less of the geoipupdate
    internals and provide a simpler and easier to use package. Many
    previously exposed methods and types are now either internal only or have
    been removed.
 *  BREAKING CHANGE: If set, GEOIPUPDATE_VERBOSE must either be 0 or 1.
    All other values will return an error.
 *  Setting GEOIPUPDATE_VERBOSE to 1 now works as expected. In the 6.0.0 and
    6.1.0 releases, the flag was ignored. Reported by pmcevoy. GitHub #298.
    geoipupdate now supports retrying on more types of errors
    such as HTTP2 INTERNAL_ERROR.
 *  Now geoipupdate doesn't requires the user to specify the config file
    even if all the other arguments are set via the environment variables.
    Reported by jsf84ksnf. GitHub #284.
commit hash: 7d1bf08f01b1adef9c6bf26e956ca8f392273318 commit hash: 7d1bf08f01b1adef9c6bf26e956ca8f392273318 commit hash: 7d1bf08f01b1adef9c6bf26e956ca8f392273318 commit hash: 7d1bf08f01b1adef9c6bf26e956ca8f392273318 7d1bf08
Sunday, 24 Mar 2024
14:29 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/go: Change DEFAULT to 1.21

PR:		277776
Approved by:	portmgr (exp-run)
commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 a5a000d
Sunday, 11 Feb 2024
10:39 Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 7e5aa20
Sunday, 21 Jan 2024
20:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/geoipupdate: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 076ddf2c24ed915fab42cba84fe9fe206e90ddf8 commit hash: 076ddf2c24ed915fab42cba84fe9fe206e90ddf8 commit hash: 076ddf2c24ed915fab42cba84fe9fe206e90ddf8 commit hash: 076ddf2c24ed915fab42cba84fe9fe206e90ddf8 076ddf2
Wednesday, 10 Jan 2024
11:49 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 6.1.0
commit hash: 26f4804fa1f1cf544b5a4be56a6a2b8c5c6b7a8c commit hash: 26f4804fa1f1cf544b5a4be56a6a2b8c5c6b7a8c commit hash: 26f4804fa1f1cf544b5a4be56a6a2b8c5c6b7a8c commit hash: 26f4804fa1f1cf544b5a4be56a6a2b8c5c6b7a8c 26f4804
Thursday, 7 Dec 2023
02:22 Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 0505b71
Sunday, 8 Oct 2023
14:58 Adam Weinberger (adamw) search for other commits by this committer Author: Romaine Tartiere
net/geoipupdate: Fix config file path in pkg-message
commit hash: aeada37f2a86f420297e90a05c2a79ad58713b09 commit hash: aeada37f2a86f420297e90a05c2a79ad58713b09 commit hash: aeada37f2a86f420297e90a05c2a79ad58713b09 commit hash: aeada37f2a86f420297e90a05c2a79ad58713b09 aeada37
Friday, 8 Sep 2023
14:34 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update
commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 8e4bc57
Friday, 4 Aug 2023
14:24 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc 09b9930
Wednesday, 12 Jul 2023
21:32 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 6.0.0
commit hash: 3fc990a9fb92f296b9fd882ba8ce8e52b6b3bab3 commit hash: 3fc990a9fb92f296b9fd882ba8ce8e52b6b3bab3 commit hash: 3fc990a9fb92f296b9fd882ba8ce8e52b6b3bab3 commit hash: 3fc990a9fb92f296b9fd882ba8ce8e52b6b3bab3 3fc990a
Monday, 8 May 2023
16:29 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 5.1.1
commit hash: ab3d8b0bb765414f10df882847f3709be3876649 commit hash: ab3d8b0bb765414f10df882847f3709be3876649 commit hash: ab3d8b0bb765414f10df882847f3709be3876649 commit hash: ab3d8b0bb765414f10df882847f3709be3876649 ab3d8b0
Saturday, 6 May 2023
00:09 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 5.1.0
commit hash: 2c0da506b8f5ee20e395f7067fed9444047bed4e commit hash: 2c0da506b8f5ee20e395f7067fed9444047bed4e commit hash: 2c0da506b8f5ee20e395f7067fed9444047bed4e commit hash: 2c0da506b8f5ee20e395f7067fed9444047bed4e 2c0da50
Tuesday, 18 Apr 2023
11:19 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 5.0.4
commit hash: 58812ef6efcc432493b4c0cbcd24be0a57eb0cd0 commit hash: 58812ef6efcc432493b4c0cbcd24be0a57eb0cd0 commit hash: 58812ef6efcc432493b4c0cbcd24be0a57eb0cd0 commit hash: 58812ef6efcc432493b4c0cbcd24be0a57eb0cd0 58812ef
Saturday, 15 Apr 2023
17:23 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 5.0.3
commit hash: c34e8c381649dfccaf90c5e8004d256592acf2a9 commit hash: c34e8c381649dfccaf90c5e8004d256592acf2a9 commit hash: c34e8c381649dfccaf90c5e8004d256592acf2a9 commit hash: c34e8c381649dfccaf90c5e8004d256592acf2a9 c34e8c3
Thursday, 13 Apr 2023
17:48 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 5.0.2
commit hash: 0b563fff1f5d0f62aea15f3f1f947e4566a32592 commit hash: 0b563fff1f5d0f62aea15f3f1f947e4566a32592 commit hash: 0b563fff1f5d0f62aea15f3f1f947e4566a32592 commit hash: 0b563fff1f5d0f62aea15f3f1f947e4566a32592 0b563fff
14:01 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 5.0.1
commit hash: 81228e9e83cae3446ef4d7490be78542fc052e90 commit hash: 81228e9e83cae3446ef4d7490be78542fc052e90 commit hash: 81228e9e83cae3446ef4d7490be78542fc052e90 commit hash: 81228e9e83cae3446ef4d7490be78542fc052e90 81228e9
Wednesday, 12 Apr 2023
21:11 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 5.0.0
commit hash: d868f6b925193f8551e07380cdbd442651d9b06c commit hash: d868f6b925193f8551e07380cdbd442651d9b06c commit hash: d868f6b925193f8551e07380cdbd442651d9b06c commit hash: d868f6b925193f8551e07380cdbd442651d9b06c d868f6b
Saturday, 8 Apr 2023
15:13 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 ff40d94
Thursday, 16 Mar 2023
15:49 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 4.11.1
commit hash: 1c41cb917caeebca1920e20b196dd9be0940850c commit hash: 1c41cb917caeebca1920e20b196dd9be0940850c commit hash: 1c41cb917caeebca1920e20b196dd9be0940850c commit hash: 1c41cb917caeebca1920e20b196dd9be0940850c 1c41cb9
Wednesday, 15 Mar 2023
20:58 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 4.11.0
commit hash: 578c567cfc5ebd2b828bf6f0782f86b10fe4c077 commit hash: 578c567cfc5ebd2b828bf6f0782f86b10fe4c077 commit hash: 578c567cfc5ebd2b828bf6f0782f86b10fe4c077 commit hash: 578c567cfc5ebd2b828bf6f0782f86b10fe4c077 578c567
Thursday, 9 Mar 2023
19:18 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go ports update
commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d 0907973
Wednesday, 15 Feb 2023
19:06 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
commit hash: 56b5ec772f679a600dabe41622c1350594628286 commit hash: 56b5ec772f679a600dabe41622c1350594628286 commit hash: 56b5ec772f679a600dabe41622c1350594628286 commit hash: 56b5ec772f679a600dabe41622c1350594628286 56b5ec7
Thursday, 9 Feb 2023
21:55 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after GO_DEFAULT update.
commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d 2297efc
Saturday, 14 Jan 2023
11:31 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTVERSION after lang/go{118,119} update
commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 3b383d8
Sunday, 11 Dec 2022
11:17 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a d9ad100
Thursday, 6 Oct 2022
19:24 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 bde5186
Monday, 26 Sep 2022
20:59 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 4.10.0
commit hash: 1f3eee45e44031953318a58a0df78122ec9a91fc commit hash: 1f3eee45e44031953318a58a0df78122ec9a91fc commit hash: 1f3eee45e44031953318a58a0df78122ec9a91fc commit hash: 1f3eee45e44031953318a58a0df78122ec9a91fc 1f3eee4
Thursday, 8 Sep 2022
16:33 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 f05c98f
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
Wednesday, 3 Aug 2022
21:35 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go update

Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 4476f89
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alex Miller <asm@asm.kiev.ua>
  *  Alexander Hausner <alex@hugo.bmg.gv.at>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Novitsky
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Panyushkin <vsityz@gmail.com>
  *  Alexander V. Chernikov <melifaro@FreeBSD.org>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrei Lavreniyuk <andy.lavr@gmail.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andy Kosela <akosela@andykosela.com>
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Anton Yuzhaninov <citrin@citrin.ru>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Querubin <tony@lava.net>
  *  Archie Cobbs
  *  Arne Lundberg <arlu@telia.com>
  *  Babak Farrokhi
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski robak@FreeBSD.org
  *  Bill Fenner <fenner@FreeBSD.org>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bill Fumerola <billf@mu.org>
  *  Bjorn Konig <bkoenig@alpha-tierchen.de>
  *  Blaz Zupan <blaz@si.FreeBSD.org>
  *  BluePex Security Solutions <freebsd-ports@bluepex.com>
  *  Bob Frazier
  *  Boris Lytochkin <lytboris@gmail.com>
  *  Brad Davis <so14k@so14k.com>
  *  Brent B. Powers <bbp2006@columbia.edu>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Carlo Strub <cs@FreeBSD.org>
  *  Carlos J Puga Medina <cpm@FreeBSD.org>
  *  Carsten Larsen <cs@innolan.dk>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris Hutchinson <portmaster@BSDforge.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Brueffer <chris@unixpages.org)
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Boumenot <boumenot@gmail.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
  *  Clement Laforet
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Cory R. King <coryking@mozimedia.com>
  *  Craig Boston <craig@yekse.gank.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Daisuke Aoyama <aoyama@peach.ne.jp>
  *  Dan Caescu <daniel at freebsd.ro>
  *  Dan Pelleg <dpelleg+unison@cs.cmu.edu>
  *  Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com>
  *  Daniel Bryan <sisko@bsdmail.com>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Danilo G. Baio <dbaio@FreeBSD.org>
  *  Danny Howard <dannyman@tellme.com>
  *  David Carlier
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  David O'Brien <obrien@NUXI.com>
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Thiel (lx@redundancy.redundancy.org)
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Dean Freeman (wfreeman@sourcefire.com)
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Derek Schrock <dereks@lifeofadishwasher.com>
  *  Diederik de Groot
  *  Dima Dorfman <dd@FreeBSD.org>
  *  Dima Panov <fluffy@FreeBSD.org>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@chg.ru>
  *  Dirk-Willem van Gulik / dirkx@webweaving.org
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Dominic Marks <dominic.marks@btinternet.com>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Elias Mandouvalos <ocean@compulink.gr>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Richiardone (err@tollari.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erich Zigler <erich@tacni.net>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Hanley
  *  Felix Hanley <felix@userspace.com.au>
  *  Filippo Natali <filippo.natali@gmail.com>
  *  Filippo Natali <filippo@widestore.net>
  *  Florent Thoumie <flz@xbsd.org>
  *  Franco Fichtner <franco@opnsense.org>
  *  Frank Fenor <frank@fenor.de>
  *  Frank W. Josellis <frank@dynamical-systems.org>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fukang Chen <loader@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
  *  Gabriel Dutra <0xdutra@gmail.com>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gaspar Chilingarov <nm@web.am>
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoff Garside
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  George V. Neville-Neil
  *  Gerrit Beine (<tux@pinguru.net>)
  *  GomoR <netpkt@gomor.org>
  *  Goran Tal
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Gregory Edigarov <greg@bestnet.kharkov.ua>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Guerkan Karaman <gk.freebsd@googlemail.com>
  *  Gunter Wambaugh <gunter@six-two.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  HSIN-HSIUNG CHANG
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Haowu Ge <ghw@7axu.com>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Honza Betik
  *  Hugo Saro <hugo@barafranca.com>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  IWATSUKI Hiroyuki <don@na.rim.or.jp>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Skalozubov <freebsd@skinc.ru>
  *  Ilya Bakulin <webmaster@kibab.com>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  Jacques Vidrine <nectar@FreeBSD.org>
  *  James Elstone <james@elstone.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan Hornyak <pav@oook.cz>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Janos.Mohacsi@dante.org.uk
  *  Jase Thew <freebsd@beardz.net>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Putsch <jdputsch@comcast.net>
  *  Jeremie Le Hen <jlh@FreeBSD.org>
  *  Jesper Skriver <jesper@FreeBSD.org>
  *  Jesse McConnell <jesse@gallup.com>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Clarke
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Bayly <freebsd.ports@tipstrade.net>
  *  John Hixson <jhixson@gmail.com>
  *  John Hixson<jhixson@FreeBSD.org>
  *  John Polstra <jdp@FreeBSD.org>
  *  Jon Nistor <nistor@snickers.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose M. Alcaide <jose@we.lc.ehu.es>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Joshua Goodall <joshua@roughtrade.net>
  *  Jov <amutu@amutu.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Juraj Lutter <otis@FreeBSD.org>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Karsten Pedersen <kpedersen@disroot.org>
  *  Kelly Yancey <kbyanc@FreeBSD.org>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kevin Bowling <k@kev009.com>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kirill Ponomarew <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koop Mast <einekoai@chello.nl>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kristof Provost <kp@FreeBSD.org>
  *  Krzysztof Stryjek <ports@bsdserwis.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Eggert <lars@eggert.org>
  *  Lars Erik Gullerud <lerik@nolink.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lawrence Chen <beastie@tardisi.com>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  Loren M. Lang
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  M. Birgmeier
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Maksym Sobolyev <sobomax@pbxpress.it>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marcin Cieslak <saper@system.pl>
  *  Marcin Jessa <freebsd@yazzy.org>
  *  Marcin Jessa <yazzy@yazzy.org>
  *  Marco P. Rodrigues <drkangel@drkangel.org>
  *  Marco Steinbach <coco@webdev.c0c0.intra>
  *  Marcus Glocker <marcus@nazgul.ch>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <liouxFreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mars G Miro <spry@anarchy.in.the.ph>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Massimiliano Stucchi <mstucchi@ripe.net>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew George <mdg@secureworks.net>
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew Seaman
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Teege <matthias@mteege.de>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Max V. Kostikov <max@kostikov.co>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Frey <frey@raum3.de>
  *  Michael Handler <handler@grendel.net>
  *  Michael Johnson <ahze@FreeBSD.org
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Joyner <mjoyner@hq.dyns.cx>
  *  Michael Kohn <mike@mikekohn.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Michael Muenz <m.muenz@gmail.com>
  *  Mike Carlson <carlson39@llnl.gov>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikhail Zakharov <zmey20000@yahoo.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bd_subzero@yahoo.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Munechika SUMIKAWA <sumikawa@FreeBSD.org>
  *  Nathan Whitehon <nwhitehorn@freebsd.org>
  *  Neil Booth
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nobutaka Mantani <nobutaka@FreeBSD.org>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oliver Mahmoudi <olivermahmoudi@gmail.com>
  *  Olivier Cochard-Labbé <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Tharan <olive@oban.frmug.org>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Pankov Pavel <pankov_p@mail.ru>
  *  Paolo Pisati <flag@gufi.org>
  *  Patrick Li <pat@databits.net>
  *  Patrick MARIE <mycroft@virgaria.org>
  *  Patrick Powell <papowell@astart.com>
  *  Paul Dlug <paul@aps.org>
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip M. Gollucci <ports@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Florczyk <pf@itwf.pl>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raffaele De Lorenzo - raffaele.delorenzo@libero.it
  *  Rich Neswold <rneswold@mcs.net>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roger Hardiman <roger@FreeBSD.org>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Roman Neuhauser (<neuhauser@bellavista.cz>)
  *  Roman Shterenzon <roman@xpert.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Roy Marples <roy@marples.name>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Francis
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sebastien Petit <spe@phear.org>
  *  Sebastien Santoro <dereckson@gmail.com>
  *  Seiichirou Hiraoka
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Kandaurov <pluknet@gmail.com>
  *  Sergey Kozlov <sergey.kozlov@intel.com>
  *  Sergey Kozlov <skozlov@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey Velichkevych <serg@cad.kiev.ua>
  *  Shinsuke Matsui (<smatsui@karashi.org>)
  *  Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
  *  Simon Barner <barner@gmx.de>
  *  Simun Mikecin < numisemis at yahoo dot com >
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Stacey D. Son <sds@son.org>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stefan Hagen <sh@codevoid.de>
  *  Steve Jacobson <sjac@cs.stanford.edu>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunagawa Koji <koj@ofug.net>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Talal Al Dik (tad@vif.com)
  *  Thibault Payet <monwarez@mailoo.org>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Thomas Quinot <thomas@cuivre.fr.eu.org>
  *  Tillman Hodgson <tillman@seekingfire.com>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Tom McLaughlin <tmclaugh@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tony Shadwick <tshadwick@oss-solutions.com>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Trenton Schulz <trueos@norwegianrockcat.com>
  *  Trevor Corpropst <tcornpropst@cox.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vadim Belman <vab@lflat.vas.mobilix.dk>
  *  Valery Komarov <komarov@valerka.net>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Vassili Tchersky <vt@bsdjeunz.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Victor Yagofarov <xnasx@yandex.ru>
  *  Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>)
  *  Weongyo Jeong <weongyo@FreeBSD.org>
  *  Willem Jan Withagen <wjw@digiware.nl>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Ward <William.Ward@ericsson.com>
  *  Winston Weinert <winstonw@lavabit.com>
  *  Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
  *  Xin LI <delphij@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yann Berthier <yb@sainte-barbe.org>
  *  Yarema <yds@CoolRat.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yukihiro Nakai <Nacai@iname.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zhen REN <bg1tpt@gmail.com>
  *  aaron@FreeBSD.org
  *  ache
  *  adam
  *  adam@veda.is
  *  adamw
  *  alepulver
  *  alexp
  *  andreas
  *  andreas@FreeBSD.org
  *  andrey@kostenko.name
  *  arved
  *  asami
  *  ats (original)
  *  brd@FreeBSD.org
  *  brix@FreeBSD.org
  *  bsdx
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clsung
  *  clsung@dragon2.net
  *  cpm <cpm@fbsd.es>
  *  cy@FreeBSD.org
  *  dave@dogwood.com
  *  dds
  *  devin@spamcop.net
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  dikshie@sfc.wide.ad.jp
  *  doconnor@gsoft.com.au
  *  erwin@FreeBSD.org
  *  fenner
  *  gahr
  *  gebhart@secnetix.de
  *  glarkin
  *  glewis
  *  gugu
  *  igor@zynaps.ru
  *  ijliao
  *  james@targetnet.com
  *  jameskamlyn@gmail.com
  *  jamundsen
  *  janos.mohacsi@bsd.hu
  *  jeff@cetlink.net
  *  jesusr
  *  jhay
  *  jkh
  *  johans@stack.nl
  *  jupengfei <jupengfei@gmail.com>
  *  kai
  *  krion@FreeBSD.org
  *  kris@FreeBSD.org
  *  kungfuftr <scott@surreytech.co.uk>
  *  kuriyama
  *  lance@evitel.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  liamfoy@sepulcrum.org
  *  lwhsu@FreeBSD.org
  *  marck@FreeBSD.org
  *  matusita@jp.FreeBSD.org
  *  maurice
  *  melifaro@ipfw.ru
  *  mfechner@FreeBSD.org
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  mike@binghamton.edu
  *  msmith
  *  mwest@uct.ac.za
  *  nbm
  *  netch@netch.kiev.ua
  *  nishida@sfc.wide.ad.jp
  *  nork@FreeBSD.org
  *  pat@databits.net
  *  paul@FreeBSD.org
  *  petef
  *  petef@FreeBSD.org
  *  peter
  *  ports@c0decafe.net
  *  quest <quest@mac.com>
  *  rdenis@simphalempin.com
  *  renchap@cocoa-x.com
  *  rflynn@acsalaska.net
  *  roam@orbitel.bg
  *  ru
  *  ryo
  *  scrappy@FreeBSD.org
  *  shan
  *  shanali
  *  shigeru@iij.ad.jp
  *  shipley@dis.org
  *  skreuzer
  *  smace@FreeBSD.org
  *  sobomax
  *  spf@xslt.cs.nccu.edu.tw
  *  stast
  *  stb
  *  steinex
  *  sten@blinkenlights.nl
  *  swills@
  *  thierry@pompo.net
  *  tim@relay.nnn.tstu.ru
  *  timur@FreeBSD.org
  *  tm@onepost.net
  *  trevor
  *  vanhu <vanhu@netasq.com>
  *  vanilla
  *  vanilla@
  *  wenheping <wenheping@gmail.com>
  *  will
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>
  * # Created by Radim Kolar <hsn@sendmail.cz>

With hat:	portmgr
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 6a378e5
Thursday, 14 Jul 2022
12:46 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{117,118} update
commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a 153cb65
Tuesday, 7 Jun 2022
21:56 Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: Bump port revisons after lang/go{117,118} update
commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 309cdec
Saturday, 16 Apr 2022
08:15 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate, www/caddy: Remove ca_root_nss

Now that 12.3 is the minimum supported, remove ca_root_nss hard
deps. For systems that have caroot, ca_root_nss is to my knowledge
vestigial and unused, and does nothing except install things.
commit hash: 6b6355edbe160f71a76422305bf46df9a66a51bf commit hash: 6b6355edbe160f71a76422305bf46df9a66a51bf commit hash: 6b6355edbe160f71a76422305bf46df9a66a51bf commit hash: 6b6355edbe160f71a76422305bf46df9a66a51bf 6b6355e
Wednesday, 30 Mar 2022
07:01 Guangyuan Yang (ygy) search for other commits by this committer
*/*: Bump PORTREVISION after lang/go 1.18 update
commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 d690b51
Wednesday, 16 Feb 2022
00:02 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 4.9.0
commit hash: 434598944e9dfe3cf84f64492c0b1d4e6c413cef commit hash: 434598944e9dfe3cf84f64492c0b1d4e6c413cef commit hash: 434598944e9dfe3cf84f64492c0b1d4e6c413cef commit hash: 434598944e9dfe3cf84f64492c0b1d4e6c413cef 4345989
Tuesday, 20 Jul 2021
17:07 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 4.8.0
commit hash: 80f646577948278c8e68e2489afd2b09d3e25da1 commit hash: 80f646577948278c8e68e2489afd2b09d3e25da1 commit hash: 80f646577948278c8e68e2489afd2b09d3e25da1 commit hash: 80f646577948278c8e68e2489afd2b09d3e25da1 80f6465
Saturday, 15 May 2021
12:32 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Use go:modules to eliminate GH_TUPLE
commit hash: abaf39f132b1cf2909bbc7e959b759d444b4c754 commit hash: abaf39f132b1cf2909bbc7e959b759d444b4c754 commit hash: abaf39f132b1cf2909bbc7e959b759d444b4c754 commit hash: abaf39f132b1cf2909bbc7e959b759d444b4c754 abaf39f
Monday, 19 Apr 2021
19:07 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 4.7.1
commit hash: 59d780992366016f86b06e8789c19801c75e30c9 commit hash: 59d780992366016f86b06e8789c19801c75e30c9 commit hash: 59d780992366016f86b06e8789c19801c75e30c9 commit hash: 59d780992366016f86b06e8789c19801c75e30c9 59d7809
Friday, 16 Apr 2021
17:17 Adam Weinberger (adamw) search for other commits by this committer
net/geoipupdate: Update to 4.7.0
commit hash: 324863e598ce5d3dbe7d28e9939e45e68b71f0b7 commit hash: 324863e598ce5d3dbe7d28e9939e45e68b71f0b7 commit hash: 324863e598ce5d3dbe7d28e9939e45e68b71f0b7 commit hash: 324863e598ce5d3dbe7d28e9939e45e68b71f0b7 324863e
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
Tuesday, 15 Dec 2020
04:01 adamw search for other commits by this committer
net/geoipupdate: Update to 4.6.0
Original commitRevision:558126 
Sunday, 22 Nov 2020
22:39 dmgk search for other commits by this committer
net/geoipupdate: switch to USES=go:modules

Switch to USES=go:modules and pass GO_ENV down to make in preparation for the
upcoming go1.16 release.

PR:		251268
Approved by:	adamw (maintainer)
Original commitRevision:556077 
Thursday, 29 Oct 2020
11:57 adamw search for other commits by this committer
net/geoipupdate: Update to 4.5.0
Original commitRevision:553611 
Wednesday, 28 Oct 2020
15:08 adamw search for other commits by this committer
net/geoipupdate: Update to 4.4.0
Original commitRevision:553549 
Friday, 17 Apr 2020
01:22 adamw search for other commits by this committer
geoipupdate: Fix version string

geoipupdate needs to be told which version it is. This version appears
only in some info strings, but it's still worth having it be correct.
Original commitRevision:531894 
Thursday, 16 Apr 2020
17:20 adamw search for other commits by this committer
geoipupdate: Update to 4.3.0
Original commitRevision:531864 
Saturday, 22 Feb 2020
12:29 adamw search for other commits by this committer
geoipupdate: Update to 4.2.2

Changes:  https://github.com/maxmind/geoipupdate/releases
Original commitRevision:526764 
Sunday, 5 Jan 2020
16:17 adamw search for other commits by this committer
geoipupdate: Add instructions for getting account ID/key

MaxMind now requires a (free) registered account to download any
of the databases, including the free ones. Registration and
download remain free--they just require an account now.

MFH:	2020Q1
Original commitRevision:522160 
Saturday, 28 Dec 2019
18:43 adamw search for other commits by this committer
geoipupdate: Update to 4.1.5
Original commitRevision:521232 
Friday, 8 Nov 2019
00:13 adamw search for other commits by this committer
geoipupdate: Update to 4.1.4
Original commitRevision:517020 
Thursday, 7 Nov 2019
21:05 adamw search for other commits by this committer
geoipupdate: Update to 4.1.0
Original commitRevision:517013 
Friday, 13 Sep 2019
15:10 adamw search for other commits by this committer
geoipupdate: Update to 4.0.5
Original commitRevision:511975 
Saturday, 31 Aug 2019
04:29 adamw search for other commits by this committer
geoipupdate: Update to 4.0.4
Original commitRevision:510313 
Saturday, 29 Jun 2019
03:51 tobik search for other commits by this committer
Convert all Go ports to USES=go

This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.

USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.

PR:		238849
Submitted by:	dg@syrec.org (also D20745)
Reviewed by:	mat, tobik
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20746
Original commitRevision:505321 
Friday, 7 Jun 2019
16:11 adamw search for other commits by this committer
geoipupdate: Remove stray \
Original commitRevision:503635 
16:03 adamw search for other commits by this committer
Update geoipupdate to 4.0.3
Original commitRevision:503631 
Monday, 13 May 2019
19:57 adamw search for other commits by this committer
Hack correct title/section into the geoipupdate manpages
Original commitRevision:501594 
15:23 adamw search for other commits by this committer
Use lowdown to build manpages

Pandoc is a fantastic application. It's wonderful. I use it all the
time to write papers in markdown and have them converted to beautiful
LaTeX-driven PDFs. I have nothing against pandoc.

However, using it to make manpages is like driving a Mack truck down the
driveway to check the mailbox. On my system (8-core all-SSD on ZFS) it
takes nearly 6 hours to build pandoc, and also these days it doesn't
work (see PR below).

Instead, use lowdown to generate the manpages. They don't come out
exactly right, but it's close enough to be usable.

PR:		237878
Original commitRevision:501577 
Friday, 18 Jan 2019
20:23 adamw search for other commits by this committer
Update geoipupdate to 4.0.2
Original commitRevision:490669 
04:17 adamw search for other commits by this committer
The patch (previous commit) should make this jobs-safe
Original commitRevision:490624 
04:14 adamw search for other commits by this committer
Update to 4.0.1

Add a MANPAGES option. If you're building this from source and don't
want to spend 2 hours on 200 ports, the manpages are the same as the
DOCS. Just use those.
Original commitRevision:490623 
Tuesday, 15 Jan 2019
23:03 adamw search for other commits by this committer
Remove a remnant of that one time I tried to make USES=gmake play
nicely with USES=go.
Original commitRevision:490432 
21:30 adamw search for other commits by this committer
Pass variables to make(1), rather than patching
Original commitRevision:490429 
18:59 adamw search for other commits by this committer
Update geoipupdate to 4.0.0

It is now written in go, for reasons I guess.
Original commitRevision:490399 
Friday, 28 Sep 2018
12:35 adamw search for other commits by this committer
Make the GeoIP and geoipupdate descriptions reflect reality

The difference is no longer paid vs. unpaid. There are free
versions of the GeoIP2 databases, and they are preferred when
supported.
Original commitRevision:480857 
Monday, 10 Sep 2018
21:48 adamw search for other commits by this committer
Update geoipupdate to 3.1.1 and tag the LICENSE_FILE
Original commitRevision:479485 
Thursday, 16 Aug 2018
15:44 adamw search for other commits by this committer
Update geoipupdate to 3.1.0
Original commitRevision:477351 
Tuesday, 14 Aug 2018
18:38 adamw search for other commits by this committer
Update geoipupdate to 3.0.1
Original commitRevision:477193 
Monday, 13 Aug 2018
20:43 adamw search for other commits by this committer
Update geoipupdate to 3.0.0

Also, sort plist.

* BREAKING CHANGE: When downloading the free databases without a
  MaxMind account, you must either not have `AccountID`, `UserId`,
  or `LicenseKey` set in your configuration file or they must be set
  to the zero values previously recommended in our documentation. Any
  other value will cause an authorization error.
* BREAKING CHANGE: The configuration options `Protocol`,
  `SkipPeerVerification`, and `SkipHostnameVerification` are no longer
  supported. If they are present in the configuration file, they will
  be ignored. HTTPS with peer and hostname verification will be used
  on all requests.
* BREAKING CHANGE: The configuration file must have the `AccountID`
  or the deprecated `UserId` when downloading a paid database.
  Previously, when downloading the GeoIP Legacy Country database, you
  were able to only provide the `LicenseKey`.
* IMPORTANT: `geoipupdate-pureperl.pl` has been removed and will no
  longer be distributed with `geoipupdate`. This Perl script had known
  issues and did not have feature parity with the C implementation. If
  you were using the Perl version, we recommend that you switch to the
  C version. If you are not able to do this, you may continue using the
  Perl version distributed with 2.5.0.
* This program no longer uses the following endpoints:
  `/app/update_getipaddr`, `/app/update`, and `/app/update_secure`.
  `/geoip/databases/{edition_id}/update` is now used instead.
* Fixed issue in `gu_strnlen()` dereferencing a pointer before checking
  that it was in array bounds. Issue found by fcntl.
* We now update the default GeoIP.conf during installation so that
  directory paths match build parameters. Previously this config always
  said the data directory was under /usr/local/share which was not always
  accurate.
* Improve the error checking and display the underlying reason for the
  error when possible. Reported by Jonathan Kosgei. GitHub #82.
* Document that the `LockFile` is not removed from the filesystem after
  a successful exit from the program. GitHub issue #79.
* Make default configuration directory agree with default installation
  directory.
Original commitRevision:477114 
Thursday, 19 Jul 2018
14:43 adamw search for other commits by this committer
Don't uselessly patch Makefile.am when automake isn't being run
Original commitRevision:474964 
Friday, 18 May 2018
18:33 adamw search for other commits by this committer
Use the pre-rolled tarball to avoid autoreconf
Original commitRevision:470316 
Tuesday, 31 Oct 2017
01:24 adamw search for other commits by this committer
Update to 2.5.0

Also, create PREFIX/share/GeoIP, as it's needed with the default
configuration.

Note that conf option names have changed with this release, but the
old names will continue to work.

* Replace use of strnlen() due to lack of universal availability. First
  reported by Bill Cole. GitHub issue #71.
* Document the LockFile option in the GeoIP.conf man page. GitHub
  issue #64.
* Remove unused base64 library. PR by Mikhail Teterin. GitHub PR #68.
* Add the new configuration option PreserveFileTimes. If set,
  the downloaded files will get the same modification times as
  their original on the server. Default is 0 (unset).
  PR by Rainer Jung. GitHub PR #63.
* Use the correct types when calling curl_easy_setopt(). This fixes
  warnings generated by libcurl's typecheck-gcc.h. PR by Michael
  Kaufmann. GitHub PR #61.
* In GeoIP.conf, the UserId option was renamed to AccountID and the
  ProductIds option was renamed to EditionIDs. The old options will
  continue to work, but upgrading to the new names is recommended for
  forward compatibility.
Original commitRevision:453214 
Friday, 26 May 2017
17:13 adamw search for other commits by this committer
Update to 2.4.0.


  * geoipupdate now checks that the database directory is writable.
    If it is not, it reports the problem and aborts.

  * geoipupdate now acquires a lock when starting up to ensure only
    one instance may run at a time. A new option, LockFile, exists to
    set the file to use as a lock. By default, LockFile is the file
    .geoipupdate.lock in the database directory.

  * geoipupdate now prints out additional information from the server
    when a download request results in something other than HTTP
    status 2xx. This provides more information when the API does not
    respond with a database file. In conjunction with changes to the
    download service itself, errors such as lacking a subscription no
    longer show up with the message "not a valid gzip file".

  * ${datarootdir}/GeoIP is now created on make install. Reported by
    Antonios Karagiannis. GitHub #29.

  * Previously, a variable named ERROR was used. This caused issues
    building on Windows. Reported by Gisle Vanem. GitHub #36.
Original commitRevision:441800 
Thursday, 5 Jan 2017
14:16 adamw search for other commits by this committer
Update to 2.3.1.
Original commitRevision:430640 
Wednesday, 4 Jan 2017
22:34 adamw search for other commits by this committer
Update to 2.3.0.

  * geoipupdate now uses TCP keep-alive when compiled with cURL 7.25 or
    greater.
  * Previously, on an invalid gzip file, geoipupdate would output binary data
    to stderr. It now displays an appropriate error message.
Original commitRevision:430605 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 29 Jan 2016
03:47 adamw search for other commits by this committer
Fix order of @sample args.

Caught by:	danfe
Original commitRevision:407449 
Wednesday, 27 Jan 2016
01:16 adamw search for other commits by this committer
Update to 2.2.2.

Also, use localbase.mk instead of setting CPPFLAGS/LDFLAGS manually, and
use the new two-argument @sample instead of renaming and sed-ing.
Original commitRevision:407331 
Sunday, 19 Apr 2015
19:19 adamw search for other commits by this committer
Use the new USE_GITHUB format.
Original commitRevision:384318 
Thursday, 26 Feb 2015
19:12 adamw search for other commits by this committer
Update to 2.2.1.
Original commitRevision:380046 
Thursday, 6 Nov 2014
23:31 adamw search for other commits by this committer
Update to 2.1.0.
Original commitRevision:372241 
Wednesday, 27 Aug 2014
15:53 adamw search for other commits by this committer
- Update GeoIP to 1.6.2 and switch to its new github location.

- Add net/geoipupdate, the formal tool to fetch updates. It is for paid
  subscribers. People using the free version should continue using the
  geoipupdate.sh script in net/GeoIP.

This program is used to fetch the GeoIP2 and GeoIP databases. It requires
an active GeoIP subscription.

Please see https://www.maxmind.com/en/geolocation_landing for details about
obtaining a subscription.

If you wish to install the free versions of the GeoIP databases, please
use the geoipudate.sh script provided in net/GeoIP.

WWW: https://github.com/maxmind/geoipupdate
Original commitRevision:366333 

Number of commits found: 85