notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/mod_auth_gssapi/Makefile
SVNWeb

Number of commits found: 17

Wed, 25 Jan 2023
[ 17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  40843b1  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 30 Aug 2022
[ 11:10 Nuno Teixeira (eduardo) search for other commits by this committer Author: Christian Ullrich ]    commit hash:747116fce0f8fb468d5662a8897eed2bc903d89f  commit hash:747116fce0f8fb468d5662a8897eed2bc903d89f  commit hash:747116fce0f8fb468d5662a8897eed2bc903d89f  747116f 
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
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 10 Aug 2020
[ 07:50 joneum search for other commits by this committer ] Original commit   Revision:544600
Update to 1.6.3

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

PR:		245962
Sponsored by:	Netzkommune GmbH
Wed, 16 Jan 2019
[ 12:02 swills search for other commits by this committer ] Original commit   Revision:490474
www/mod_auth_gssapi: Fix build on 11.2-RELEASE

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

PR:		227736
Submitted by:	maintainer
Sun, 11 Mar 2018
[ 17:38 brnrd search for other commits by this committer ] Original commit   Revision:464189 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
Migrate USE_APACHE to USES= apache (category www)

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

With hat:	apache
Sun, 12 Nov 2017
[ 21:34 dbaio search for other commits by this committer ] Original commit   Revision:454085
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)
Fri, 14 Apr 2017
[ 14:42 mat search for other commits by this committer ] Original commit   Revision:438518
Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL.

Suggested by:	sunpoet
Sponsored by:	Absolight
Thu, 13 Apr 2017
[ 16:52 mat search for other commits by this committer ] Original commit   Revision:438453
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
Fri, 17 Mar 2017
[ 15:49 krion search for other commits by this committer ] Original commit   Revision:436344
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
Thu, 9 Feb 2017
[ 12:44 amdmi3 search for other commits by this committer ] Original commit   Revision:433724
- Update to 1.5.0

PR:		216170
Submitted by:	chris@chrullrich.net (maintainer)
Mon, 9 Jan 2017
[ 13:16 amdmi3 search for other commits by this committer ] Original commit   Revision:430947 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Sat, 10 Sep 2016
[ 19:10 pi search for other commits by this committer ] Original commit   Revision:421727
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

Number of commits found: 17