Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.0.0 21 Nov 2024 20:53:19
    |
Po-Chuan Hsieh (sunpoet)  |
converters/py-zfec: Update to 1.6.0.0
Changes: https://github.com/tahoe-lafs/zfec/releases |
1.5.7.4_1 15 Nov 2024 10:17:08
    |
Po-Chuan Hsieh (sunpoet)  |
converters/py-zfec: Cosmetic change |
1.5.7.4_1 23 Mar 2024 14:31:03
    |
Po-Chuan Hsieh (sunpoet)  |
converters/py-zfec: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.5.7.4 01 Nov 2023 01:57:05
    |
Po-Chuan Hsieh (sunpoet)  |
converters/py-zfec: Update to 1.5.7.4
Changes: https://github.com/tahoe-lafs/zfec/releases
https://github.com/tahoe-lafs/zfec/blob/master/NEWS.txt |
1.5.7.3 08 Oct 2023 11:54:46
    |
Po-Chuan Hsieh (sunpoet)  |
converters/py-zfec: Update to 1.5.7.3
Changes: https://github.com/tahoe-lafs/zfec/releases |
1.5.7.2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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> |
1.5.7.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) |
1.5.7.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 ) |
1.5.7.2 20 Jul 2022 14:21:03
    |
Tobias C. Berner (tcberner)  |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
1.5.7.2 16 Jun 2022 13:59:31
    |
Po-Chuan Hsieh (sunpoet)  |
converters/py-zfec: Update to 1.5.7.2
Changes: https://github.com/tahoe-lafs/zfec/releases
https://github.com/tahoe-lafs/zfec/commits/master |
1.5.5 25 Oct 2021 15:57:22
    |
Po-Chuan Hsieh (sunpoet)  |
converters/py-zfec: Cosmetic change |
1.5.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.5.5 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.5.5 24 Dec 2020 13:46:02
  |
kai  |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
1.5.5 15 Nov 2020 18:01:29
  |
sunpoet  |
Update to 1.5.5
Changes: https://github.com/tahoe-lafs/zfec/blob/master/NEWS.txt |
1.5.4 18 Oct 2020 15:35:18
  |
sunpoet  |
Update to 1.5.4
Changes: https://github.com/tahoe-lafs/zfec/blob/master/NEWS.txt |
1.5.3_1 29 Jan 2020 19:13:34
  |
sunpoet  |
Readd py-zfec 1.5.3
- Fix LICENSE
- Fix RUN_DEPENDS
- Relax USES=python by removing pyutil dependency
- Bump PORTREVISION for dependency change
- Take maintainership
Obtained
from: https://github.com/tahoe-lafs/zfec/commit/0441f248ffec150c9c27191b0b7a69a7364a5e7c
https://github.com/tahoe-lafs/zfec/commit/7d159d3b6ebb28417b333b89b11c0d88cc069568
https://github.com/tahoe-lafs/zfec/commit/819ca0443fc71e33e61226aef9b0b3fd1a93dd41 |
1.5.3 27 Jan 2020 15:34:18
  |
rene  |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.5.3 26 Dec 2019 07:54:29
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
1.5.3 22 Aug 2018 21:45:59
  |
sunpoet  |
Update pkg-descr and WWW |
1.5.3 22 Aug 2018 06:38:21
  |
wen  |
- Update to 1.5.3 |
1.5.2 20 Jun 2018 17:05:44
  |
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 |
1.5.2 25 Apr 2018 16:42:38
  |
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 |
1.5.2 11 Feb 2018 07:15:05
  |
antoine  |
Unbreak bulk -a |
1.5.2 11 Feb 2018 05:19:31
  |
yuri  |
converters/py-zfec: Update to 1.5.2
Changelog:
https://github.com/tahoe-lafs/zfec/blob/master/changelog
Additional port changes:
* Changed to DISTVERSION
* Updated dependencies according to setup.py
* USES=python because it supports all python versions
* Added library stripping
* Improved docs installation
* Replaced pkg-plist with PORTDOCS
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
1.4.24_1 08 Feb 2018 20:18:09
  |
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
1.4.24_1 12 Jan 2018 11:21:07
  |
rene  |
Return kevlo's ports to the pool, he handed in his commit bit.
With hat: portmgr-secretary |
1.4.24_1 30 Nov 2017 15:50:34
  |
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 ) |
1.4.24_1 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.4.24_1 19 Aug 2015 13:30:00
  |
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
1.4.24_1 20 Oct 2014 09:37:01
  |
bapt  |
Cleanup plist |
1.4.24_1 19 Oct 2014 07:50:54
  |
mva  |
- Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python
Approved by: portmgr (implicit) |
1.4.24_1 15 Jul 2014 15:04:30
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.4.24_1 08 Jun 2014 09:35:52
  |
mva  |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
1.4.24 22 Apr 2014 01:43:41
  |
kevlo  |
- Update to 1.4.24
- Support stage [1]
PR: ports/188603 [1]
Submitted by: Bartek Rutkowski [1] |
1.4.22_1 03 Jan 2014 16:12:21
  |
adamw  |
Convert converters to MDOCS and MEXAMPLES |
1.4.22_1 20 Nov 2013 20:51:25
  |
sunpoet  |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
1.4.22_1 20 Sep 2013 16:05:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
1.4.22_1 14 Mar 2012 01:29:53
 |
kevlo  |
Fix wrong doc path
Reported by: pointyhat
Feature safe: yes |
1.4.22 06 Mar 2012 01:34:22
 |
kevlo  |
Oops |
1.4.22 05 Mar 2012 03:14:52
 |
kevlo  |
Cosmetic change |
1.4.22 02 Mar 2012 09:28:52
 |
kevlo  |
Initial import of zfec-1.4.22
Zfec is a fast erasure codec which can be used with the command-line,
C, Python, or Haskell. |