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: textproc/py-sphinx/Makefile

Number of commits found: 80

Wednesday, 6 Sep 2023
06:17 Yasuhiro Kimura (yasu) search for other commits by this committer
textproc/py-sphinx: Switch to use flit-core as build system

In Sphinx-5.3.0/pyproject.toml build system is specified as following.

[build-system]
requires = ["flit_core>=3.7"]
build-backend = "flit_core.buildapi"

I confirmed build succeeds with devel/py-flit-core as BUILD_DEPENDS.
And it also reduces the number of packages that are required as build
dependencies.

PR:		273577
Approved by:	sunpoet (python, maintainer)
commit hash: c404b33322488974e748f4fa85f1a99f2068f79d commit hash: c404b33322488974e748f4fa85f1a99f2068f79d commit hash: c404b33322488974e748f4fa85f1a99f2068f79d commit hash: c404b33322488974e748f4fa85f1a99f2068f79d c404b33
Sunday, 9 Jul 2023
10:28 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-sphinx: Convert to USE_PYTHON=cython_test

- Add comment for UTF-8 filename
commit hash: 8be567026f3fd15bdc6e4bb7e585d12ed8619356 commit hash: 8be567026f3fd15bdc6e4bb7e585d12ed8619356 commit hash: 8be567026f3fd15bdc6e4bb7e585d12ed8619356 commit hash: 8be567026f3fd15bdc6e4bb7e585d12ed8619356 8be5670
Friday, 30 Jun 2023
07:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-sphinx: Remove outdated PYTHON_REL check after lang/python37 removal
commit hash: 338ed701f3b17fcb68984adb11daf85624319de5 commit hash: 338ed701f3b17fcb68984adb11daf85624319de5 commit hash: 338ed701f3b17fcb68984adb11daf85624319de5 commit hash: 338ed701f3b17fcb68984adb11daf85624319de5 338ed70
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, 4 Apr 2023
18:29 Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 1730e97
Tuesday, 21 Mar 2023
19:22 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-sphinx: Fix 4cea0f3e80754304a64ff058727a891d37a3913a

- Update version requirement of *_DEPENDS
- Remove superfluous blank line
commit hash: 850dc26819a0d5ac35ffc3ed4d0328df077d361a commit hash: 850dc26819a0d5ac35ffc3ed4d0328df077d361a commit hash: 850dc26819a0d5ac35ffc3ed4d0328df077d361a commit hash: 850dc26819a0d5ac35ffc3ed4d0328df077d361a 850dc26
Tuesday, 14 Feb 2023
08:58 Dima Panov (fluffy) search for other commits by this committer
textproc/py-sphinx: update to 5.3.0 release (+)

Switch to PEP517 build

Changes:	https://www.sphinx-doc.org/en/master/changes.html (5.1.1 => 5.3.0)
Approved by:	python@ (lwhsu)

Sponsored by:   Serenity Cybersecurity, LLC
commit hash: 4cea0f3e80754304a64ff058727a891d37a3913a commit hash: 4cea0f3e80754304a64ff058727a891d37a3913a commit hash: 4cea0f3e80754304a64ff058727a891d37a3913a commit hash: 4cea0f3e80754304a64ff058727a891d37a3913a 4cea0f3
Monday, 30 Jan 2023
13:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-sphinx: Fix a7a3ac5596fdb27fb974c7993002b63994fe001e

- Update version requirement of RUN_DEPENDS
- Fix TEST_DEPENDS
- Convert to USE_PYTHON=pytest
commit hash: a61ad3cee50716cae16169f9d1ecac143e8d0dfd commit hash: a61ad3cee50716cae16169f9d1ecac143e8d0dfd commit hash: a61ad3cee50716cae16169f9d1ecac143e8d0dfd commit hash: a61ad3cee50716cae16169f9d1ecac143e8d0dfd a61ad3c
Monday, 16 Jan 2023
19:32 Dima Panov (fluffy) search for other commits by this committer
textproc/py-sphinx: update to 5.1.1 release (+)

This is latest Sphinx release which supports setuptools.

Changelog:	https://www.sphinx-doc.org/en/master/changes.html

Approved by:	python (lwhsu)
commit hash: a7a3ac5596fdb27fb974c7993002b63994fe001e commit hash: a7a3ac5596fdb27fb974c7993002b63994fe001e commit hash: a7a3ac5596fdb27fb974c7993002b63994fe001e commit hash: a7a3ac5596fdb27fb974c7993002b63994fe001e a7a3ac5
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
textproc: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexander@Leidinger.net
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexis Praga <alexis.praga@free.fr>
  *  Andreas Heil <ah@linux-hq.de>
  *  Andrei V. Shetuhin <reki@reki.ru>
  *  Andrej Zverev <andrey.zverev@electro-com.ru>
  *  Andrew <andrew@ugh.net.au>
  *  Andrew Humphrey <ahumphrey@realestate.com.au>
  *  Andrew Lewis <freeghb@gmail.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Romero <melanhit@gmail.com>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@FreeBSD.org>
  *  Anes Mukhametov <anes@anes.su>
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Yudin <toha@toha.org.ua>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ashish SHUKLA <wahjava@gmail.com>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Ben Haga <tuxsuximus@hotmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Benno Rice <benno@jeamland.net>
  *  Bill "I hate Perl" Fumerola
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bill Swingle <unfurl@FreeBSD.org>
  *  Bob Eager <rde@ml1.org.uk>
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Brian Candler <B.Candler@pobox.com>
  *  Brion Moss <brion@queeg.com>
  *  Carlos J Puga Medina <cpm@fbsd.es>
  *  Carlos J. Puga Medina <cpm@FreeBSD.org>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Hutchinson <portmaster@bsdforge.com>
  *  Christoper Key <cjk32@cam.ac.uk>
  *  Clemens Zauner <czauner+ports@onlineloop.com>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo G. Baio <dbaio@FreeBSD.org>
  *  David Bremner <bremner@unb.ca>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David Sze <dsze@alumni.uwaterloo.ca>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dereckson <dereckson@gmail.com>
  *  Dikshie
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dima Sivachenko <demon@gpad.ac.ru>
  *  Dirk Froemberg <dirk@FreeBSD.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Morozovsky <marck@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dom Mitchell <dom@happygiraffe.net>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dru Lavigne <dru@FreeBSD.org>
  *  Dryice Liu <dryice@dryice.name>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric A. Griff <eric@talesfromthereal.com>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erik Greenwald <erik@smluc.org>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Espen Tagestad <espen@tagestad.no>
  *  Eugene Furs <justas@mbank.lv>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Palmen <felix@palmen-it.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Filip Parag <filip@parag.rs>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Freddie Cash <fcash@sd73.bc.ca>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Dubuy <fdubuy@free.fr>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Garrett Rooney <rooneg@electricjellyfish.net>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Hartzell <hartzell@fruitfly.org>
  *  Gerald Pfeifer <gerald@pfeifer.com>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Glenn Trewitt <glenn@trewitt.org>
  *  Goran Tal <goran.tal@gmail.com>
  *  Graham Todd <gtodd@bellanet.org>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
  *  Henrik Motakef <henrik.motakef@web.de>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hiroki Sato <hrs@FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Ian Vaudrey <i.vaudrey@bigfoot.com>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  James Earl
  *  James Flemer <jflemer@alum.rpi.edu>
  *  James Raftery <james@now.ie>
  *  Jason Burgess <dev@fenux.net>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Putsch <jdputsch@comcast.net>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jie Gao <gaoj@cpsc.ucalgary.ca>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <johann@egenetics.com>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Jost Meixner <xmj@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John MacFarlane <jgm@berkeley.edu>
  *  John Marino <marino@FreeBSD.org>
  *  Jonathan Chen <jonc@chen.org.nz>
  *  Jos Backus <josb@cncdsl.com>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Josh Gilliam <josh@quick.net>
  *  Jov <amutu@amutu.com>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  KANOU Hiroki <kanou@khdd.net>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  KIRIYAMA Kazuhiko <kiri@FreeBSD.org>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Konstantin Menshikov <kostjnspb@yandex.ru>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kouichi ABE (WALL) <kouichi@mysticwall.com>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Lidl <kurt.lidl@cello.com>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Leland Wang <llwang@infor.org>
  *  Leo Kim <leo@florida.sarang.net>
  *  Lev Serebryakov <lev@serebryakov.spb.ru>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Marcin Cieslak
  *  Marcin Jessa <yazzy@yazzy.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mark R V Murray <mark@grondar.za>
  *  Martin Kammerhofer
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Marwan Burelle <marwan.burelle@lri.fr
  *  Masahiro Teramoto <markun@onohara.to>
  *  Mathieu Arnold <m@absolight.net>
  *  Matt Mills <matt_mills@btopenworld.com>
  *  Matthew Fuller <fullermd@over-yonder.net>
  *  Matthew Seaman
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Mauricio Herrera Cuadra <mauricio@arareko.net>
  *  Max Baryshnikov <mephius@gmail.com>
  *  Max N. Boyarov <m.boyarov@gmail.com>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Ranner <michael@ranner.eu>
  *  Michael Schout <mschout@gkg.net>
  *  Mike Bristow <mike@urgle.com>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Moggie <moggie@elasticmind.net>
  *  Mykola Dzham <freebsd@levsha.org.ua>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Neil Booth
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nik Clayton <nik@FreeBSD.org>
  *  Nikola Lecic <nikola.lecic@anthesphoria.net>
  *  Nosov Artem <chip-set@mail.ru>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Oliver Lehmann (oliver@FreeBSD.org)
  *  Olivier Duchateau
  *  Olivier Duchateau <olivierd@FreeBSD.org>
  *  Olivier Girard <Olivier.Girard@univ-angers.fr>
  *  Patrick Li <pat@databits.net>
  *  Patrick Powell <papowell@astart.com>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pav Lucistnik <pav@oook.cz>
  *  Pavel Timofeev <timp87@gmail.com>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Johnson <johnson.peter@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Petteri Valkonen <petteri.valkonen@iki.fi>
  *  Pietro Cerutti <gahr@gahr.ch>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Piotr Rybicki <meritus@innervision.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Radim Kolar <hsn@sanatana.dharma>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Rene Ladan <rene@FreeBSD.org>
  *  René Ladan <rene@freebsd.org>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Rick van der Zwet <info@rickvanderzwet.nl>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Rod Taylor <ports@rbt.ca>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Roger Leigh <rleigh@codelibre.net>
  *  Rong-En Fan <rafan@infor.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Cloran <russell@rucus.ru.ac.za>
  *  Russell Jackson <raj@csub.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Samuel Tardieu <sam@inf.enst.fr>
  *  Sascha Holzleiter <sascha@root-login.org>
  *  Scott Sanders <scott@jssjr.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Serge Gagnon <ser_gagnon@sympatico.ca>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shen Chun-Hsing <statue@freebsd.netlab.cse.yzu.edu.tw>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Olofsson <simon@olofsson.de>
  *  Soeren Boll Overgaard <boll@tolkien.dk>
  *  Sofian Brabez <sbz@FreeBSD.org>
  *  Stanislav Svirid <count@211.ru>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Pauly <stefan@fh-mainz.de>
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Stephen Roznowski (sjr@home.com)
  *  Stephon Chen <stephon@gmail.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@rubick>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sven R <freebsd@hackacad.net>
  *  Sébastien Santoro <dereckson@gmail.com>
  *  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 Gellekum <tg@FreeBSD.org>
  *  Thorsten Greiner <thorsten.greiner@web.de>
  *  Tilman Linneweh <arved@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timur Bakeyev <bat@cpan.org>
  *  Timur I. Bakeyev <timur@gnome.org>
  *  Toby Allsopp <toby@mi6.gen.nz>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom Judge <tom@tomjudge.com>
  *  Tom Sparks <tsparks@appliedops.net>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Ulrich Spoerlein <uqs@FreeBSD.org>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Uwe Pierau <uwe.pierau@tu-clausthal.de>
  *  Vadim Vatlin
  *  Vany <ivan@serezhkin.com>
  *  Vasek Balcar <vasek@ti.cz>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vidar Karlsen <vidar@karlsen.tech>
  *  Vivek Khera <vivek@khera.org>
  *  Volker Stolz <vs@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wen@FreeBSD.org>
  *  Will Andrews <will@FreeBSD.org>
  *  William Grzybowski <wg@FreeBSD.org>
  *  Xavier Humbert <xavier@amdh.fr>
  *  Xin LI <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yarema <yds@Necessitu.de>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yoshiro MIHIRA <sanpei@sanpei.org>
  *  Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yuri Pankov <yuri.pankov@gmail.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  Zhen REN <bg1tpt@gmail.com>
  *  Zhihao Yuan <lichray@gmail.com>
  *  ache
  *  andreas@marvin.robin.de
  *  andrey@kostenko.name
  *  anholt@FreeBSD.org
  *  antoine@FreeBSD.org
  *  arved
  *  b.f. <bf@FreeBSD.org>
  *  bf@FreeBSD.org
  *  brett@peloton.physics.montana.edu
  *  buganini@gmail.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  chinsan <chinsan@mail2000.com.tw>
  *  clsung
  *  clsung@dragon2.net
  *  dannyman <dannyman@tellme.com>
  *  dd
  *  domi@saargate.de
  *  eivind
  *  eric
  *  faber@lunabase.org
  *  fenner
  *  fenner@FreeBSD.org
  *  gahr
  *  gugabsd <gugabsd@mundounix.com.br>
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  jabley@automagic.org
  *  janos.mohacsi@bsd.hu
  *  jfieber
  *  jkoshy
  *  john@zoner.org
  *  jupengfei <jupengfei@gmail.com>
  *  kai
  *  kevit
  *  king@v2project.com
  *  kuriyama
  *  lars.eggert@gmx.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lofi@FreeBSD.org
  *  lth@FreeBSD.org
  *  mainland@apeiron.net
  *  mandree@FreeBSD.org
  *  markm@FreeBSD.org
  *  meyser@xenet.de
  *  mike
  *  milki <milki@rescomp.berkeley.edu>
  *  nectar
  *  nik
  *  nivit@users.sourceforge.net
  *  nork@FreeBSD.org
  *  paulh@logicsquad.net
  *  petef@databits.net
  *  peter.schuller@infidyne.com
  *  philip@p6m7g8.com
  *  ports@c0decafe.net
  *  reed@pugetsoundtechnology.com
  *  rfarmer@predatorlabs.net
  *  risner@stdio.com
  *  scheidell@secnap.net
  *  shige
  *  skreuzer
  *  snowchyld
  *  steve
  *  sumikawa@FreeBSD.org
  *  sumikawa@kame.net
  *  thierry@pompo.net
  *  tj@FreeBSD.org
  *  trasz
  *  trevor
  *  vanilla
  *  wen@FreeBSD.org
  *  wosch
  *  znerd@FreeBSD.org

With hat:	portmgr
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b 5cf7e35
Wednesday, 29 Jun 2022
16:32 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-sphinx: Convert to USE_PYTHON=pytest4
commit hash: 17bf483c82d5f8218520eb1d8b927964f802816d commit hash: 17bf483c82d5f8218520eb1d8b927964f802816d commit hash: 17bf483c82d5f8218520eb1d8b927964f802816d commit hash: 17bf483c82d5f8218520eb1d8b927964f802816d 17bf483
Monday, 27 Jun 2022
16:04 Dima Panov (fluffy) search for other commits by this committer
textproc/py-sphinx: update to 4.5.0 release (+)

While sphinx project provided 5.x branch, update our tree with 4.5.0 release.
It will satisfy requirements for consumers (e.g, Django40 require sphinx>=4.5.0
for offline HTML docs)
Exp-run was fine for 4.4.0, 4.5.0 is a bugfix, so no additional tests assumed.

PR:	261505
Exp-run by:	antoine
Approved by:	python (lwhsu)
commit hash: 943f17d9715038b88ac310a2760d028629aa1914 commit hash: 943f17d9715038b88ac310a2760d028629aa1914 commit hash: 943f17d9715038b88ac310a2760d028629aa1914 commit hash: 943f17d9715038b88ac310a2760d028629aa1914 943f17d
Tuesday, 26 Apr 2022
13:48 Dmitry Marakasov (amdmi3) search for other commits by this committer
textproc/py-sphinx: switch to USES=pytest and document failing tests

Reported by:	reprise
Approved by:	portmgr blanket (no explicit approval requested as the change only
affects testing)
commit hash: 05ede336183bd9ae9c8a88f2916db26111c83641 commit hash: 05ede336183bd9ae9c8a88f2916db26111c83641 commit hash: 05ede336183bd9ae9c8a88f2916db26111c83641 commit hash: 05ede336183bd9ae9c8a88f2916db26111c83641 05ede33
Monday, 28 Mar 2022
12:31 Dmitry Marakasov (amdmi3) search for other commits by this committer
textproc/py-sphinx: switch to pytest4

- Switch to pytest4 to avoid test failures after updating pytest to 7.x

PR:		256624
commit hash: 429facb51b6f90477d81e2c9b118a765eafb96a7 commit hash: 429facb51b6f90477d81e2c9b118a765eafb96a7 commit hash: 429facb51b6f90477d81e2c9b118a765eafb96a7 commit hash: 429facb51b6f90477d81e2c9b118a765eafb96a7 429facb
Tuesday, 11 Jan 2022
02:48 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Danilo G. Baio
textproc/py-sphinx: Update to 4.3.1

ChangeLog:	https://github.com/sphinx-doc/sphinx/blob/v4.3.1/CHANGES
PR:		257116
Approved by:	python (dbaio)
commit hash: 21fd9a9ed6faf24e1befc1240a0cf91a609349c4 commit hash: 21fd9a9ed6faf24e1befc1240a0cf91a609349c4 commit hash: 21fd9a9ed6faf24e1befc1240a0cf91a609349c4 commit hash: 21fd9a9ed6faf24e1befc1240a0cf91a609349c4 21fd9a9
Tuesday, 9 Nov 2021
15:52 Dmitry Marakasov (amdmi3) search for other commits by this committer
textproc/py-sphinx: bump PORTREVISION

Bump PORTREVISION after 7583c6f to actually fix the runtime problem
for these who installed py310-sphinx before the commit.

Approved by:	portmgr blanket
commit hash: ee1188dca2d16100f5f55444230e96db8d6b483f commit hash: ee1188dca2d16100f5f55444230e96db8d6b483f commit hash: ee1188dca2d16100f5f55444230e96db8d6b483f commit hash: ee1188dca2d16100f5f55444230e96db8d6b483f ee1188d
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 16 Mar 2021
21:10 dbaio search for other commits by this committer
textproc/py-sphinx: Update to 3.5.2

Add patches to fix Sphinx consumers; The most common issues are related with
pkg-plist, the output files for Sphinx changes between versions, keep this
dynamically is the better approach and will save time in future Sphinx updates.

Changelog:  https://github.com/sphinx-doc/sphinx/blob/v3.5.2/CHANGES

PR:		254185
Approved by:	python (with hat)
Exp-run by:	antoine
Original commitRevision:568615 
Tuesday, 12 Jan 2021
20:02 rene search for other commits by this committer
Remove unused PY_TYPING from textproc/py-sphinx[18].

Reviewed by:	dbaio
Original commitRevision:561373 
20:01 dbaio search for other commits by this committer
textproc/py-sphinx: Update to 3.4.3, Bugfix release

Changelog:	https://github.com/sphinx-doc/sphinx/blob/v3.4.3/CHANGES

Approved by:	python (with hat)
Original commitRevision:561372 
Sunday, 10 Jan 2021
14:04 dbaio search for other commits by this committer
textproc/py-sphinx: Update to 3.4.2

Changelog:	https://github.com/sphinx-doc/sphinx/blob/v3.4.2/CHANGES

PR:		252481
Approved by:	python (with hat)
Exp-run by:	antoine
Original commitRevision:561069 
Tuesday, 17 Nov 2020
22:45 dbaio search for other commits by this committer
textproc/py-sphinx: Update to 3.3.1, Bugfix release

Changelog:	https://github.com/sphinx-doc/sphinx/blob/v3.3.1/CHANGES

PR:		251197
Approved by:	python (with hat)
Original commitRevision:555607 
Sunday, 15 Nov 2020
12:17 dbaio search for other commits by this committer
textproc/py-sphinx: Update to 3.3.0

Changelog:	https://github.com/sphinx-doc/sphinx/blob/v3.3.0/CHANGES

PR:		250947
Approved by:	python (with hat)
Exp-run by:	antoine
Original commitRevision:555199 
Wednesday, 19 Aug 2020
21:48 dbaio search for other commits by this committer
textproc/py-sphinx: Update to 3.2.1

Changelog:	https://github.com/sphinx-doc/sphinx/blob/v3.2.1/CHANGES

PR:		248670
Exp-run by:	antoine
Original commitRevision:545457 
Tuesday, 7 Jul 2020
21:43 dbaio search for other commits by this committer
textproc/py-sphinx: Update to 3.1.2

Changelog:	https://github.com/sphinx-doc/sphinx/blob/v3.1.2/CHANGES

PR:		247801
Approved by:	dbaio (python, maintainer)
Exp-run by:	antoine
Original commitRevision:541454 
Tuesday, 9 Jun 2020
01:09 dbaio search for other commits by this committer
textproc/py-sphinx: Update to 3.0.4

Changelog:	https://github.com/sphinx-doc/sphinx/blob/v3.0.4/CHANGES

PR:		246935
Exp-run by:	antoine
Original commitRevision:538271 
Saturday, 30 May 2020
12:27 dbaio search for other commits by this committer
textproc/py-sphinx: Fix build (extract) with static bsdtar(1)

===>  Extracting for py37-sphinx-3.0.3,1
=> SHA256 Checksum OK for python/Sphinx-3.0.3.tar.gz.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
*** Error code 1

Issue found at least on arm64.aarch64 and mips.mips64 builds using
native-x-tools/poudriere.

As /usr/bin/tar is replaced by the binary in /nxb-bin/, pointing EXTRACT_CMD
to /usr/bin/bsdtar instead.

root@12-mips64-default:/tmp # file /usr/bin/tar
/usr/bin/tar: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD),
statically linked, for FreeBSD 12.1, FreeBSD-style, stripped

root@12-mips64-default:/tmp # file /usr/bin/bsdtar
/usr/bin/bsdtar: ELF 64-bit MSB executable, MIPS, MIPS-III version 1 (FreeBSD),
dynamically linked, interpreter /libexec/ld-elf.so.1, FreeBSD-style, for
FreeBSD 12.1, stripped

This patch bypass the issue here (all scenarios we have tested), but the
problem still exists and it's being tracked in bug 246670.

Please, see more details in bug 246618. Thanks to tijl, jbeich, kevans and
all people who helped in testing.

PR:		246618, 246670
Submitted by:	tijl
Reported by:	jbeich
Original commitRevision:537077 
Thursday, 21 May 2020
21:50 dbaio search for other commits by this committer
textproc/py-sphinx: Update to 3.0.3

Changelog:	https://github.com/sphinx-doc/sphinx/blob/v3.0.3/CHANGES

PR:		246513
Exp-run by:	antoine
Original commitRevision:536175 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Friday, 31 May 2019
10:00 sunpoet search for other commits by this committer
Introduce PY_TYPING and simplify Makefile

Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.

With hat:	python
Original commitRevision:503133 
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 
Tuesday, 8 Jan 2019
10:33 antoine search for other commits by this committer
Pass py-sphinx maintainership to python@
Original commitRevision:489666 
10:30 araujo search for other commits by this committer
Reset the maintainership back to ports@ because I'm not using these
ports anymore.
Original commitRevision:489665 
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 
Monday, 29 Jan 2018
11:29 sunpoet search for other commits by this committer
Fix RUN_DEPENDS

- Bump PORTREVISION for dependency change

typing is a conditional RUN_DEPENDS for Python versions prior to 3.5.

PR:		221891, 225136
Original commitRevision:460284 
06:45 araujo search for other commits by this committer
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]

PR:		ports/221891 [0] and ports/225136 [1]
Submitted by:	sunpoet [1]
Approved by:	antoine (portmgr)
Exprun by:	antoine (several rounds)
Sponsored by:	iXsystems, Inc.
Original commitRevision:460241 
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 
Thursday, 3 Aug 2017
18:49 pgj search for other commits by this committer
Backport fix for issue #3212

PR:		221116
Submitted by:	pgj
Approved by:	araujo (maintainer)
Obtained from:	https://github.com/sphinx-doc/sphinx/issues/3212
MFH:		2017Q3
Original commitRevision:447275 
Wednesday, 2 Aug 2017
12:53 kmoore search for other commits by this committer
- Pass maintainership over to Marcelo Araujo <araujo@>
Original commitRevision:447103 
Thursday, 8 Jun 2017
14:11 woodsb02 search for other commits by this committer
[NEW] textproc/py3-sphinx: Create Python 3.x version of this port

Also make the following changes for the master textproc/py-sphinx port:
 - Remove post-build introduced when port was updated to version 1.2 in
   r336515, but is no longer required after version 1.2.1 [1].
 - Include upstream patch which fixes the bundling of grammar files [2]

[1] https://github.com/sphinx-doc/sphinx/blob/1.2.1/CHANGES#L51-L53
[2]
https://github.com/sphinx-doc/sphinx/commit/b03b7e543f5e135d046d2fe407def219336c12b2

PR:		217475
PR:		217447
PR:		219833
Submitted by:	dbaio
Approved by:	kmoore (maintainer timeout)
Original commitRevision:442935 
Friday, 30 Dec 2016
06:37 antoine search for other commits by this committer
Revert sphinx upgrade as it breaks packaging of most ports depending on it

With hat:	portmgr
Original commitRevision:429958 
Thursday, 29 Dec 2016
16:39 kmoore search for other commits by this committer
- Update to 1.5.1

PR: 215311
Submitted by: Wen Heping <wen@freebsd.org>
Original commitRevision:429929 
Monday, 28 Nov 2016
14:12 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add NO_ARCH

Approved by:	portmgr blanket
Original commitRevision:427320 
Friday, 18 Nov 2016
20:46 kmoore search for other commits by this committer
 - Fix issue with pkg-plist and missing pickle

PR: 214634
Reported by: rakuco@
Original commitRevision:426339 
Thursday, 17 Nov 2016
18:33 kmoore search for other commits by this committer
- Update to 1.4.8
Original commitRevision:426296 
Tuesday, 20 Sep 2016
14:37 kmoore search for other commits by this committer
- Add RUN_DEPEND on security/ca_root_nss
- Bump PORTREV

PR: 212049
Original commitRevision:422502 
Monday, 12 Sep 2016
13:38 kmoore search for other commits by this committer
- Update to 1.4.6
Original commitRevision:421924 
Tuesday, 21 Jun 2016
16:55 kmoore search for other commits by this committer
- Update to 1.4.4

PR: 209878
Original commitRevision:417278 
Thursday, 12 May 2016
15:53 kmoore search for other commits by this committer
- Update to 1.4.1
Original commitRevision:415071 
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 
Thursday, 6 Aug 2015
07:02 lwhsu search for other commits by this committer
- Update dependencies to match upstream's requirement

Approved by:	kmoore
Original commitRevision:393634 
Wednesday, 15 Jul 2015
15:26 kmoore search for other commits by this committer
- Add new RUN_DEPEND on py-babel, fixes issue compiling llvm36 and possibly
  others
- Bump PORTREV

PR: 201587
Submitted by: Christian Heckendorf <heckendorfc@gmail.com>
Original commitRevision:392156 
Tuesday, 14 Jul 2015
14:32 kmoore search for other commits by this committer
- Update textproc/py-sphinx to 1.3.1
- Reverse depend upon textproc/py-sphinx_rtd_theme
- Take maintainership of textproc/py-sphinx

Approved by: lwhsu@
Original commitRevision:392004 
Tuesday, 2 Sep 2014
16:49 lwhsu search for other commits by this committer
- Update to 1.2.3
Original commitRevision:367048 
Sunday, 15 Jun 2014
09:52 mva search for other commits by this committer
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
Original commitRevision:357860 
Thursday, 6 Mar 2014
14:58 sunpoet search for other commits by this committer
- Update LICENSE

Approved by:	portmgr (blanket)
Original commitRevision:347238 
Tuesday, 4 Mar 2014
12:48 lwhsu search for other commits by this committer
- Update to 1.2.2
Original commitRevision:347016 
Tuesday, 28 Jan 2014
03:07 lwhsu search for other commits by this committer
- Update to 1.2.1
- Fix Python 3 support
Original commitRevision:341497 
Sunday, 15 Dec 2013
11:47 lwhsu search for other commits by this committer
- Update to 1.2
Original commitRevision:336515 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Tuesday, 17 Jul 2012
12:46 nivit search for other commits by this committer
- Bump PORTREVISION (changed pkg-plist)
- Add code to generate the pickle file of sphinx/pycode/Grammar.txt,
  otherwise it can be generated indirectly by another port, which uses
  the command sphinx-build (analyzing Python code).
  See http://goo.gl/AIqn1

Reported by:	pointyhat (via erwin)
Approved by:	lwhsu (maintainer), via private email
Original commit
Monday, 25 Jun 2012
16:39 lwhsu search for other commits by this committer
- Update to 1.1.3

PR:             ports/169264
Submitted by:   Marcin Cieslak <saper@saper.info>
Original commit
Tuesday, 8 Nov 2011
16:31 lwhsu search for other commits by this committer
- Update to 1.1.2

PR:             ports/162359
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
Original commit
Friday, 18 Feb 2011
02:06 lwhsu search for other commits by this committer
- Update to 1.0.7
Original commit
Sunday, 28 Nov 2010
14:46 lwhsu search for other commits by this committer
- Update to 1.0.5
Original commit
Sunday, 19 Sep 2010
15:33 lwhsu search for other commits by this committer
- Update to 1.0.4
Original commit
Tuesday, 24 Aug 2010
20:56 lwhsu search for other commits by this committer
- Update to 1.0.3
Original commit
Saturday, 12 Jun 2010
05:21 lwhsu search for other commits by this committer
- Update to 0.6.7
Original commit
Wednesday, 26 May 2010
12:14 lwhsu search for other commits by this committer
- Update to 0.6.6
Original commit
Saturday, 3 Apr 2010
19:26 lwhsu search for other commits by this committer
- Update to 0.6.5
Original commit
Friday, 15 Jan 2010
10:55 lwhsu search for other commits by this committer
- Update to 0.6.4
Original commit
Saturday, 5 Sep 2009
09:36 lwhsu search for other commits by this committer
- Update to 0.6.3
Original commit
Thursday, 18 Jun 2009
07:45 lwhsu search for other commits by this committer
- Update to 0.6.2
Original commit
Saturday, 28 Mar 2009
15:57 lwhsu search for other commits by this committer
- Update to 0.6.1

PR:             ports/133034 (based on)
Submitted by:   Wen Heping <wenheping AT gmail.com>
Original commit
Thursday, 18 Dec 2008
23:00 lwhsu search for other commits by this committer
- Update to 0.5.1
Original commit
Sunday, 30 Nov 2008
22:03 lwhsu search for other commits by this committer
- Update to 0.5

PR:             ports/129111
Submitted by:   Wen Heping <wenheping AT gmail.com>
Original commit
Saturday, 11 Oct 2008
21:17 lwhsu search for other commits by this committer
- Update to 0.4.3
Original commit
Sunday, 7 Sep 2008
19:38 lwhsu search for other commits by this committer
Add py-sphinx 0.4.2, python documentation generator.
Original commit

Number of commits found: 80