Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 May 2021 19:15:36 2.0.1
|
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sphinx-intl: Update to 2.0.1
- Sort RUN_DEPENDS
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/sphinx-doc/sphinx-intl/blob/master/CHANGES.rst |
04 May 2021 16:57:55 0.9.5_2
|
Rene Ladan (rene)  |
*: reset kmoore's ports after safekeeping his ports bit.
Hat: portmgr-secretary |
06 Apr 2021 14:31:07 0.9.5_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
0.9.5_2
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
28 Dec 2020 23:02:15
0.9.5_2
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
11 May 2020 23:51:58
0.9.5_2
|
dbaio  |
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
(Only the first 15 lines of the commit message are shown above ) |
20 Jun 2018 17:05:44
0.9.5_2
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
20 Jun 2018 16:58:30
0.9.5_2
|
mat  |
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight |
25 Apr 2018 16:42:38
0.9.5_2
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
30 Nov 2017 15:50:34
0.9.5_2 
|
mat  |
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 (Only the first 15 lines of the commit message are shown above ) |
01 Apr 2016 14:25:18
0.9.5_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
08 Jul 2015 14:21:07
0.9.5_2
|
kmoore  |
- Add depend upon py-six, required for some i18n functionality
- Bump PORTREV |
25 Jun 2015 13:00:31
0.9.5_1
|
kmoore  |
- Cleanup the Makefile
- Use CHEESESHOP as dist location
- Add python category
- Add LICENSE_FILE
- Fix order of USE_PYTHON |
24 Jun 2015 15:40:52
0.9.5_1
|
kmoore  |
- Add depend upon py-polib, required to function properly
- Bump PORTREV |
25 Mar 2015 15:50:18
0.9.5
|
kmoore  |
Add textproc/py-sphinx-intl
Sphinx-intl is a utility tool that provides several features that
makes it easy to translate and to apply translation to Sphinx
generated document.
WWW: https://pypi.python.org/pypi/sphinx-intl |