Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.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.9.3 18 Jan 2023 10:36:11 |
Nuno Teixeira (eduardo) |
*/*: Maintainer reset for linpct@gmail.com
Many consecutive timeouts. We thank linpct for all his efforts and
hope to see him back in the future.
PR: 267643 |
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.9.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.9.3 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.9.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.3 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.9.3 03 Aug 2020 10:46:41 |
kai |
sysutils/py-ranger: Update to 1.9.3
While I'm here:
* Backport a runtime fix for environments that don't have sysutils/screen
installed but have TERM set to "screen".
* Reduce patching by switching manpages to the preferred share/man location.
* Rebase and document the patch that avoids hardcoded paths to w3mimgdisplay
(which is supplied via www/w3m-img).
Changelog:
https://github.com/ranger/ranger/blob/v1.9.3/CHANGELOG.md
PR: 247938
Submitted by: Greg Fitzgerald <gregf@hugops.pw> (based on)
Approved by: maintainer timeout (3+ weeks)
MFH: No (contains more additions/improvements than bugfixes) |
1.9.2_1 27 May 2020 15:31:55 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 4). |
1.9.2_1 03 Aug 2019 20:55:09 |
kai |
sysutils/py-ranger: Respect hier(7) and make concurrent safe
Documentation related files were installed into ${PREFIX}/doc instead of
${PREFIX}/share/doc. [1] Take this opportunity too to make the port
concurrent safe as it installs beside documentation also scripts and a
desktop entry.
Introduce an appropriate workaround for the desktop entry by prefixing the
filename after the corresponding Python flavor and also take care for the
script executable. Add "desktop-file-utils" to USES to update the desktop
database and reduce warnings in the stage QA.
Remove "python_OLD_CMD" that is no longer required and place a "do-test"
target with the required dependencies to easen QA related tasks in future.
PR: 237775
Reported by: Ting-Wei Lan <lantw44@gmail.com> [1]
Approved by: maintainer timeout (14 days) |
1.9.2 25 Dec 2018 11:05:18 |
tobik |
sysutils/py-ranger: Update to 1.9.2
Changes: https://raw.githubusercontent.com/ranger/ranger/v1.9.2/CHANGELOG.md
PR: 233655
Submitted by: gregf@hugops.pw
Approved by: linpct@gmail.com (maintainer timeout, 25 days) |
1.9.1 13 Jun 2018 05:58:36 |
pi |
sysutils/py-ranger: update 1.8.1 -> 1.9.1
- update WWW
PR: 228738
Submitted by: linpct@gmail.com (maintainer)
Relnotes: https://ranger.github.io/changelog.html |
1.8.1_1 21 Apr 2017 16:23:17 |
miwi |
- Fix shebangs |
1.8.1 21 Feb 2017 14:35:32 |
krion |
Update sysutils/py-ranger 1.8.1
PR: 217245
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9684 |
1.7.2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.7.2 12 Apr 2016 07:15:04 |
pi |
sysutils/py-ranger: 1.7.1 -> 1.7.2
Changes:
- Fixed file name arguments passed to sxiv and feh when using :flat
- Fixed removal of empty directories when using :rename
- Fixed free disk space display on Mac OS X
- Fixed examples/vim_file_chooser to work with gvim too
- Fixed some other rare crashes and bugs
- Fixed downward mouse wheel scrolling
- Fixed warning about regex splits being drawin in title bar since python3.5
- Really fixed S key binding not working when SHELL=fish
- Improved doc/cheatsheet.svg
- Added some entries to rifle.conf
- Added key bindings pO and pP which work like po and pp but queue
the operation in a first-in-first-out order.
PR: 208734
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer) |
1.7.1 13 Aug 2015 11:02:50 |
amdmi3 |
- Update to 1.7.1
- Switch to autoplist
- Add NO_ARCH, LICENSE and fix shebangs
PR: 201034
Submitted by: linpct@gmail.com (maintainer) |
1.6.1_2 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
1.6.1_2 24 Oct 2014 16:56:10 |
mva |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
1.6.1_2 05 Feb 2014 15:55:17 |
swills |
- Patch ext/img_display.py with correct lib path [1]
- Convert to staging
PR: ports/186469 [1]
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) [1] |
1.6.1 23 Sep 2013 18:17:05 |
swills |
- Update to 0.11.7
PR: ports/181963
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) |
1.6.0 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.6.0 25 Jun 2013 18:20:39 |
swills |
- Update to 1.6.0
PR: ports/179943
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) |
1.5.5 23 Aug 2012 06:48:09 |
culot |
- Update to 1.5.5
- Update MASTER_SITES
Changes: http://git.savannah.gnu.org/cgit/ranger.git/tree/CHANGELOG
PR: ports/170820
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) |
1.5.4 14 Aug 2012 10:09:50 |
sunpoet |
- Add py-ranger 1.5.4
Ranger is a file manager with VI key bindings.
WWW: http://nongnu.org/ranger/
PR: ports/169843
Submitted by: Jin-Sih Lin <linpct@gmail.com> |