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: www/mod_auth_gssapi/Makefile

Number of commits found: 17

Wednesday, 25 Jan 2023
17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 40843b1
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
Tuesday, 30 Aug 2022
11:10 Nuno Teixeira (eduardo) search for other commits by this committer Author: Christian Ullrich
www/mod_auth_gssapi: Update to 1.6.5

 - GH_ACCOUNT changed: modauthgssapi -> gssapi
 - update WWW url

ChangeLog:	https://github.com/gssapi/mod_auth_gssapi/releases/tag/v1.6.5
PR:		266083
commit hash: 747116fce0f8fb468d5662a8897eed2bc903d89f commit hash: 747116fce0f8fb468d5662a8897eed2bc903d89f commit hash: 747116fce0f8fb468d5662a8897eed2bc903d89f commit hash: 747116fce0f8fb468d5662a8897eed2bc903d89f 747116f
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
Monday, 10 Aug 2020
07:50 joneum search for other commits by this committer
Update to 1.6.3

PR:		248497
Submitted by:	Christian Ullrich <chris@chrullrich.net> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:544600 
Monday, 27 Apr 2020
09:41 joneum search for other commits by this committer
Update to 1.6.2

PR:		245962
Sponsored by:	Netzkommune GmbH
Original commitRevision:533117 
Wednesday, 16 Jan 2019
12:02 swills search for other commits by this committer
www/mod_auth_gssapi: Fix build on 11.2-RELEASE

PR:		234993
Submitted by:	Christian Ullrich <chris@chrullrich.net> (maintainer)
Original commitRevision:490474 
Wednesday, 25 Apr 2018
10:23 joneum search for other commits by this committer
www/mod_auth_gssapi: Update to 1.6.1

PR:		227736
Submitted by:	maintainer
Original commitRevision:468269 
Sunday, 11 Mar 2018
17:38 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464189 
Sunday, 12 Nov 2017
21:34 dbaio search for other commits by this committer
www/mod_auth_gssapi: Update to 1.6.0

It was added support for LibreSSL upstream.

While here, sort USES and add bison as build dependency
because there is an issue when building with byacc < 20170201,
more details in PR 223465.

Changes:	https://github.com/modauthgssapi/mod_auth_gssapi/releases/tag/v1.6.0

PR:		223465
Submitted by:	Christian Ullrich <chris@chrullrich.net> (maintainer)
Original commitRevision:454085 
Friday, 14 Apr 2017
14:42 mat search for other commits by this committer
Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL.

Suggested by:	sunpoet
Sponsored by:	Absolight
Original commitRevision:438518 
Thursday, 13 Apr 2017
16:52 mat search for other commits by this committer
Add a BROKEN_OPENSSL and IGNORE_OPENSSL, to mark ports that are
BROKEN/IGNORE for specific OpenSSL flavors.

Convert a few ports as an example.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10340
Original commitRevision:438453 
Friday, 17 Mar 2017
15:49 krion search for other commits by this committer
Update www/mod_auth_gssapi to 1.5.1

PR:		217702
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9976
Original commitRevision:436344 
Thursday, 9 Feb 2017
12:44 amdmi3 search for other commits by this committer
- Update to 1.5.0

PR:		216170
Submitted by:	chris@chrullrich.net (maintainer)
Original commitRevision:433724 
Monday, 9 Jan 2017
13:16 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:430947 
Saturday, 10 Sep 2016
19:10 pi search for other commits by this committer
New port: www/mod_auth_gssapi

This module adds support for single-sign-on authentication via GSSAPI
to the Apache httpd. It is intended as a successor to mod_auth_kerb.

WWW: https://github.com/modauthgssapi/mod_auth_gssapi

PR:		212325
Submitted by:	chris@chrullrich.net
Original commitRevision:421727 

Number of commits found: 17