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

Number of commits found: 137 (showing only 100 on this page)

1 | 2  »  

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
Wednesday, 12 Apr 2023
09:14 Alexey Dokuchaev (danfe) search for other commits by this committer
www/web2ldap: the port had been updated to version 1.8.1.
commit hash: 38cc7110b5defed8ab209333d150673f7819fa8c commit hash: 38cc7110b5defed8ab209333d150673f7819fa8c commit hash: 38cc7110b5defed8ab209333d150673f7819fa8c commit hash: 38cc7110b5defed8ab209333d150673f7819fa8c 38cc711
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, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

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

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Aldert Nooitgedagt
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Kapranoff <alex@kapranoff.ru>
  *  Alex Kapranoff <kapr@crosswinds.net>
  *  Alex Miller (<asm@asm.kiev.ua>)
  *  Alex Pesternikov <ap@page2rss.com>
  *  Alex Povolotsky <tarkhil@over.ru>
  *  Alex Varju <freebsd-ports@varju.ca>
  *  Alexander Koch <fbsd@meersau.de>
  *  Alexander Kriventsov
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <info@logvinov.com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Alfred Perlstein <alfred@freebsd.org>
  *  Allie Micka <allie@pajunas.com>
  *  Anatoliy Dmytriyev <tolid@plab.ku.dk>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrea Cervesato <andrea@cervesato.it>
  *  Andrea Sozzi <as@g-cows.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrej Zverev <andrey.zverev@electro-com.ru>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew T. Bennett <potatosaladx@gmail.com>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Anes Muhametov <anes@anes.su>
  *  Anes Mukhametov <anes@anes.su>
  *  Anonymous
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antony Mawer <ports@mawer.org>
  *  Aron Schlesinger <as@bsdgroup.de>
  *  Ask Bjoern Hansen <ask@valueclick.com>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Ayumi M <ayu@commun.jp>
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Bartek Rutkowski <robak@FreeBSD.org>
  *  Bartlomiej Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Bill Swingle <unfurl@FreeBSD.org>
  *  Bob Bomar <bob@fly.homeunix.org>
  *  Boris Lytochkin (lytboris@gmail.com)
  *  Brandon Fosdick <bfoz@bfoz.net>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Brian Somers <brian@FreeBSD.org>
  *  CHOI Junho <cjh@FreeBSD.org>
  *  Carlo Strub
  *  Carlo Strub <cs@FreeBSD.org>
  *  Cecile Neu <neu@mycontrol.de>
  *  Chadwick Sorrell chad@wickdev.com
  *  Charlie & <root@dev2.rambler.ru>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chin-San Huang <chinsan@mail2000.com.tw>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Larsen <darth@vader.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Christopher Knaust <jigboe@gmx.de>
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Cory R King <coryking@mozimedia.com>
  *  Craig Rodrigues <rodrigc@FreeBSD.org>
  *  Dan Langille <dan@langille.org>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel B. Hemmerich
  *  Daniel Gerzo <danger@FreeBSD.org>
  *  Daniel Morante <daniel@morante.net>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Daniel Wijnands <daniel@itxl.nl>
  *  Danny Warren <danny@dannywarren.com>
  *  Dash|RD
  *  Dave Cottlehuber <dch@FreeBSD.org>
  *  David Barksdale <amatus@gnu.org>
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Denny Lin <dennylin93@hs.ntnu.edu.tw>
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@Chg.RU>
  *  Dirk Froemberg <dirk@FreeBSD.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Semkin <lslarry@gmail.com>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Domas Mituzas <midom@dammit.lt>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Dominique Goncalves <dominique.goncalves@gmail.com>
  *  Douglas Thrift
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu <dryice@FreeBSD.org>
  *  Dryice Liu <dryice@dryice.name>
  *  Elisey Savateev <b3k@mail.ru>
  *  Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Espen Tagestad <espen@tagestad.no>
  *  Euan Thoms <euan@potensol.com>
  *  Fanying Jen <fanying@fynet.com>
  *  Fernan Aguero
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Florent Thoumie <flz@xbsd.org>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Francisco Cabrita <include@npf.pt.freebsd.org>
  *  Frank Behrens <frank@pinky.sax.de>
  *  Frank Mayhar <frank@exit.com>
  *  Frank Wall <fw@moov.de>
  *  Fred Cox
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fumihiko Kimura <jfkimura@yahoo.co.jp>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Garrett A. Wollman
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Hartzell <hartzell@alerce.com>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerard Seibert <gerard@seibercom.net>
  *  Gerrit Beine (<tux@pinguru.net>)
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Gerrit Beine <tux@pinguru.net>
  *  Gilbert Morgan <gmm@tutanota.com>
  *  Goran Lowkrantz <glz@hidden-powers.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Groovis <groovis@groovis.net>
  *  Gruen Christian <kiki@bsdro.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Guixing Bai <khsing.cn@gmail.com>
  *  Guy P.
  *  Helmut Ritter <freebsd-ports@charlieroot.de>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Brix Andersen <brix@FreeBSD.org>
  *  Henrik Brix Andersen <henrik@brixandersen.dk>
  *  Henrik Motakef <henrik.motakef@web.de>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hiten Pandya <hiten@uk.FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hubert Tournier <hubert@frbsd.org>
  *  Hugo Leisink
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Skalozubov <freebsd@skinc.ru>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jacob Atzen <jatzen@gmail.com>
  *  Jacques Marneweck <jacques@php.net>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James White <whitejv81@gmail.com>
  *  Janos.Mohacsi@bsd.hu
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Javier Martin Rueda <jmrueda@diatel.upm.es>
  *  Jean Milanez Melo <jmelo@FreeBSD.org>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeremie Le Hen <jlh@FreeBSD.org>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Jim Riggs <ports@christianserving.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Jin-Sih Lin <linpct@gmail.com>
  *  Jochen Neumeister <joneum@FreeBSD.org>
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Chen <johnpupu@gmail.com>
  *  John Hixson <john@ixsystems.com>
  *  John von Essen
  *  Jon Nistor <nistor@snickers.org>
  *  Jonathan Pater <cowboyneal@gmail.com>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Garcia Juanino <jjuanino@gmail.com>
  *  Josef El-Rayes <j.el-rayes@daemon.li>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Joseph Scott (<joseph@randomnetworks.com>)
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <jlaffaye@FreeBSD.org>
  *  JunSeon Oh <hollywar@mail.holywar.net>
  *  Juraj Lutter <juraj@lutter.sk>
  *  Justin Hawkins <justin@hawkins.id.au>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
  *  Keith Gaughan <k@stereochro.me>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Ken McGlothlen <ken.mcglothlen@gmail.com>
  *  Kevin Golding <ports@caomhin.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kim Scarborough <user@unknown.nu>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Konstantin Menshikov <kostjnspb@yandex.ru>
  *  Koop Mast <einekoai@chello.nl>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kozlov Sergey <kozlov.sergey.404@gmail.com>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kristaps Kulis <kristaps.kulis@gmail.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Lidl (kurt.lidl@cello.com)
  *  Kurt Lidl <kurt.lidl@cello.com>
  *  Kyle Evans <kevans@FreeBSD.org>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Lars Eggert <larse@isi.edu>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lawrence Chen <beastie@tardisi.com>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  Loic Blot <loic.blot@unix-experience.fr>
  *  Loren M. Lang <loren@north-winds.org>
  *  Luca Pizzamiglio <pizzamig@FreeBSD.org>
  *  Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
  *  Lukasz Wasikowski <lukasz@wasikowski.net>
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Manuel Kasper <mk@neon1.net>
  *  Manuel Rábade <mig@mig-29.net>
  *  Marc G. Fournier
  *  Marc G. Fournier <scrappy@hub.org>
  *  Marcello Coutinho
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Marek Holienka <marekholienka@gmail.com>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Huizer; Eindhoven
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Waschbuesch <martin@waschbuesch.de>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Mathias Monnerville <mathias@monnerville.com>
  *  Mathieu Arnold <m@absolight.net>
  *  Matthew Seaman
  *  Matthew Seaman <m.seaman@infracaninophile.co.uk>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthew X. Economou <xenophon+fbsdports@irtnog.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Maurice Castro <maurice@castro.aus.net>
  *  Max N. Boyarov <m.boyarov@bsd.by>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion (mux@FreeBSD.org)
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Capp <myntric@exeonline.com>
  *  Michael Fausten <ports@michael-fausten.de>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Moll <kvedulv at kvedulv.de>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Ranner <mranner@inode.at>
  *  Michael Schout <mschout@gkg.net>
  *  Michael Vasilenko <acid@stu.cn.ua>
  *  Mike Meyer
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mitchell Smith <mjs@bur.st>
  *  Mitsuru Yoshida <mitsuru@riken.go.jp>
  *  Moggie <moggie@elasticmind.net>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Mons Anderson <mons@cpan.org>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Mun-Kyo Seo <munggo@pmy.lv>
  *  Munish Chopra <mchopra@engmail.uwaterloo.ca>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Mykola Marzhan <delgod@portaone.com>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner <nbm@FreeBSD.org>
  *  Nick Hilliard <nick@foobar.org
  *  Nick Hilliard <nick@foobar.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nicolas de Bari Embriz Garcia Rojas <nbari@tequila.io>
  *  Nicole Reid <root@cooltrainer.org>
  *  Oddbjorn Steffensen <oddbjorn@tricknology.org>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oleg Pudeyev <oleg@bsdpower.com>
  *  Oleg Sidorkin <osidorkin@gmail.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Pavel Timofeev <timp87@gmail.com>
  *  Pete Fritchman <petef@databits.net>
  *  Peter <peter@vereshagin.org>
  *  Peter Avalos <pavalos@theshell.com>
  *  Peter Lai <cowbert@gmail.com>
  *  Peter Libassi <peter@libassi.se>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter Wemm <peter@netplex.com.au>
  *  Phil Phillips
  *  Philip M. Gollucci <pgollucci@p6m7g8.com>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Qing Feng <qingfeng@douban.com>
  *  Radim Kolar <hsn@sanatana.dharma>
  *  Ralf Gebhart <gebhart@secnetix.de>
  *  Renaud Chaput <renchap@cocoa-x.com>
  *  René Ladan <rene@FreeBSD.org>
  *  René Ladan <rene@freebsd.org>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Richard Neese <r.neese@gmail.com>
  *  Ricky E. <codeblock@eighthbit.net>
  *  Rink Springer <rink@FreeBSD.org>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Rod Taylor <ports@rbt.ca>
  *  Rodrigo Nicola Lombardo <rodnic@gmail.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rozhuk Ivan 2019 <rozhuk.im@gmail.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sahil Tandon <sahil@tandon.net>
  *  Scott Sanders <scott@jssjr.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Kozlov <kozlov.sergey.404@gmail.com>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Osipov <sipopo@yandex.ru>
  *  Sergey Osokin <osa@FreeBSD.org>
  *  Sergey Osokin aka oZZ <ports@FreeBSD.org>
  *  Sergey Samoyloff <gonza@techline.ru>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Seth Kingsley <sethk@meowfishies.com>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Shigeyuki Fukushima <shige@FreeBSD.org>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Dick <simond@irrelevant.org>
  *  Simun Mikecin <numisemis at yahoo.com>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Soren Dossing <sauber@netcom.com>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stefan Bethke <stb@lassitu.de>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Hagen <ports@textmail.me>
  *  Stefan `Sec` Zehl <sec@42.org>
  *  Stephane Legrand <stephane@freebsd-fr.org>
  *  Steve Polyack <spolyack@collaborativefusion.com>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Kreuzer
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@exit2shel.com>
  *  Steven Kreuzer <skreuzer@exit2shell.com>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sutra Zhou <zhoushuqun@gmail.com>
  *  Søren Straarup <xride@x12.dk>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Sandford <freebsduser@paradisegreen.co.uk>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Thomas-Martin Seck <tmseck@netcologne.de>
  *  Thomas-Martin Seck <tmseck@web.de>
  *  Tobias Rehbein <tobias.rehbein@web.de>
  *  Tom Hukins <tom@FreeBSD.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Torsten Zühlsdorff <ports@toco-domains.de>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Trevor Caira <trevor@bitba.se>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Tuc <freebsd-ports@t-b-o-h.net>
  *  Ultima
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vivek Khera <vivek@khera.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Vsevolod Stakhov
  *  Wen Heping
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>)
  *  Will Andrews <andrews@technologist.com>
  *  William Grzybowski <william88@gmail.com>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yasuhiro Fukuma <yasuf@big.or.jp>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yoshiro MIHIRA <sanpei@FreeBSD.org>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zach Thompson <lin-chi@lastamericanempire.com>
  *  Zahatski Aliaksandr <zag@cpan.org>
  *  Zane C, Bowers-Hadley <vvelox@vvelox.net>
  *  Zhen REN <bg1tpt@gmail.com>
  *  Zhihao Yuan <lichray@gmail.com>
  *  aaron@FreeBSD.org
  *  ache
  *  ache@FreeBSD.org
  *  alex@kapranoff.ru
  *  anders
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  antoine@FreeBSD.org
  *  arved
  *  babak@farrokhi.net
  *  bf <bf2006a@yahoo.com>
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org>
  *  chinsan <chinsan@mail2000.com.tw>
  *  chinsan <chisnan.tw@gmail.com>
  *  citrin+bsd@citrin.ru
  *  cjr@cruwe.de
  *  clement
  *  clive
  *  clsung
  *  clsung@dragon2.net
  *  coryking
  *  cpm
  *  dom@happygiraffe.net
  *  dsh@vlink.ru
  *  fabian.freyer@physik.tu-berlin.de
  *  gahr
  *  genserg@hotmail.com
  *  gugu
  *  hrs@FreeBSD.org
  *  ijliao
  *  janos.mohacsi@bsd.hu
  *  jfitz
  *  johnpupu <johnpupu@gmail.com>
  *  jupengfei <jupengfei@gmail.com>
  *  k@123.org
  *  kbyanc
  *  kftseng@iyard.org
  *  koshy@india.hp.com
  *  kstailey
  *  lars.eggert@gmx.net
  *  lbr
  *  lbr@FreeBSD.org
  *  lev@FreeBSD.org
  *  mahlon
  *  maintainer.freebsd@xpoundit.com
  *  mbr@FreeBSD.org
  *  milki <milki@rescomp.berkeley.edu>
  *  mjhsieh
  *  mons
  *  mt@primats.org.ua
  *  mwlucas
  *  niels <niels@FreeBSD.org>
  *  nik
  *  nork@cityfujisawa.ne.jp
  *  otaviof@gmail.com
  *  pauls@utdallas.edu
  *  ports@c0decafe.net
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  rene@FreeBSD.org
  *  sada
  *  stas
  *  thierry@pompo.net
  *  thinker <thinker@branda.to>
  *  tobez@plab.ku.dk
  *  toni.viemero@iki.fi
  *  torstenb
  *  tundra
  *  uwe.pierau@tu-clausthal.de
  *  vanilla
  *  vanilla@
  *  will
  *  wollman
  *  wosch@FreeBSD.org
  * # Created by Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>

With hat:	portmgr
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 e915e75
Thursday, 31 Mar 2022
09:00 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.7.7

Release notes:	https://www.web2ldap.de/changes-1.7.html
commit hash: 02e235757751d78a0eb939bba0656683340bc8a8 commit hash: 02e235757751d78a0eb939bba0656683340bc8a8 commit hash: 02e235757751d78a0eb939bba0656683340bc8a8 commit hash: 02e235757751d78a0eb939bba0656683340bc8a8 02e2357
Thursday, 3 Mar 2022
15:45 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.7.6

Release notes:	https://www.web2ldap.de/changes-1.7.html
commit hash: d5c83f05b52b4f91ae83d1981ae9b41b05a0b7ca commit hash: d5c83f05b52b4f91ae83d1981ae9b41b05a0b7ca commit hash: d5c83f05b52b4f91ae83d1981ae9b41b05a0b7ca commit hash: d5c83f05b52b4f91ae83d1981ae9b41b05a0b7ca d5c83f0
Tuesday, 1 Mar 2022
02:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Update dependency to py-dnspython

After adding py-dnspython1 and updating py-dnspython to 2.2.0 update
some dependency of ports.
commit hash: 75c97e7a74b3caaf15f298e00a218d7461f2c655 commit hash: 75c97e7a74b3caaf15f298e00a218d7461f2c655 commit hash: 75c97e7a74b3caaf15f298e00a218d7461f2c655 commit hash: 75c97e7a74b3caaf15f298e00a218d7461f2c655 75c97e7
Sunday, 6 Feb 2022
17:56 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.7.1

Release notes:	https://www.web2ldap.de/changes-1.7.html
commit hash: b96c4ef735576a97045d757137bacbb7a2249e36 commit hash: b96c4ef735576a97045d757137bacbb7a2249e36 commit hash: b96c4ef735576a97045d757137bacbb7a2249e36 commit hash: b96c4ef735576a97045d757137bacbb7a2249e36 b96c4ef
Monday, 31 Jan 2022
09:36 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.7.0

Release notes:	https://www.web2ldap.de/changes-1.7.html
commit hash: 0734289e67eef707890dddc9981dfcff4b11cbb6 commit hash: 0734289e67eef707890dddc9981dfcff4b11cbb6 commit hash: 0734289e67eef707890dddc9981dfcff4b11cbb6 commit hash: 0734289e67eef707890dddc9981dfcff4b11cbb6 0734289
Sunday, 26 Dec 2021
13:54 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.6.27

Release notes:	https://www.web2ldap.de/changes-1.6.html
commit hash: 64abc6b4706a43ce4a5808ea0a48b126a1273c14 commit hash: 64abc6b4706a43ce4a5808ea0a48b126a1273c14 commit hash: 64abc6b4706a43ce4a5808ea0a48b126a1273c14 commit hash: 64abc6b4706a43ce4a5808ea0a48b126a1273c14 64abc6b
Wednesday, 22 Dec 2021
15:30 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.2.24

Release notes:	https://www.web2ldap.de/changes-1.6.html
commit hash: 1a2547c365a71b6b91179f3ff7f655fd700b97a4 commit hash: 1a2547c365a71b6b91179f3ff7f655fd700b97a4 commit hash: 1a2547c365a71b6b91179f3ff7f655fd700b97a4 commit hash: 1a2547c365a71b6b91179f3ff7f655fd700b97a4 1a2547c
Monday, 20 Dec 2021
14:02 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.6.23

Release notes:	https://www.web2ldap.de/changes-1.6.html
commit hash: d2d0d9c1e32af4a8c430961ea87dfe2ee2a71c4c commit hash: d2d0d9c1e32af4a8c430961ea87dfe2ee2a71c4c commit hash: d2d0d9c1e32af4a8c430961ea87dfe2ee2a71c4c commit hash: d2d0d9c1e32af4a8c430961ea87dfe2ee2a71c4c d2d0d9c
Monday, 13 Dec 2021
09:05 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: Update to 1.6.21

Release notes:	https://www.web2ldap.de/changes-1.6.html
commit hash: 133a854b042250b7a1753a8d1e791f90ae241810 commit hash: 133a854b042250b7a1753a8d1e791f90ae241810 commit hash: 133a854b042250b7a1753a8d1e791f90ae241810 commit hash: 133a854b042250b7a1753a8d1e791f90ae241810 133a854
Tuesday, 30 Nov 2021
14:42 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.6.19

Release notes:	https://www.web2ldap.de/changes-1.6.html
commit hash: ff2353a30fe4bd806cbc9d0be5e95f22a57085e6 commit hash: ff2353a30fe4bd806cbc9d0be5e95f22a57085e6 commit hash: ff2353a30fe4bd806cbc9d0be5e95f22a57085e6 commit hash: ff2353a30fe4bd806cbc9d0be5e95f22a57085e6 ff2353a
Sunday, 28 Nov 2021
21:36 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.6.18

Releaser notes:	https://www.web2ldap.de/changes-1.6.html
commit hash: 280d2529a5b009129bb1acc07ec888bd7910077f commit hash: 280d2529a5b009129bb1acc07ec888bd7910077f commit hash: 280d2529a5b009129bb1acc07ec888bd7910077f commit hash: 280d2529a5b009129bb1acc07ec888bd7910077f 280d252
Thursday, 18 Nov 2021
10:40 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: Update to 1.6.17

Release notes:	https://www.web2ldap.de/changes-1.6.html#r1.6.17
commit hash: 6db86ca25e26ec28ddaf07b44c27f10ef01d93db commit hash: 6db86ca25e26ec28ddaf07b44c27f10ef01d93db commit hash: 6db86ca25e26ec28ddaf07b44c27f10ef01d93db commit hash: 6db86ca25e26ec28ddaf07b44c27f10ef01d93db 6db86ca
Sunday, 31 Oct 2021
19:55 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.6.16

Fixed some deprecation warnings when running on Python 3.10 (found with
PYTHONWARNINGS=error).
commit hash: 00fdf52d10673769d423345d6be4894ee01f8661 commit hash: 00fdf52d10673769d423345d6be4894ee01f8661 commit hash: 00fdf52d10673769d423345d6be4894ee01f8661 commit hash: 00fdf52d10673769d423345d6be4894ee01f8661 00fdf52
Monday, 11 Oct 2021
12:47 Alexey Dokuchaev (danfe) search for other commits by this committer
www/web2ldap: update the port to version 1.6.15.
commit hash: dc9efcfaac072ab53929847a97f0e5f058fcf07a commit hash: dc9efcfaac072ab53929847a97f0e5f058fcf07a commit hash: dc9efcfaac072ab53929847a97f0e5f058fcf07a commit hash: dc9efcfaac072ab53929847a97f0e5f058fcf07a dc9efcf
Wednesday, 8 Sep 2021
13:47 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.6.13
commit hash: 015529fcd151de20cb8ade07b640b356e171c2e1 commit hash: 015529fcd151de20cb8ade07b640b356e171c2e1 commit hash: 015529fcd151de20cb8ade07b640b356e171c2e1 commit hash: 015529fcd151de20cb8ade07b640b356e171c2e1 015529f
Tuesday, 7 Sep 2021
10:14 Palle Girgensohn (girgen) search for other commits by this committer
www/web2ldap: update to 1.6.12

Release notes:	https://www.web2ldap.de/changes-1.6.html
commit hash: f897ea499c3a721820b7dce18a393c71580e624a commit hash: f897ea499c3a721820b7dce18a393c71580e624a commit hash: f897ea499c3a721820b7dce18a393c71580e624a commit hash: f897ea499c3a721820b7dce18a393c71580e624a f897ea4
Wednesday, 1 Sep 2021
08:56 Alexey Dokuchaev (danfe) search for other commits by this committer
www/web2ldap: update the port to version 1.6.11.
commit hash: 270b759ab83c0e10eaf3fd8787b1e2d6b0895483 commit hash: 270b759ab83c0e10eaf3fd8787b1e2d6b0895483 commit hash: 270b759ab83c0e10eaf3fd8787b1e2d6b0895483 commit hash: 270b759ab83c0e10eaf3fd8787b1e2d6b0895483 270b759
Tuesday, 10 Aug 2021
10:05 Alexey Dokuchaev (danfe) search for other commits by this committer
www/web2ldap: update the port to version 1.6.9.
commit hash: bd9f8b59368e766487187cee6c7de0a96a0b941a commit hash: bd9f8b59368e766487187cee6c7de0a96a0b941a commit hash: bd9f8b59368e766487187cee6c7de0a96a0b941a commit hash: bd9f8b59368e766487187cee6c7de0a96a0b941a bd9f8b5
Friday, 6 Aug 2021
13:30 Alexey Dokuchaev (danfe) search for other commits by this committer
www/web2ldap: update the port to version 1.6.8.
commit hash: 4c9e650ddc326b6b1837720894a338a48b3d29ed commit hash: 4c9e650ddc326b6b1837720894a338a48b3d29ed commit hash: 4c9e650ddc326b6b1837720894a338a48b3d29ed commit hash: 4c9e650ddc326b6b1837720894a338a48b3d29ed 4c9e650
Friday, 30 Jul 2021
09:14 Alexey Dokuchaev (danfe) search for other commits by this committer
www/web2ldap: update the port to version 1.6.7.
commit hash: 0b09769aacb58a1e6add6e29c9258780b14026b7 commit hash: 0b09769aacb58a1e6add6e29c9258780b14026b7 commit hash: 0b09769aacb58a1e6add6e29c9258780b14026b7 commit hash: 0b09769aacb58a1e6add6e29c9258780b14026b7 0b09769
Thursday, 15 Jul 2021
14:29 Alexey Dokuchaev (danfe) search for other commits by this committer
www/web2ldap: update the port to version 1.6.6.
commit hash: 8f44aceb501928c4fcc1b9091552ac8b1c04ab06 commit hash: 8f44aceb501928c4fcc1b9091552ac8b1c04ab06 commit hash: 8f44aceb501928c4fcc1b9091552ac8b1c04ab06 commit hash: 8f44aceb501928c4fcc1b9091552ac8b1c04ab06 8f44ace
Sunday, 13 Jun 2021
22:02 Palle Girgensohn (girgen) search for other commits by this committer
www/web2dap: update to 1.6.5

Remove pkg-install since it does not make sense to me. Logging is taken
care of by syslog so no point creating a log directory, especially when
it does not reside in /var where it should be.
commit hash: e87da4fb48d198f10d677c4dfbef5445fb0b838b commit hash: e87da4fb48d198f10d677c4dfbef5445fb0b838b commit hash: e87da4fb48d198f10d677c4dfbef5445fb0b838b commit hash: e87da4fb48d198f10d677c4dfbef5445fb0b838b e87da4f
Tuesday, 8 Jun 2021
01:23 Alexey Dokuchaev (danfe) search for other commits by this committer
www/web2ldap: update the port to version 1.6.4.
commit hash: 7a4d60ba85443be1df6e263be49ff74873788fee commit hash: 7a4d60ba85443be1df6e263be49ff74873788fee commit hash: 7a4d60ba85443be1df6e263be49ff74873788fee commit hash: 7a4d60ba85443be1df6e263be49ff74873788fee 7a4d60b
Wednesday, 28 Apr 2021
10:16 Alexey Dokuchaev (danfe) search for other commits by this committer
Update `www/web2ldap' to version 1.5.117.
commit hash: 2a9b7ca2a3620249bfad050ac3eee6d859926213 commit hash: 2a9b7ca2a3620249bfad050ac3eee6d859926213 commit hash: 2a9b7ca2a3620249bfad050ac3eee6d859926213 commit hash: 2a9b7ca2a3620249bfad050ac3eee6d859926213 2a9b7ca
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
Friday, 19 Mar 2021
09:16 danfe search for other commits by this committer
Update to version 1.5.116.
Original commitRevision:568787 
Tuesday, 16 Feb 2021
10:19 danfe search for other commits by this committer
Update to version 1.5.114.
Original commitRevision:565390 
Wednesday, 10 Feb 2021
06:49 danfe search for other commits by this committer
- Update to version 1.5.113
- Provide backup master site
Original commitRevision:564843 
Friday, 29 Jan 2021
13:35 danfe search for other commits by this committer
- Resurrect and update to version 1.5.112
- Actualize dependencies and pkg-message
Original commitRevision:563206 
Wednesday, 6 Nov 2019
16:26 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516897 
Wednesday, 20 Jun 2018
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 
Thursday, 3 May 2018
13:26 girgen search for other commits by this committer
Update web2ldap to verstion 1.3.16

Also welcome py-ldap0 to the ports tree as a dependency.

This version adds a rc script to start the standalone mode.
Taking maintainership as bsam@ offered to step down.

Releasenotes:	https://web2ldap.de/changes-1.3.html#r1.3.16
PR:		227459
Original commitRevision:468926 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
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 
Monday, 11 Sep 2017
13:48 bsam search for other commits by this committer
www/web2ldap: Update to version 1.2.94.
Original commitRevision:449645 
Friday, 25 Aug 2017
18:15 bsam search for other commits by this committer
www/web2ldap: Update to version 1.2.93, remove unused MASTER_SITE
and update WWW at pkg-descr.
Original commitRevision:448725 
17:56 bsam search for other commits by this committer
www/pyweblib -> www/py-pyweblib: Update to version 1.3.13 and rename (PyPI
scheme).
Original commitRevision:448723 
Monday, 26 Dec 2016
11:31 amdmi3 search for other commits by this committer
- Properly fix shebangs

Approved by:	portmgr blanket
Original commitRevision:429494 
Sunday, 18 Sep 2016
10:14 bsam search for other commits by this committer
www/web2ldap: Update to version 1.2.71.
Original commitRevision:422362 
Wednesday, 7 Sep 2016
08:23 bsam search for other commits by this committer
www/web2ldap: Update to version 1.2.70.
Original commitRevision:421481 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418767 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Wednesday, 9 Sep 2015
13:54 amdmi3 search for other commits by this committer
- Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Original commitRevision:396488 
Thursday, 18 Jun 2015
20:02 rm search for other commits by this committer
www/web2ldap: chase py-ldap rename

- chase py-ldap rename
- compile to bytecode another way to get optimised files too. This is what
was done by upstream maintainer in version 1.2.32
Original commitRevision:390061 
06:37 rm search for other commits by this committer
www/web2ldap: general cleanup

- replace patches with USES=shebangs and REINPLACE_CMD
- add LICENSE (GPLv2)
- limit python version to 2.x, because 3.x is not supported
- modernize dependency upon devel/py-ipaddr and bump PORTREVISION
  accordingly

Approved by:	bsam (maintainer, by email)
Original commitRevision:390016 
Tuesday, 19 May 2015
00:37 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:386726 
Saturday, 31 Jan 2015
15:09 bsam search for other commits by this committer
www/web2ldap: upgrade to version 1.2.19.
Original commitRevision:378213 
Monday, 22 Sep 2014
17:22 bsam search for other commits by this committer
www/web2ldap: switch to USES=python syntax, simplify and remove pkg-plist
Original commitRevision:368977 
Tuesday, 18 Mar 2014
10:24 bsam search for other commits by this committer
www/web2ldap: update to version 1.1.49
Original commitRevision:348531 
Friday, 24 Jan 2014
09:29 bsam search for other commits by this committer
Add MASTER_SITE_LOCAL since a previous version disappears as long
as a new one is released.

Requested by:	marino (via e-mail)
Reminded by:	pkg-fallout@
Original commitRevision:340884 
Monday, 28 Oct 2013
15:47 bsam search for other commits by this committer
Update to version 1.1.47. Changes since 1.1.46:
Bugs fixed
        Fixed Python 2.6 compability issued in checkinst.py.
        Registered more MS AD attributes with plugin class Binary.
        Exception ldap.STRONG_AUTH_REQUIRED is ignored when reading rootDSE.
Original commitRevision:331865 
Tuesday, 1 Oct 2013
17:06 bsam search for other commits by this committer
. update to version 1.1.46;
. support staging.
Original commitRevision:328968 
Friday, 20 Sep 2013
12:02 bsam search for other commits by this committer
. update to version 1.1.45;
. add NO_STAGE=yes macro;
. replace ECHO_CMD with ECHO_MSG macro;
. surround echoing of PKGMESSAGE with ECHO_MSG macros.
Original commitRevision:327693 
Tuesday, 30 Jul 2013
15:30 bsam search for other commits by this committer
Update to version 1.1.40.
Original commitRevision:323972 
Sunday, 7 Jul 2013
17:25 bsam search for other commits by this committer
Update to version 1.1.37.
Original commitRevision:322456 
Saturday, 8 Jun 2013
15:48 bsam search for other commits by this committer
Update to version 1.1.35.

Reported by:	Matthias Apitz <guru@unixarea.de>
Original commitRevision:320261 
Friday, 24 May 2013
10:24 bsam search for other commits by this committer
. update to version 1.1.34;
. optionify ports DOCS usage;
. pet portlint: use -delete args of a find command instead of '| rm xargs'.
Original commitRevision:318951 
Friday, 17 May 2013
14:27 bsam search for other commits by this committer
Update to version 1.1.33.
Original commitRevision:318391 
Sunday, 4 Nov 2012
16:25 bsam search for other commits by this committer
. update to version 1.1.25;
. use two line style headers.

Feature safe:	yes
Original commitRevision:306974 
Sunday, 26 Aug 2012
08:30 bsam search for other commits by this committer
. update to version 1.1.24;
. new dependency: internal script ipadr.py is replaced by devel/py-ipaddr.

Changes: http://www.web2ldap.de/changes-1.1.html#r1.1.24
Original commit
Tuesday, 31 Jul 2012
16:20 bsam search for other commits by this committer
Update www/web2ldap to version 1.1.23.
Changes: http://www.web2ldap.de/changes-1.1.html#r1.1.23
Original commit
Tuesday, 3 Apr 2012
19:25 bsam search for other commits by this committer
. update to version 1.1.10;
. the port now depends upon net/py-ldap2 version 2.4.0+;
. remove stale ftp site.

Tested at:      redports
Feature safe:   yes
Original commit
Friday, 25 Feb 2011
01:32 delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
Original commit
Saturday, 8 Aug 2009
11:53 bsam search for other commits by this committer
Update to version 1.0.29.
Original commit
Thursday, 30 Jul 2009
09:10 bsam search for other commits by this committer
Update to version 1.0.28. Changes:
http://www.web2ldap.de/changes-1.0.html#1.0.28 .

Reported by:    miwibot
Original commit
Saturday, 25 Jul 2009
22:15 bsam search for other commits by this committer
Update to version 1.0.27. Changes:
http://www.web2ldap.de/changes-1.0.html#1.0.27
Original commit
Friday, 24 Jul 2009
09:53 bsam search for other commits by this committer
Update to version 1.0.26.

Pointed out by: miwibot
Original commit
Sunday, 19 Jul 2009
17:06 bsam search for other commits by this committer
Update to version 1.0.25. Changes:
http://www.web2ldap.de/changes-1.0.html#1.0.25
Original commit
Thursday, 2 Jul 2009
13:11 bsam search for other commits by this committer
Update to version 1.0.22.
Original commit
Thursday, 30 Apr 2009
07:28 bsam search for other commits by this committer
Update to version 1.0.20. Changes:
http://www.web2ldap.de/changes-1.0.html#1.0.20
Original commit
Tuesday, 14 Apr 2009
13:35 garga search for other commits by this committer
- Make it fetchable again

Approved by:    portmgr (erwin)
Original commit
Saturday, 11 Apr 2009
11:18 bsam search for other commits by this committer
Update to version 1.0.18.
Changes: http://www.web2ldap.de/changes-1.0.html#1.0.18
Original commit
Wednesday, 1 Apr 2009
16:43 bsam search for other commits by this committer
Update to version 1.0.17.
Original commit
Friday, 27 Mar 2009
13:36 bsam search for other commits by this committer
Update to version 1.0.16.
Original commit
Sunday, 22 Mar 2009
10:10 bsam search for other commits by this committer
Update to version 1.0.15.
Original commit
Friday, 20 Mar 2009
23:06 bsam search for other commits by this committer
Update to version 1.0.14.
Original commit
Tuesday, 10 Mar 2009
06:06 bsam search for other commits by this committer
Update to version 1.0.12.
Original commit
Thursday, 5 Mar 2009
09:08 bsam search for other commits by this committer
Update to version 1.0.11.
Original commit
Saturday, 14 Feb 2009
14:52 bsam search for other commits by this committer
Update to version 1.0.9.
Original commit
Sunday, 8 Feb 2009
19:22 bsam search for other commits by this committer
A forced commit to fix last log:
Update to version 1.0.8.
Original commit
19:18 bsam search for other commits by this committer
Here is the long awaited 4.3.0 release. It includes enhancements in nearly every
area.
Original commit
Monday, 5 Jan 2009
19:04 delphij search for other commits by this committer
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
Original commit
Monday, 13 Oct 2008
15:52 bsam search for other commits by this committer
Update to version 1.0.5. Changes since 1.0.4:

* Improvements to plugin modules/classes:

  o New plugin module lotusdomino for LDAP interface of Lotus
    Domino server.
  o New plugin class for attribute types found in schema of MIT
    Kerberos LDAP backend: krbTicketFlags, krbPrincipalType and
    krbTicketPolicyReference.
  o New plugin class for LDAP syntax UUID.
  o Fix in BitArrayInteger.formValue for adding new values.

* Case-insensitive sorting for...

  o attributes in table view when displaying or editing entries
  o object classes in object class input select lists
  o lists of schema links in schema viewer

* Fixed SyntaxErroronly occuring with Python_2.3.
* Several updates to the country code configuration file including
  a fix NON-ASCII encoding of country names.
Original commit
Sunday, 5 Oct 2008
22:53 bsam search for other commits by this committer
Update to version 1.0.4.
Original commit
Wednesday, 3 Sep 2008
13:36 bsam search for other commits by this committer
Update to 1.0.0 release.

Michael Stroder (author):
  Well, 10 years after the first public release (formerly called
  ldap-client-cgi) it was time for 1.0. ;-)

Changes:
  http://www.web2ldap.de/changes-1.0.html
Original commit
Saturday, 16 Aug 2008
14:39 bsam search for other commits by this committer
Update to version 0.16.41. Changelog:
http://www.web2ldap.de/changes-0.16.html#0.16.41
Original commit
Wednesday, 30 Jul 2008
14:06 bsam search for other commits by this committer
Update to version 0.16.40.
Original commit
Thursday, 17 Jul 2008
17:30 bsam search for other commits by this committer
Update to version 0.16.38. Changelog:
http://www.web2ldap.de/changes-0.16.html#0.16.38
Original commit
Tuesday, 24 Jun 2008
13:17 bsam search for other commits by this committer
Update to version 0.16.28.
Original commit
Saturday, 14 Jun 2008
13:43 bsam search for other commits by this committer
Update to version 0.16.24. Changes:
http://www.web2ldap.de/changes-0.16.html#0.16.24
Original commit
Friday, 28 Mar 2008
18:49 delphij search for other commits by this committer
Chase after py-ldap2 egg'ified
Original commit
Friday, 29 Feb 2008
08:14 bsam search for other commits by this committer
Update to 0.16.23, changelog:
http://www.web2ldap.de/changes-0.16.html#0.16.23
Original commit
Sunday, 17 Feb 2008
22:07 bsam search for other commits by this committer
Update to 0.16.22:
. Fixed a regression in plugin module for MS AD.
. Fixed a regression in and slightly improved plugin class for
  attribute auditContext.
Original commit
Monday, 17 Dec 2007
23:30 bsam search for other commits by this committer
Update to version 0.16.21. Change log since 0.16.20:
. fixed a regression in exporting printable output of search result list.
Original commit
Friday, 26 Oct 2007
23:05 bsam search for other commits by this committer
Update to 0.16.20. Changelog since 0.16.18:

0.16.20, Release Date: 2007-10-17
    * Fixed passing around attribute values of syntax OctetString
      as hidden parameters in template-based input form.
    * Fixed displaying the LDIF after a successful modify if the DN
      contains NON-ASCII characters.

0.16.19, Release Date: 2007-10-07
    * Fixed displaying the search results as a raw list of DNs.
Original commit

Number of commits found: 137 (showing only 100 on this page)

1 | 2  »