| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.2.1 29 Sep 2025 06:48:25 commit hash: e4da9281047c3accdfacfb7c8fdba09da40a6baa commit hash: e4da9281047c3accdfacfb7c8fdba09da40a6baa commit hash: e4da9281047c3accdfacfb7c8fdba09da40a6baa commit hash: e4da9281047c3accdfacfb7c8fdba09da40a6baa files touched by this commit |
Jason E. Hale (jhale) search for other commits by this committer |
deskutils/treeline: Update to 3.2.1
https://github.com/doug-101/TreeLine/releases/tag/v3.2.1 |
3.2.0 04 Sep 2025 04:39:58 commit hash: 0afbb036f89e37674d3cab827406f4585d489e45 commit hash: 0afbb036f89e37674d3cab827406f4585d489e45 commit hash: 0afbb036f89e37674d3cab827406f4585d489e45 commit hash: 0afbb036f89e37674d3cab827406f4585d489e45 files touched by this commit |
Jason E. Hale (jhale) search for other commits by this committer |
deskutils/treeline: Update to 3.2.0
TreeLine has been ported to PyQt6.
https://github.com/doug-101/TreeLine/releases/tag/v3.2.0 |
3.1.6_1 19 Jun 2025 20:28:47 commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above View all of this commit message) |
3.1.6_1 19 Oct 2024 07:33:57 commit hash: f3eb2459d7dc14fa754ff9f21a53d339e500fbd2 commit hash: f3eb2459d7dc14fa754ff9f21a53d339e500fbd2 commit hash: f3eb2459d7dc14fa754ff9f21a53d339e500fbd2 commit hash: f3eb2459d7dc14fa754ff9f21a53d339e500fbd2 files touched by this commit |
Jason E. Hale (jhale) search for other commits by this committer |
*/*: Chase removal of sip from RUN_DEPENDS |
3.1.6 19 Oct 2024 07:21:41 commit hash: 0d0b4d9bb9082b6b330b1817d00eec83632476d6 commit hash: 0d0b4d9bb9082b6b330b1817d00eec83632476d6 commit hash: 0d0b4d9bb9082b6b330b1817d00eec83632476d6 commit hash: 0d0b4d9bb9082b6b330b1817d00eec83632476d6 files touched by this commit |
Jason E. Hale (jhale) search for other commits by this committer |
*/*: Remove qtbuilder and sip from RUN_DEPENDS
devel/py-qtbuilder and devel/py-sip should only be used as a
BUILD_DEPENDS. (e.g. USE_PYQT=qtbuilder:build sip:build)
Usually, these are only used to build the PyQt framework, but a few
other ports need them to build. Ports that have them as a BUILD_DEPENDS
unnecessarily haven't been audited yet.
Sip used to be needed for run, but this hasn't been the case for quite
some time. Runtime is provided by the devel/py-qt[56]-sip ports.
(USE_PYQT=pysip). The main PyQt ports provide this automatically, so
it isn't necessary to add it to individual consumers.
While here:
www/onionshare: Remove PyQt stuff completely. It uses PySide.
With hat: kde@ |
3.1.6 27 Jun 2023 19:34:34 commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit |
Rene Ladan (rene) search for other commits by this committer |
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> |
3.1.6 16 Jun 2023 16:49:43 commit hash: ba587957b6464514d4f13d801c4d2326d25d40b9 commit hash: ba587957b6464514d4f13d801c4d2326d25d40b9 commit hash: ba587957b6464514d4f13d801c4d2326d25d40b9 commit hash: ba587957b6464514d4f13d801c4d2326d25d40b9 files touched by this commit |
Jason E. Hale (jhale) search for other commits by this committer |
deskutils/treeline: Update to 3.1.6
https://github.com/doug-101/TreeLine/releases/tag/v3.1.6 |
3.1.5_2 25 Apr 2023 15:17:15 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit |
Christian Weisgerber (naddy) search for other commits by this committer |
audio/opus: bump consumers after update to 1.4 |
3.1.5_1 09 Mar 2023 11:15:07 commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2 commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2 commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2 commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2 files touched by this commit |
Loïc Bartoletti (lbartoletti) search for other commits by this committer |
PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine |
3.1.5 12 Sep 2022 19:45:56 commit hash: 1ea55f07d7a8abc90cb0b270c854817037066188 commit hash: 1ea55f07d7a8abc90cb0b270c854817037066188 commit hash: 1ea55f07d7a8abc90cb0b270c854817037066188 commit hash: 1ea55f07d7a8abc90cb0b270c854817037066188 files touched by this commit |
Jason E. Hale (jhale) search for other commits by this committer |
deskutils/treeline: Update to 3.1.5 |
07 Sep 2022 21:58:51 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit |
Stefan Eßer (se) search for other commits by this committer |
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) |
3.1.4_3 07 Sep 2022 21:10:59 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit |
Stefan Eßer (se) search for other commits by this committer |
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 View all of this commit message) |
3.1.4_3 20 Jul 2022 14:21:10 commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a files touched by this commit |
Tobias C. Berner (tcberner) search for other commits by this committer |
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 View all of this commit message) |
3.1.4_3 07 Mar 2022 17:39:13 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 files touched by this commit |
Loïc Bartoletti (lbartoletti) search for other commits by this committer |
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine |
3.1.4_2 27 Jan 2022 06:12:26 commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 files touched by this commit |
Loïc Bartoletti (lbartoletti) search for other commits by this committer |
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these (Only the first 15 lines of the commit message are shown above View all of this commit message) |
3.1.4_2 06 Apr 2021 14:31:07 commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit |
Mathieu Arnold (mat) search for other commits by this committer |
Remove # $FreeBSD$ from Makefiles. |
3.1.4_2 16 Mar 2021 09:29:54 Revision:568547 Original commit files touched by this commit |
lbartoletti search for other commits by this committer |
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR: 254218
Exp-run by: antoine |
3.1.4_1 08 Mar 2021 06:49:18 Revision:567825 Original commit files touched by this commit |
lbartoletti search for other commits by this committer |
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine |
3.1.4 31 Dec 2020 22:28:45 Revision:559781 Original commit files touched by this commit |
jhale search for other commits by this committer |
deskutils/treeline: Update to 3.1.4 |
3.1.3_2 15 Dec 2020 17:56:00 Revision:558168 Original commit files touched by this commit |
lbartoletti search for other commits by this committer |
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1
PR: 251764
Exp-run by: antoine |
3.1.3_1 05 Oct 2020 15:50:04 Revision:551499 Original commit files touched by this commit |
lbartoletti search for other commits by this committer |
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some
ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine |
3.1.3 27 Aug 2020 17:37:30 Revision:546374 Original commit files touched by this commit |
jhale search for other commits by this committer |
deskutils/treeline: Update to 3.1.3 |
3.1.2 03 Jul 2020 05:45:38 Revision:541072 Original commit files touched by this commit |
jhale search for other commits by this committer |
deskutils/treeline: Update to 3.1.2 |
3.1.1_1 11 Apr 2020 05:04:41 Revision:531396 Original commit files touched by this commit |
lbartoletti search for other commits by this committer |
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine |
3.1.1 25 Apr 2019 14:30:39 Revision:500004 Original commit files touched by this commit |
antoine search for other commits by this committer |
Clean up plist |
3.1.1 22 Mar 2019 00:55:11 Revision:496521 Original commit files touched by this commit |
jhale search for other commits by this committer |
deskutils/treeline: Update to 3.1.1 |
3.0.3 14 Feb 2019 13:23:51 Revision:492918 Original commit files touched by this commit |
jhale search for other commits by this committer |
deskutils/treeline: Update to 3.0.3 |
3.0.2_3 18 Jan 2019 21:14:42 Revision:490671 Original commit files touched by this commit |
jbeich search for other commits by this committer |
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 |
3.0.2_2 16 Jan 2019 11:13:45 Revision:490472 Original commit files touched by this commit |
tijl search for other commits by this committer |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above View all of this commit message) |
3.0.2_1 22 Nov 2018 20:18:37 Revision:485614 Original commit files touched by this commit |
tcberner search for other commits by this committer |
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714 |
3.0.2 23 Oct 2018 14:34:55 Revision:482840 Original commit files touched by this commit |
jhale search for other commits by this committer |
deskutils/treeline: Update to 3.0.2 |
3.0.1 01 Oct 2018 01:22:53 Revision:480993 Original commit files touched by this commit |
jhale search for other commits by this committer |
deskutils/treeline: Update to 3.0.1 |
3.0.0 06 Sep 2018 12:56:09 Revision:479099 Original commit files touched by this commit |
jhale search for other commits by this committer |
Fix patch that got corrupted while testing |
3.0.0 06 Sep 2018 12:51:34 Revision:479098 Original commit files touched by this commit |
jhale search for other commits by this committer |
- Update to 3.0.0
- Now uses PyQt 5.x
- Minimum python requirement raised to 3.5
- Remove DESKTOP_ENTRIES - source now includes a .desktop file
- Removed options
* PLUGINS - this version no longer uses them
- Added options
* ASPELL, HUNSPELL, and ISPELL - desired default spellchecker
* NLS - conditional native language support |
2.0.2 25 Feb 2018 00:10:49 Revision:462885 Original commit files touched by this commit |
jhale search for other commits by this committer |
Adopt a few ports |
2.0.2 24 Feb 2018 22:35:18 Revision:462871 Original commit files touched by this commit |
rene search for other commits by this committer |
Return pawel@'s ports to the pool after he resigned.
With hat: portmgr |
2.0.2 08 Dec 2017 17:05:59 Revision:455785 Original commit files touched by this commit |
pawel search for other commits by this committer |
- Update to version 2.0.2, now python3 based
- Remove dead mirror site
- Use shebangfix to fix python path
- Now that we have 3 additional plugins rename
HTTLOAD option to PLUGINS
Changelog: http://treeline.bellz.org/index.html |
1.4.1_9 31 May 2016 19:31:11 Revision:416214 Original commit files touched by this commit |
pawel search for other commits by this committer |
- Fix build by explicit stating sip as build dependency
- Remove pkg-install script, plugins directory is created
in do-install target, no need to do this twice
- Add LICENSE_FILE
- Convert to USES=pyqt |
1.4.1_9 01 Apr 2016 14:00:57 Revision:412346 Original commit files touched by this commit |
mat search for other commits by this committer |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4.1_9 08 Sep 2015 14:42:56 Revision:396383 Original commit files touched by this commit |
amdmi3 search for other commits by this committer |
- Add NO_ARCH
- Switch to options helpers
- Add empty directory and ignored files into plist
Approved by: portmgr blanket |
1.4.1_8 14 May 2015 10:15:09 Revision:386312 Original commit files touched by this commit |
mat search for other commits by this committer |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.4.1_8 23 Sep 2014 19:37:34 Revision:369115 Original commit files touched by this commit |
pawel search for other commits by this committer |
- Convert to USES=python
- Simplify pkg-plist |
1.4.1_8 10 Sep 2014 20:50:37 Revision:367888 Original commit files touched by this commit |
gerald search for other commits by this committer |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.4.1_7 28 Jan 2014 23:50:29 Revision:341678 Original commit files touched by this commit |
pawel search for other commits by this committer |
- Remove option for ispell spell checking, now deprecated [1]
- Add DOCS option to config menu
- Revise DESKTOP_ENTRIES
- Fix staging support, use install.py -b option to set
STAGEDIR correctly, otherwise it leaks to compiled
code and scripts
Submitted by: bapt [1] |
1.4.1_6 13 Jan 2014 21:00:04 Revision:339634 Original commit files touched by this commit |
rene search for other commits by this committer |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.4.1_6 26 Sep 2013 21:24:49 Revision:328415 Original commit files touched by this commit |
pawel search for other commits by this committer |
- This version does work only with python 2.x
- Remove option for xml parser, expat is pulled in by
port's dependencies so this is useless
- Use global descriptions for options
- Spelling backends are needed during runtime
- Add support for STAGEDIR |
1.4.1_5 20 Sep 2013 16:21:38 Revision:327718 Original commit files touched by this commit |
bapt search for other commits by this committer |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
1.4.1_5 10 Jul 2013 20:28:50 Revision:322730 Original commit files touched by this commit |
pawel search for other commits by this committer |
Use ${OPT}_DISTFILES for additional distfile
Submitted by: bapt |
1.4.1_5 10 Jul 2013 19:41:31 Revision:322729 Original commit files touched by this commit |
pawel search for other commits by this committer |
Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense |
1.4.1_5 14 Feb 2013 19:53:28 Revision:312238 Original commit files touched by this commit |
pawel search for other commits by this committer |
- Improve COMMENT
- Make RUN_DEPENDS path independent
- Remove ABI version from LIB_DEPENDS
- Trim Makefile header |
1.4.1_5 03 Feb 2013 18:16:55 Revision:311476 Original commit files touched by this commit |
makc search for other commits by this committer |
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip |
1.4.1_4 23 Jan 2013 15:00:19 Revision:310871 Original commit files touched by this commit |
makc search for other commits by this committer |
Bump PORTREVISION after DESKTOP_ENTRIES update |
1.4.1_3 07 Jun 2012 22:44:21 Original commit files touched by this commit |
pawel search for other commits by this committer |
Convert my ports to optionsNG |
1.4.1_2 06 Jun 2012 11:41:50 Original commit files touched by this commit |
avilla search for other commits by this committer |
- Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
component. [1]
- While here, fix typo in PORT_OPTIONS check in avidemux2.
Reported by: miwi via IRC [1]
With hat on: kde [1] |
1.4.1_2 06 Jun 2012 06:44:38 Original commit files touched by this commit |
miwi search for other commits by this committer |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.4.1_2 01 Jun 2012 05:26:28 Original commit files touched by this commit |
dinoex search for other commits by this committer |
- update png to 1.5.10 |
1.4.1_1 25 May 2012 01:50:36 Original commit files touched by this commit |
makc search for other commits by this committer |
Chase PyQT update |
1.4.1 23 Jan 2012 20:17:28 Original commit files touched by this commit |
pawel search for other commits by this committer |
- Update to version 1.4.1
- Project switched hosting from BERLIOS to SF
- Put LICENSE in right place to silence portlint
- net/py-qt4-network is now required to run
- Switch to bsd.port.options.mk
- Fix pkg-plist errors |
1.4.0 16 Apr 2011 15:21:14 Original commit files touched by this commit |
pawel search for other commits by this committer |
- Update to version 1.4.0
- Correct project homepage
Approved by: wen (mentor) |
1.2.4_1 23 Mar 2011 16:58:01 Original commit files touched by this commit |
pawel search for other commits by this committer |
- Update my email to FreeBSD
Approved by: miwi, wen (mentors) |
1.2.4_1 25 Feb 2011 00:12:12 Original commit files touched by this commit Sanity Test Failure |
miwi search for other commits by this committer |
- Move over to py25+ or above
- While here kick md5 support |
1.2.4 24 Oct 2010 23:29:10 Original commit files touched by this commit |
sahil search for other commits by this committer |
Fix MASTER_SITES so that the ':treeline' postfix is appended
to each element of MASTER_SITE_BERLIOS. Also add a suffix to
MASTER_SITE_SUBDIR to fetch the archive from the 'treeline'
subdir of the BERLIOS sites.
PR: ports/151676
Submitted by: sahil (myself)
Approved by: Pawel Pekala <c0rn@o2.pl> (maintainer) |
1.2.4 30 Sep 2010 04:27:13 Original commit files touched by this commit |
miwi search for other commits by this committer |
- Update to version 1.2.4
- Add LICENSE info
- Fix build with httpLoad plugin
- Add desktop entry
- Pass maintainership to submitter
PR: 150970
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Approved by: maintainer |
1.2.0_3 28 Mar 2010 06:47:48 Original commit files touched by this commit |
dinoex search for other commits by this committer |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.0_2 05 Feb 2010 11:46:55 Original commit files touched by this commit |
dinoex search for other commits by this committer |
- update to jpeg-8 |
1.2.0_1 30 Jan 2010 14:27:27 Original commit files touched by this commit |
fluffy search for other commits by this committer |
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters. |
1.2.0 13 Dec 2009 17:00:14 Original commit files touched by this commit |
miwi search for other commits by this committer |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
1.2.0 17 Aug 2008 00:57:01 Original commit files touched by this commit |
beech search for other commits by this committer |
- Update to 1.2.0
PR: ports/126344
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) |
1.0.2_1 06 Jun 2008 13:18:34 Original commit files touched by this commit |
edwin search for other commits by this committer |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.0.2 22 Jun 2007 06:36:25 Original commit files touched by this commit |
rafan search for other commits by this committer |
- Update to 1.0.2
PR: ports/113917
Submitted by: Tobias Roth <ports at fsck.ch> (maintainer) |
1.0.0_1 19 May 2007 20:32:57 Original commit files touched by this commit |
flz search for other commits by this committer |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0.0 10 Jul 2006 17:00:54 Original commit files touched by this commit |
miwi search for other commits by this committer |
- Update to 1.0.0
PR: ports/99837
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Approved by: krion (mentor) |
0.14.1 21 Feb 2006 16:43:46 Original commit files touched by this commit |
flz search for other commits by this committer |
- Update to 0.14.1.
PR: ports/93494
Submitted by: maintainer |
0.14.0_1 30 Jan 2006 23:20:05 Original commit files touched by this commit |
kuriyama search for other commits by this committer |
Chase shlib bump of libexpat. |
0.14.0 09 Jan 2006 22:53:48 Original commit files touched by this commit |
pav search for other commits by this committer |
- Fix WITH_HTTPLOAD option
PR: ports/91552
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) |
0.14.0 08 Jan 2006 18:16:15 Original commit files touched by this commit |
pav search for other commits by this committer |
- Update to 0.14.0
PR: ports/91512
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) |
0.12.0 31 Jul 2005 11:24:04 Original commit files touched by this commit |
sem search for other commits by this committer |
- Update to 0.12.0
PR: ports/84381
Submitted by: maintainer |
0.11.1 11 Mar 2005 10:11:11 Original commit files touched by this commit |
flz search for other commits by this committer |
- Update to 0.11.1.
PR: ports/78683
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Approved by: pav (mentor) |
0.11.0 09 Feb 2005 08:48:12 Original commit files touched by this commit |
pav search for other commits by this committer |
- Update to 0.11.0
PR: ports/77264
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) |
0.10.2 10 Jan 2005 22:00:46 Original commit files touched by this commit |
lofi search for other commits by this committer |
Update to 0.10.2
PR: ports/76008
Submitted by: Tobias Roth <ports@fsck.ch> |
0.10.1 08 Dec 2004 15:31:32 Original commit files touched by this commit |
lofi search for other commits by this committer |
PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being. |
0.10.1 01 Nov 2004 18:56:01 Original commit files touched by this commit |
pav search for other commits by this committer |
- Update to 0.10.1
PR: ports/73325
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) |
0.10.0 28 Oct 2004 17:33:28 Original commit files touched by this commit |
pav search for other commits by this committer |
- Update to 0.10.0
PR: ports/72893
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) |
0.9.0 02 Sep 2004 16:36:30 Original commit files touched by this commit |
arved search for other commits by this committer |
Update to 0.9.0
PR: 71279
Submitted by: Tobias Roth <ports@fsck.ch> |
0.8.1 13 Jul 2004 22:49:36 Original commit files touched by this commit |
pav search for other commits by this committer |
TreeLine helps you organise all your sticky notes, lists of books, movies,
website logins, personal contacts, or things to do.
It stores almost any kind of information. A tree structure makes it easy to
keep things organised. Each node in the tree can contain several fields,
forming a mini-database. The output format for each node can be defined, and
the output can be shown on the screen, printed, or exported to html.
PR: ports/68920
Submitted by: Tobias Roth <ports@fsck.ch> |