Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.4_4 31 Mar 2025 20:51:14
    |
Rene Ladan (rene)  |
all: expire consumers of security/py-oauth2client on 2025-06-01 |
4.0.4_4 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
4.0.4_3 13 Apr 2024 14:47:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
4.0.4_2 23 Feb 2024 03:31:44
    |
Muhammad Moinur Rahman (bofh)  |
deskutils/gcalcli: Moved man to share/man
Approved by: portmgr (blanket) |
4.0.4_1 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> |
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) |
4.0.4_1 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 ) |
4.0.4_1 20 Jul 2022 14:21:10
    |
Tobias C. Berner (tcberner)  |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.0.4_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.0.4_1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.0.4_1 29 Oct 2019 08:50:08
  |
bapt  |
Fix the location of the manpages |
4.0.4 12 May 2019 14:39:30
  |
kai  |
deskutils/gcalcli: Update to 4.0.4
* Remove options FUZZYDATE, SIMPLEJSON and DOCS:
* devel/py-parsedatetime is now explicitly required
* devel/py-simplejson is no longer used since the 3.2 release
* The supplied documentation doesn't contain useful information
* Simplify the Makefile by using Python's distutils to build the port
* Flavorize the port because the port also works with Python 3
While I'm here:
* Add location to the license file
Changelog since 3.4.0:
(Only the first 15 lines of the commit message are shown above ) |
3.4.0 28 Sep 2018 18:19:45
  |
miwi  |
- Update to 3.4.0
PR: 230553
Submitted by: ndowens@yahoo.com
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
3.2_3 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 ) |
3.2_3 24 Apr 2017 12:58:02
  |
miwi  |
- Fix shebangs
Submitted by: Jochen Neumeister (via irc) |
3.2_2 10 Jan 2017 19:24:36
  |
sunpoet  |
Move devel/py-gflags to devel/py-python-gflags and update to 3.1.0
- Add LICENSE_FILE
- Add NO_ARCH
- Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Remove PROJECTHOST
- Update WWW
Changes: https://github.com/google/python-gflags/releases
PR: 215614
Differential Revision: https://reviews.FreeBSD.org/D8926
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days) |
3.2_1 30 Jul 2016 10:51:46
  |
koobs  |
deskutils/gcalcli: Fix for oauth2client > 1.4.12
gcalcli requires a dependency on oauth2client <= 1.4.12 to work
correctly, as higher versions replaced the run() method with run_flow().
The version of oauth2client in ports is 2.2.0 at the time of writing.
Fixes for the issue [1][2][3] have been submitted upstream in multiple
cases, although upstream has closed them as duplicates of a refactor
issue [4] that is yet to be committed/resolved.
This commit commits the proposed change in issue #229 [2].
While I'm here:
(Only the first 15 lines of the commit message are shown above ) |
3.2 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.2 10 Sep 2015 15:24:13
  |
amdmi3  |
- Switch to options helpers
- Add some NO_ARCHes
Approved by: portmgr blanket |
3.2 06 May 2015 15:16:54
  |
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
3.2 17 Feb 2015 05:17:09
  |
lwhsu  |
- Update to 3.2
- Pass maintainership to submitter
Submitted by: Henrik Hudson <henrik@thelanman.net> |
2.4.2 19 Oct 2014 08:50:18
  |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
2.4.2 16 Mar 2014 17:45:48
  |
lwhsu  |
- Update to 2.4.2
PR: ports/187619
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com> |
2.1_1 20 Sep 2013 16:21:38
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
2.1_1 13 Nov 2012 08:58:24
  |
lwhsu  |
- Add missing dependency
PR: ports/173587
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Feature safe: yes |
2.1 12 Nov 2012 06:05:24
  |
lwhsu  |
- Update WWW to new site
Submitted by: lme
Feature safe: yes |
2.1 11 Nov 2012 09:51:55
  |
lwhsu  |
- Update to 2.1
PR: ports/173536
Submitted by: Mark Felder <feld@feld.me>
Feature safe: yes |
1.4_2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.4_2 16 Feb 2009 02:26:49
 |
lwhsu  |
- Add a patch to fix unicode supporting
PR: ports/125327
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> |
1.4_1 10 Apr 2008 23:49:35
 |
lwhsu  |
- Chase updating of devel/py-dateutil
Submitted by: pointyhat via pav |
1.4 06 Mar 2008 22:19:52
 |
edwin  |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
1.4 13 Dec 2007 05:45:52
 |
lwhsu  |
- Update to 1.4
- Take maintainership
Approved by: ijliao (maintainer) |
1.2 02 Oct 2007 03:18:55
 |
ijliao  |
add gcalcli 1.2
Google Calendar Command Line Interface |