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: security/py-pysaml2/Makefile

Number of commits found: 57

Wednesday, 21 Feb 2024
15:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.5.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: 74f41caf6af46a2b82e903da38ca77025fd65f6f commit hash: 74f41caf6af46a2b82e903da38ca77025fd65f6f commit hash: 74f41caf6af46a2b82e903da38ca77025fd65f6f commit hash: 74f41caf6af46a2b82e903da38ca77025fd65f6f 74f41ca
Friday, 29 Sep 2023
14:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}

- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk

PR:		273727
Approved by:	tcberner (portmgr)
Exp-run by:	antoine
commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 3754fc5
Monday, 31 Jul 2023
16:40 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Sort USES
commit hash: 773f4d7931e839adb151591ce4a9afb33965681f commit hash: 773f4d7931e839adb151591ce4a9afb33965681f commit hash: 773f4d7931e839adb151591ce4a9afb33965681f commit hash: 773f4d7931e839adb151591ce4a9afb33965681f 773f4d7
Saturday, 22 Jul 2023
07:46 Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert tree to use USES=pycryptography

A future commit will update to security/py-cryptography will introduce a
rust dependency.

PR:		254853
commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 b28a739
Sunday, 9 Jul 2023
10:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.4.2

- Update version requirement of RUN_DEPENDS
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: 77cce0665b7be4f8967df71fe55a4a49ec5ff6a5 commit hash: 77cce0665b7be4f8967df71fe55a4a49ec5ff6a5 commit hash: 77cce0665b7be4f8967df71fe55a4a49ec5ff6a5 commit hash: 77cce0665b7be4f8967df71fe55a4a49ec5ff6a5 77cce06
Friday, 30 Jun 2023
07:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Remove outdated PYTHON_REL check after lang/python37
removal
commit hash: b9f2c4c8b2801bc06f1d9f42fb27290ac7dc37c5 commit hash: b9f2c4c8b2801bc06f1d9f42fb27290ac7dc37c5 commit hash: b9f2c4c8b2801bc06f1d9f42fb27290ac7dc37c5 commit hash: b9f2c4c8b2801bc06f1d9f42fb27290ac7dc37c5 b9f2c4c
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
Tuesday, 21 Mar 2023
19:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.4.1

- Add S2REPOZE option

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: b58b10c65e005b17f0d765a6bbf5e5e55b67a78c commit hash: b58b10c65e005b17f0d765a6bbf5e5e55b67a78c commit hash: b58b10c65e005b17f0d765a6bbf5e5e55b67a78c commit hash: b58b10c65e005b17f0d765a6bbf5e5e55b67a78c b58b10c
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
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, 31 Aug 2022
18:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.2.1

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: 945f9d0adddb07c46d8509512b6dd970544ceb4b commit hash: 945f9d0adddb07c46d8509512b6dd970544ceb4b commit hash: 945f9d0adddb07c46d8509512b6dd970544ceb4b commit hash: 945f9d0adddb07c46d8509512b6dd970544ceb4b 945f9d0
11:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.2.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: 65ecf853ee7839a019669d6b737cdc6098318ec2 commit hash: 65ecf853ee7839a019669d6b737cdc6098318ec2 commit hash: 65ecf853ee7839a019669d6b737cdc6098318ec2 commit hash: 65ecf853ee7839a019669d6b737cdc6098318ec2 65ecf85
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
security: remove 'Created by' lines

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

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alfred Perlstein
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Lewis <freeghb@gmail.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew St. Jean <andrew@arda.homeunix.net>
  *  Anes Mukhametov <anes@anes.su>
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Carlos Venancio Junior <antonio@inf.ufsc.br>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Axel Rau <axel.rau@chaos1.de>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Blaz Zupan <blaz@si.FreeBSD.org>
  *  Bob Hockney <zeus@ix.netcom.com>
  *  Boris Kochergin <spawk@acm.poly.edu>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Bruce M Simpson
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Carlo Strub
  *  Carlo Strub <cs@FreeBSD.org>
  *  Carlos J Puga Medina <cpm@FreeBSD.org>
  *  Carlos J Puga Medina <cpm@fbsd.es>
  *  Charlie Root <se@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chie Taguchi <taguchi.ch@gmail.com>
  *  Chris Cowart <ccowart@rescomp.berkeley.edu>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Lackas
  *  Christopher Hall <hsw@bitmark.com>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Clive Lin <clive@CirX.ORG>
  *  Colin Percival
  *  Cory McIntire (loon@noncensored.com)
  *  Craig Leres <leres@FreeBSD.org>
  *  Cristiano Deana <cris@gufi.org>
  *  Cy Schubert (Cy.Schubert@uumail.gov.bc.ca)
  *  Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
  *  Cy Schubert <cy@FreeBSD.org>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Damien Bobillot
  *  Dan Langille
  *  Dan Langille <dan@freebsddiary.org>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Dan Langille <dvl@freebsd.org>
  *  Dan Langille <dvl@sourcefire.com>
  *  Daniel Kahn Gillmor <dkg@fifthhorseman.net>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Danton Dorati <urisso@bsd.com.br>
  *  Dave McKay <dave@mu.org>
  *  David E. Thiel <lx@FreeBSD.org>
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien <obrien@FreeBSD.org>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dereckson <dereckson@gmail.com>
  *  Dirk Froemberg <dirk@FreeBSD.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dom Mitchell <dom@happygiraffe.net>
  *  Dominic Marks <dominic.marks@btinternet.com>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Edson Brandi <ebrandi@fugspbr.org>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Ekkehard 'Ekki' Gehm <gehm@physik.tu-berlin.de>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Crist <ecrist@secure-computing.net>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Fabian Keil <fk@fabiankeil.de>
  *  Felix Palmen <felix@palmen-it.de>
  *  Florent Thoumie <flz@xbsd.org>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Frank Laszlo <laszlof@vonostingroup.com>
  *  Frank Wall <fw@moov.de>
  *  Franz Bettag <franz@bett.ag>
  *  Gabor Kovesdan
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Gary Hayers <Gary@Hayers.net>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  George Reid <services@nevernet.net>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Greg V <greg@unrelenting.technology>
  *  Gregory Neil Shapiro <gshapiro@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Hakisho Nukama <nukama@gmail.com>
  *  Hammurabi Mendes <hmendes@brturbo.com>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jacek Serwatynski <tutus@trynet.eu.org>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Thomason <james@divide.org>
  *  Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
  *  Janky Jay <ek@purplehat.org>
  *  Janos Mohacsi
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jim Geovedi <jim@corebsd.or.id>
  *  Jim Ohlstein <jim@ohlste.in>
  *  Joe Clarke <marcus@marcuscom.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <johann@egenetics.com>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  John Ferrell <jdferrell3@yahoo.com>
  *  John Hixson <jhixson@gmail.com>
  *  John Polstra <jdp@polstra.com>
  *  John W. O'Brien <john@saltant.com>
  *  John-Mark Gurney <jmg@FreeBSD.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joshua D. Abraham <jabra@ccs.neu.edu>
  *  Jov <amutu@amutu.com>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Keith J. Jones <kjones@antihackertoolkit.com>
  *  Kevin Zheng <kevinz5000@gmail.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Klayton Monroe <klm@uidzero.org>
  *  Konstantin Menshikov <kostjnspb@yandex.ru>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  LEVAI Daniel <leva@ecentrum.hu>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Laurent LEVIER <llevier@argosnet.com>
  *  Luiz Eduardo R. Cordeiro
  *  Lukas Slebodnik <lukas.slebodnik@intrak.sk>
  *  Lukasz Komsta
  *  Mageirias Anastasios <anastmag@gmail.com>
  *  Marcel Prisi <marcel.prisi@virtua.ch>
  *  Marcello Coutinho
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Hannon <markhannon@optusnet.com.au>
  *  Mark Murray <markm@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Marko Njezic <sf@maxempire.com>
  *  Martin Matuska <martin@tradex.sk>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Mersberger
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Martti Kuparinen <martti.kuparinen@ericsson.com>
  *  Mateusz Piotrowski <0mp@FreeBSD.org>
  *  Matt <matt@xtaz.net>
  *  Matt Behrens <matt@zigg.com>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthieu BOUTHORS <matthieu@labs.fr>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Nottebrock <lofi@FreeBSD.org>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Michael Schout <mschout@gkg.net>
  *  Michal Bielicki <m.bielicki@llizardfs.com>
  *  Michiel van Baak <michiel@vanbaak.eu
  *  Mij <mij@bitchx.it>
  *  Mike Heffner <mheffner@vt.edu>
  *  Mikhail T. <m.tsatsenko@gmail.com>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Milan Obuch
  *  Mosconi <mosconi.rmg@gmail.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Mustafa Arif <ma499@doc.ic.ac.uk>
  *  Neil Booth
  *  Neil Booth <kyuupichan@gmail.com>
  *  Nick Barkas <snb@threerings.net>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Niels Heinen
  *  Nikola Kolev <koue@chaosophia.net>
  *  Nobutaka Mantani <nobutaka@FreeBSD.org>
  *  Oliver Lehmann
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Olli Hauer
  *  Patrick Li <pat@databits.net>
  *  Paul Chvostek <paul@it.ca>
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Pavel I Volkov <pavelivolkov@googlemail.com>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Ankerstal <peter@pean.org>
  *  Peter Haight <peterh@sapros.com>
  *  Peter Johnson <johnson.peter@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Petr Rehor <rx@rx.cz>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Philippe Rocques <phil@teaser.fr>
  *  Piotr Kubaj <pkubaj@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  RaRa Rasputin <rasputin@submonkey.net>
  *  Radim Kolar
  *  Ralf Meister
  *  Remington Lang <MrL0Lz@gmail.com>
  *  Renaud Chaput <renchap@cocoa-x.com>
  *  Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
  *  Roland van Laar <roland@micite.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Roman Bogorodskiy
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Roman Shterenzon <roman@xpert.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sascha Holzleiter <sascha@root-login.org>
  *  SeaD
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Greven <sean.greven@gmail.com>
  *  Sebastian Schuetz <sschuetz@fhm.edu>
  *  Sergei Kolobov <sergei@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Seth Kingsley <sethk@meowfishies.com>
  *  Shaun Amott <shaun@inerd.com>
  *  Simeon Simeonov <sgs@pichove.org>
  *  Simon Dick <simond@irrelevant.org>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Grundmann
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephon Chen <stephon@gmail.com>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer
  *  Steven Kreuzer <skreuzer@exit2shell.com>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Tatsuki Makino <tatsuki_makino@hotmail.com>
  *  Thibault Payet <monwarez@mailoo.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Hurst <tom@hur.st>
  *  Thomas Quinot <thomas@cuivre.fr.eu.org>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Thomas von Dein <freebsd@daemon.de>
  *  Tilman Linneweh <arved@FreeBSD.org>
  *  Tim Bishop <tim@bishnet.net>
  *  Tom Judge <tom@tomjudge.com>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Toni Viemerö <toni.viemero@iki.fi>
  *  Tony Maher
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Ulf Lilleengen
  *  Vaida Bogdan <vaida.bogdan@gmail.com>
  *  Valentin Zahariev <curly@e-card.bg>
  *  Valerio Daelli <valerio.daelli@gmail.com>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Victor Popov
  *  Victor Popov <v.a.popov@gmail.com>
  *  Vsevolod Stakhov
  *  Vsevolod Stakhov <vsevolod@FreeBSD.org>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Yarodin <yarodin@gmail.com>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yonatan <Yonatan@Xpert.com>
  *  Yonatan <onatan@gmail.com>
  *  Yoshisato YANAGISAWA
  *  Yuri Victorovich
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zane C. Bowers <vvelox@vvelox.net>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  ache
  *  adamw
  *  ajk@iu.edu
  *  alex@FreeBSD.org
  *  allan@saddi.com
  *  alm
  *  andrej@ebert.su
  *  andrew@scoop.co.nz
  *  andy@fud.org.nz
  *  antoine@FreeBSD.org
  *  arved
  *  barner
  *  brix@FreeBSD.org
  *  buganini@gmail.com
  *  chinsan
  *  chris@still.whet.org
  *  clement
  *  clsung
  *  crow
  *  cy@FreeBSD.org
  *  dominik karczmarski <dominik@karczmarski.com>
  *  dwcjr@inethouston.net
  *  eivind
  *  erich@rrnet.com
  *  erwin@FreeBSD.org
  *  girgen@FreeBSD.org
  *  glen.j.barber@gmail.com
  *  hbo@egbok.com
  *  ijliao
  *  jesper
  *  jfitz
  *  johans
  *  joris
  *  kftseng@iyard.org
  *  kris@FreeBSD.org
  *  lx
  *  markm
  *  mharo@FreeBSD.org
  *  michaelnottebrock@gmx.net
  *  mnag@FreeBSD.org
  *  mp39590@gmail.com
  *  nbm
  *  nectar@FreeBSD.org
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  nsayer@FreeBSD.org
  *  nsayer@quack.kfu.com
  *  ntarmos@cs.uoi.gr
  *  oly
  *  onatan@gmail.com
  *  pandzilla
  *  patrick@mindstep.com
  *  pauls
  *  perl@FreeBSD.org
  *  petef@FreeBSD.org
  *  peter.thoenen@yahoo.com
  *  ports@c0decafe.net
  *  ports@rbt.ca
  *  roam@FreeBSD.org
  *  rokaz
  *  sada@FreeBSD.org
  *  scrappy
  *  se
  *  shane@freebsdhackers.net aka modsix@gmail.com
  *  snb@threerings.net
  *  sumikawa
  *  sviat
  *  teramoto@comm.eng.osaka-u.ac.jp
  *  thierry@pompo.net
  *  tobez@FreeBSD.org
  *  torstenb@FreeBSD.org
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  trevor
  *  truckman
  *  vanhu
  *  vanilla@
  *  wen@FreeBSD.org
  *  will

With hat:	portmgr
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe 857c05f
Thursday, 9 Jun 2022
23:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Remove blank line
commit hash: 432ad9fe80c1316727cc9af7a942ef6ada293328 commit hash: 432ad9fe80c1316727cc9af7a942ef6ada293328 commit hash: 432ad9fe80c1316727cc9af7a942ef6ada293328 commit hash: 432ad9fe80c1316727cc9af7a942ef6ada293328 432ad9f
Friday, 25 Mar 2022
13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.1.2

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: f939d9e0e0b5b321887e17afb35b3d27489405f7 commit hash: f939d9e0e0b5b321887e17afb35b3d27489405f7 commit hash: f939d9e0e0b5b321887e17afb35b3d27489405f7 commit hash: f939d9e0e0b5b321887e17afb35b3d27489405f7 f939d9e
Sunday, 20 Mar 2022
11:39 Danilo G. Baio (dbaio) search for other commits by this committer
textproc/py-xmlschema: Update to 1.10.0

Changelog:	https://github.com/sissaschool/xmlschema/blob/v1.10.0/CHANGELOG.rst

Update consumers to use Python >= 3.7 (avoid break bulk -a).
commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 41745f9
Monday, 7 Mar 2022
18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.1.1

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: b295c4e21ebfb43d948964b395205b12f5421ec6 commit hash: b295c4e21ebfb43d948964b395205b12f5421ec6 commit hash: b295c4e21ebfb43d948964b395205b12f5421ec6 commit hash: b295c4e21ebfb43d948964b395205b12f5421ec6 b295c4e
Sunday, 21 Nov 2021
21:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.1.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: ad76e62d0d65a45e20720a5799dbf3f8c4295731 commit hash: ad76e62d0d65a45e20720a5799dbf3f8c4295731 commit hash: ad76e62d0d65a45e20720a5799dbf3f8c4295731 commit hash: ad76e62d0d65a45e20720a5799dbf3f8c4295731 ad76e62
Wednesday, 13 Oct 2021
19:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Cosmetic change
commit hash: a26f036303a421fa5e848d9316a7ef3b4bab3bdd commit hash: a26f036303a421fa5e848d9316a7ef3b4bab3bdd commit hash: a26f036303a421fa5e848d9316a7ef3b4bab3bdd commit hash: a26f036303a421fa5e848d9316a7ef3b4bab3bdd a26f036
13:14 Stefan Eßer (se) search for other commits by this committer
security/py-pysaml2: Add CPE information

Approved by:	portmgr (blanket)
commit hash: f3212be182f4f711b981b18acd24e27281547330 commit hash: f3212be182f4f711b981b18acd24e27281547330 commit hash: f3212be182f4f711b981b18acd24e27281547330 commit hash: f3212be182f4f711b981b18acd24e27281547330 f3212be
Wednesday, 26 May 2021
18:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.0.1

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: 0abc60be4666c5ac3397f6e8469b6762f3c8c040 commit hash: 0abc60be4666c5ac3397f6e8469b6762f3c8c040 commit hash: 0abc60be4666c5ac3397f6e8469b6762f3c8c040 commit hash: 0abc60be4666c5ac3397f6e8469b6762f3c8c040 0abc60b
12:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Update to 7.0.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
commit hash: 11e789d4217c2b7e11aa31a63a83c12eb789f220 commit hash: 11e789d4217c2b7e11aa31a63a83c12eb789f220 commit hash: 11e789d4217c2b7e11aa31a63a83c12eb789f220 commit hash: 11e789d4217c2b7e11aa31a63a83c12eb789f220 11e789d
Sunday, 18 Apr 2021
05:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pysaml2: Sort RUN_DEPENDS
commit hash: 8404c7c0fd7dc493c24aa8541f5b89897f9099a2 commit hash: 8404c7c0fd7dc493c24aa8541f5b89897f9099a2 commit hash: 8404c7c0fd7dc493c24aa8541f5b89897f9099a2 commit hash: 8404c7c0fd7dc493c24aa8541f5b89897f9099a2 8404c7c
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
Saturday, 30 Jan 2021
12:25 sunpoet search for other commits by this committer
Update to 6.5.1

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:563345 
Tuesday, 26 Jan 2021
17:38 sunpoet search for other commits by this committer
Update to 6.5.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Security:	fb67567a-5d95-11eb-a955-08002728f74c
MFH:		2021Q1
Original commitRevision:562837 
Sunday, 10 Jan 2021
23:14 sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
Original commitRevision:561152 
Thursday, 7 Jan 2021
02:25 acm search for other commits by this committer
- Bump PORTREVISION. devel/py-defusedxml was updated
Original commitRevision:560672 
Sunday, 13 Dec 2020
14:43 sunpoet search for other commits by this committer
Update to 6.4.1

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:557939 
Sunday, 15 Nov 2020
18:06 sunpoet search for other commits by this committer
Update to 6.3.1

- Update WWW

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:555335 
Sunday, 8 Nov 2020
17:20 sunpoet search for other commits by this committer
Update to 6.3.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:554551 
Saturday, 10 Oct 2020
07:45 sunpoet search for other commits by this committer
Update to 6.2.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:551878 
Friday, 24 Jul 2020
07:16 sunpoet search for other commits by this committer
Update to 6.1.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:543073 
Saturday, 11 Jul 2020
18:10 sunpoet search for other commits by this committer
Update to 6.0.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:542023 
Friday, 26 Jun 2020
11:56 sunpoet search for other commits by this committer
Update to 5.3.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:540505 
Wednesday, 24 Jun 2020
17:38 sunpoet search for other commits by this committer
Update to 5.2.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:540091 
Monday, 15 Jun 2020
18:50 sunpoet search for other commits by this committer
Update to 5.1.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:539008 
Tuesday, 14 Jan 2020
16:45 sunpoet search for other commits by this committer
Update to 5.0.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:523042 
Monday, 4 Nov 2019
16:02 sunpoet search for other commits by this committer
Update to 4.9.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:516702 
Tuesday, 9 Jul 2019
18:20 sunpoet search for other commits by this committer
Update to 4.8.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:506298 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
Friday, 5 Apr 2019
22:44 sunpoet search for other commits by this committer
Update to 4.7.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:498018 
Wednesday, 5 Dec 2018
18:48 sunpoet search for other commits by this committer
Update to 4.6.5

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:486699 
Saturday, 24 Nov 2018
22:29 sunpoet search for other commits by this committer
Update to 4.6.4

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:485813 
Wednesday, 10 Oct 2018
10:22 sunpoet search for other commits by this committer
Update to 4.6.3

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:481710 
Saturday, 8 Sep 2018
00:14 sunpoet search for other commits by this committer
Update to 4.6.2

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:479213 
Friday, 31 Aug 2018
14:42 sunpoet search for other commits by this committer
Update to 4.6.1

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:478569 
Saturday, 11 Aug 2018
14:16 sunpoet search for other commits by this committer
Update to 4.6.0

Changes:	https://github.com/IdentityPython/pysaml2/releases
Original commitRevision:476889 
Sunday, 29 Jul 2018
19:18 sunpoet search for other commits by this committer
Sort *_DEPENDS
Original commitRevision:475762 
Wednesday, 20 Jun 2018
19:36 sunpoet search for other commits by this committer
Take maintainership
Original commitRevision:472921 
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Monday, 16 Apr 2018
21:33 feld search for other commits by this committer
Reset MAINTAINER

Approved by:	maintainer (private communications)
Original commitRevision:467537 
Saturday, 3 Feb 2018
04:19 swills search for other commits by this committer
security/py-pysaml2: Upgrade to 4.5.0

PR:		225201
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	maintainer timeout (brendan+freebsd@bbqsrc.net, > 2 weeks)
Original commitRevision:460770 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Wednesday, 10 Feb 2016
02:08 miwi search for other commits by this committer
- Update to 4.0.2

PR:		206792
Submitted by:	maintainer
Original commitRevision:408617 
Friday, 8 Jan 2016
04:44 koobs search for other commits by this committer
[NEW] security/py-pysaml2: Python implementation of SAML Version 2

PySAML2 is a pure python implementation of SAML2. It contains all necessary
pieces for building a SAML2 service provider or an identity provider. The
distribution contains examples of both. Originally written to work in a WSGI
environment there are extensions that allow you to use it with other frameworks.

WWW: https://github.com/rohe/pysaml2

PR:		205914
Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>
Original commitRevision:405519 

Number of commits found: 57