Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.19.6 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.19.6 05 Nov 2022 20:38:20 |
Muhammad Moinur Rahman (bofh) |
net/py-twitter-tools: Update version 1.19.3=>1.19.6
- Add USE_PYTHON=nose
Relnotes:
https://github.com/python-twitter-tools/twitter/releases/tag/twitter-1.19.6 |
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.19.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.19.3 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.19.3 12 Mar 2022 10:36:26 |
Muhammad Moinur Rahman (bofh) |
net/py-twitter-tools: Update version 1.18.0=>1.19.3
Relnotes:
https://github.com/python-twitter-tools/twitter/releases/tag/twitter-1.19.3 |
1.18.0 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
1.18.0 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
1.18.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.18.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.18.0 25 Apr 2019 10:59:37 |
koobs |
net/py-twitter-tools: Update to 1.18.0
- Remove tests patch (upstreamed/released)
This release adds Python 3 support. A changelog could not be found. |
1.17.1 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.17.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.17.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.17.1 20 Feb 2016 10:45:29 |
koobs |
net/py-twitter-tools: Update to 1.17.1
- Update PORTVERSION and distinfo checksum (1.17.1) [1]
- Update test target (modern convention)
- Enable concurrent (Python version) installation
- Enable architecture independence (NO_ARCH)
- Remove patch to setup.py (upstreamed)
- Backport commit 15ea270 to fix test_sanity tests
A number of test failures are (still) present in test_util [2]
[2] https://github.com/sixohsix/twitter/issues/166
PR: 207365 [1]
Submitted by: bsam [1] |
1.15.0 07 May 2015 17:26:06 |
mat |
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.15.0 26 Dec 2014 02:53:36 |
koobs |
net/py-twitter-tools: Update to 1.15.0
- Update to 1.15.0
- Add LICENSE_FILE
- Add TEST_DEPENDS and regression-test: target
- Remove GH_PROJECT (value is now the default)
- Patch tests_require and test_suite into setup.py, send upstream [1]
[1] https://github.com/sixohsix/twitter/pull/272 |
1.14.1 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
1.14.1 22 Mar 2014 07:19:47 |
koobs |
net/py-twitter-tools: Update to 1.14.1, Modernise.
- Update to 1.14.1
- Enable AUTOPLIST support, remove PYDISTUTILS_PKGNAME accordingly
- Deprecate easy_install target, remove zip_safe setup.py patch accordingly
- Use PKGNAMESUFFIX, so we dont need DISTNAME override (and pets portlint!)
Changes:
https://github.com/sixohsix/twitter/commits/twitter-1.14.1 |
1.10.2 30 Nov 2013 18:05:33 |
koobs |
net/py-twitter-tools: Update to 1.10.2
- Update to 1.10.2
- Enable STAGE support
- Enable AUTOPLIST support, delete pkg-plist
- Re-order while i'm here
Changes:
https://github.com/sixohsix/twitter/commits/twitter-1.10.2 |
1.10.0 20 Oct 2013 05:47:59 |
koobs |
net/py-twitter-tools: Update to 1.10.0
- Update to 1.10.0
- Update pkg-plist
- Add LICENSE
Changes:
https://github.com/sixohsix/twitter/commits/twitter-1.10.0 |
1.9.4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.9.4 12 Jun 2013 13:05:02 |
koobs |
net/py-twitter-tools: Python API and CLI toolset for Twitter [NEW PORT]
The Minimalist Twitter API for Python is a Python API for Twitter, everyone's
favorite Web 2.0 Facebook-style status updater for people on the go.
Also included is a twitter command-line tool for getting your friends' tweets
and setting your own tweet from the safety and security of your favorite shell
and an IRC bot that can announce Twitter updates to an IRC channel.
WWW: https://github.com/sixohsix/twitter |