Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.18.3 10 Mar 2023 22:42:11 |
Muhammad Moinur Rahman (bofh) |
devel/py-future: Update version 0.18.2=>0.18.3
Changelog:
https://github.com/PythonCharmers/python-future/releases/tag/v0.18.3 |
0.18.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.18.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.18.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.18.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.18.2 04 Feb 2021 14:35:00 |
mat |
Those ports are allowed to build a 2.7 flavor, for now. |
0.18.2 01 Nov 2019 18:38:09 |
bofh |
devel/py-future: Update version 0.18.1=>0.18.2 |
0.18.1_1 28 Oct 2019 13:27:05 |
bofh |
devel/py-future: Update version 0.17.1=>0.18.1 |
0.17.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.17.1 31 Dec 2018 22:36:14 |
bofh |
devel/py-future: Update version 0.16.0=>0.17.1 |
0.16.0 05 Aug 2018 19:08:44 |
sunpoet |
Convert to test framework
Approved by: portmgr (blanket) |
0.16.0 11 Mar 2017 13:16:20 |
bofh |
devel/py-future: Update version 0.15.2=>0.16.0 |
0.15.2_1 27 Jul 2016 20:45:28 |
bofh |
devel/py-future: Allow concurrent installation with different python
Submitted by: demon |
0.15.2 10 Jun 2016 08:47:31 |
bofh |
devel/py-future: Update version 0.14.3=>0.15.2 |
0.14.3 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.14.3 22 Dec 2014 10:59:49 |
koobs |
[NEW] devel/py-future: Clean single-source support for Python 3 and 2
future is the missing compatibility layer between Python 2 and Python 3.
It allows you to use a single, clean Python 3.x-compatible codebase to
support both Python 2 and Python 3 with minimal overhead.
WWW: https://python-future.org/
PR: 193094
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes) |