Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.3 24 Jun 2024 22:17:59 |
Sofian Brabez (sbz) |
devel/py-setproctitle: update to 1.3.3 |
1.3.2 16 Mar 2024 01:20:08 |
Gleb Popov (arrowd) |
*: Mark TESTING_UNSAFE |
1.3.2 23 Aug 2023 16:00:50 |
Sofian Brabez (sbz) |
devel/py-setproctitle: update to 1.3.2 |
1.2.3 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.2.3 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.2.3 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.2.3 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 ) |
1.2.3 08 Jun 2022 17:10:54 |
Sofian Brabez (sbz) |
devel/py-setproctitle: update to 1.2.3 |
1.2.2 28 May 2021 12:24:56 |
Sofian Brabez (sbz) Author: Mikael Urankar |
devel/py-setproctitle: update to 1.2.2
PR: 256191 |
1.1.10_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.10_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.1.10_1 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.1.10_1 16 Jun 2019 09:25:47 |
koobs |
devel/py-setproctitle: Fix conflict with concurrent Python flavors
Since devel/py-setproctitle installs HISTORY.rst and README.rst in a
fixed location, pkg won't allow multiple flavors installed at the same time
and concurrent ports conflict on install with each other.
This change adds USE_PYTHON=concurrent which compensates for files in
DOCSDIR automatically, by using a different directory for each Python
version.
PR: 238601
Submitted by: Ralf van der Enden <tremere cainites net>
Approved by: portmgr (blanket(s): just fix it, ports (python) compliance)
MFH: 2019Q2 (blanket: bugfix) |
1.1.10 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.1.10 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.1.10 21 Feb 2017 15:08:17 |
amdmi3 |
- Add py3-setproctitle, python counterpart of py-setproctitle
- While here, fix PYTHON_SITELIBDIR misuse, don't install license with docs and
add PyPi WWW |
1.1.10 02 Jul 2016 14:54:51 |
olivierd |
Update to 1.1.10
PR: 209671
Submitted by: myself
Approved by: sbz@ (maintainer, timeout > 1 month) |
1.1.9 04 Nov 2015 10:00:29 |
koobs |
devel/py-setproctitle: Update to 1.1.9
- Update PORTVERSION and distinfo checksum (1.1.9)
- Sort USE_PYTHON values
- Update COMMENT to match upstream (setup.py:description=)
- Update pkg-descr WWW: URL to match upstream (setup.py:url=)
- Strip shared library
- Add test target
Changes:
https://github.com/dvarrazzo/py-setproctitle/blob/version-1.1.9/HISTORY.rst
Approved by: sbz (maintainer)
Differential Revision: https://reviews.freebsd.org/D4007 |
1.1.8 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.1.8 06 Feb 2014 13:31:33 |
sbz |
- Update to 1.1.8 |
1.1.7 05 Feb 2014 21:23:07 |
antoine |
- Stage support
- Use PYDISTUTILS_AUTOPLIST |
1.1.7 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.1.7 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1.7 25 Feb 2013 10:18:12 |
sbz |
- Update to 1.1.7
- Convert to new option framework |
1.1.6 12 May 2012 14:34:01 |
sbz |
- Update to 1.1.6 |
1.1.5 27 Mar 2012 11:27:10 |
sbz |
- Update to 1.1.5
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
1.1.3 21 Nov 2011 22:59:45 |
sbz |
- Update to 1.1.3
PR: ports/162462
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
Approved by: miwi@ (mentor)
Feature safe: yes |
1.1.2 30 Mar 2011 10:10:15 |
sbz |
- Update to 1.1.2
PR: 1559565
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
Approved by: miwi@ (mentor) |
1.1.1 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
1.1.1 16 Feb 2011 08:45:40 |
wen |
- Update to 1.1.1
- Add LICENSE
PR: ports/154820
Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer) |
1.1 23 Aug 2010 09:11:17 |
jadawin |
- Update 1.1
PR: ports/149505
Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com> (maintainer) |
1.0.1 14 Jun 2010 09:22:40 |
gahr |
- Update to 1.0.1
PR: 147792
Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer) |
1.0 12 Mar 2010 14:45:15 |
gahr |
- New port: devel/py-setproctitle
A setproctitle implementation for Python.
The library allows a process to change its title (as displayed by system tools
such as ps(1) and top(1).
WWW: http://pypi.python.org/pypi/setproctitle/
PR: 144694
Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer)
Approved by: jadawin (wants his PRs, can't commit right now) |