Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6_1 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. |
2.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> |
2.6 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) |
2.6 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 ) |
2.6 14 Jul 2021 16:11:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-parsedatetime: Add NO_ARCH
Approved by: portmgr (blanket) |
2.6 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.6 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.6 13 Jul 2020 12:46:47
  |
lwhsu  |
Update to 2.6 |
2.5 22 Nov 2019 06:01:06
  |
lwhsu  |
- Update to 2.5 |
2.4_1 06 Nov 2017 19:46:59
  |
antoine  |
Remove unused future from install_requires
PR: 223477
Reported by: Jason Harris |
2.4 06 Nov 2017 11:25:33
  |
antoine  |
Update to 2.4
PR: 223467
Approved by: lwhsu (maintainer) |
2.1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.1 03 May 2016 01:06:20
  |
lwhsu  |
- Update to 2.1 |
1.4 13 Sep 2014 14:45:27
  |
lwhsu  |
- Update to 1.4 |
1.2 14 May 2014 14:22:24
  |
lwhsu  |
- Update to 1.2
- Pet portlint
PR: ports/189755
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
1.1.2_1 19 Feb 2014 08:07:35
  |
miwi  |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
1.1.2 23 Sep 2013 06:47:09
  |
lwhsu  |
- Update to 1.1.2 |
0.8.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) |
0.8.7 23 Dec 2011 03:01:38
 |
lwhsu  |
- Update to 0.8.7 |
0.8.6 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
0.8.6 15 Jun 2008 04:17:07
 |
lwhsu  |
- Update to 0.8.6 |
0.8.4 01 Jun 2008 09:42:37
 |
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
0.8.4 06 Mar 2008 22:19:52
 |
edwin  |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
0.8.4 30 Jul 2007 09:42:28
 |
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.8.4 22 Jun 2007 05:32:24
 |
lwhsu  |
- Update to 0.8.4
- Use CHEESESHOP in MASTER_SITES
- Respect NOPORTEXAMPLES |
0.8.3 04 Apr 2007 08:49:31
 |
lwhsu  |
- Change to my FreeBSD.org email
Approved by: clsung (mentor) |
0.8.3 24 Feb 2007 18:29:04
 |
clsung  |
Add py-parsedatetime 0.8.3, python module for parsing 'human readable'
date/time expressions.
PR: ports/109480
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> |