Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.9_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
4.2.9 07 Dec 2023 05:12:48 |
Muhammad Moinur Rahman (bofh) |
net/irrd: Update version 4.2.8=>4.2.9
Changelog: https://irrd.readthedocs.io/en/v4.2.9/releases/4.2.9/ |
4.2.8 30 Sep 2023 11:01:22 |
Muhammad Moinur Rahman (bofh) |
net/irrd: Update version 4.2.7=>4.2.8
Changelog: https://github.com/irrdnet/irrd/releases/tag/v4.2.8 |
4.2.7 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> |
4.2.7 11 Mar 2023 16:07:45 |
Muhammad Moinur Rahman (bofh) |
net/irrd: Update version 4.2.6=>4.2.7
Changelog: https://github.com/irrdnet/irrd/releases/tag/v4.2.7 |
4.2.6 31 Dec 2022 21:58:57 |
Muhammad Moinur Rahman (bofh) |
net/irrd: Update version 4.2.5=>4.2.6
Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.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) |
4.2.5 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.2.5 06 Aug 2022 21:57:28 |
Muhammad Moinur Rahman (bofh) |
net/irrd: Update version 4.2.4=>4.2.5
Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.5 |
4.2.4 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 ) |
4.2.4 23 Apr 2022 15:23:30 |
Muhammad Moinur Rahman (bofh) |
net/irrd: Update version 4.2.2=>4.2.4
- Fix rc script to use irrd service rather than twisted
Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.4 |
4.2.2 05 Feb 2022 01:17:21 |
Yasuhiro Kimura (yasu) |
*/*: Cleanup after the removal of lang/python36
* Remove codes that aren't necessary after the removal of lang/python36
* Mark ports that aren't necessary with Python 3.7 or later as
DEPRECATED and set EXPIRATION_DATE.
PR: 261046
Approved by: lwhsu (python) |
4.2.2 06 Dec 2021 01:02:47 |
Muhammad Moinur Rahman (bofh) |
net/irrd: Update version 4.0.8=>4.2.2
Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.2 |
4.0.8 25 May 2021 13:55:43 |
Dmitry Marakasov (amdmi3) |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
4.0.8 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.0.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.8 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
4.0.8 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
4.0.8 08 Apr 2020 10:59:29 |
bofh |
net/irrd: Update version 2.3.10=>4.0.8
- Change LICENSE to BSD2CLAUSE from BSD4CLAUSE
- Utilizes UID and GID irrd for 252
- Take MAINTAINERSHIP
- Mentioned in UPDATING
- Both irrd-legacy and irrd can bes installed and run concurrently
Approved by: ume (private mail) |
2.3.10_3 18 Feb 2020 22:44:46 |
mat |
Use USE_GITHUB. |
2.3.10_3 16 Nov 2019 09:21:13 |
ume |
Update master site.
Though tarball was rerolled, the contents is not changed. |
2.3.10_3 16 Nov 2019 09:02:23 |
ume |
Unmark BROKEN.
It seems fetchable. |
2.3.10_3 06 Nov 2019 14:00:19 |
antoine |
Mark a few ports BROKEN (unfetchable) |
2.3.10_3 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
2.3.10_3 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
2.3.10_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.3.10_3 16 Oct 2015 11:13:50 |
ume |
- Fix pthread detection. [1]
- Add LICENSE.
- Use USES=tar:tgz.
- OPTIONS'fy.
- Don't hide install procedure.
PR: 203792 [1] |
2.3.10_2 02 Sep 2014 18:01:38 |
ume |
- Resurrect net/irrd with stagify.
- Take maintainership.
- Strip installed binary.
- Use shebangfix for perl scripts. |
2.3.10_1 01 Sep 2014 23:05:27 |
bapt |
Remove non staged ports without pending PR from net-p2p, net and news |
2.3.10_1 24 Jul 2014 15:57:24 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
2.3.10_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2.3.10_1 10 Jul 2013 23:59:46 |
jgh |
- fix from conversion in r322709
Approved by: maintainer (implicit) |
2.3.10_1 10 Jul 2013 16:23:40 |
bapt |
Mark job unsafe |
2.3.10_1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.3.10_1 15 Mar 2012 11:45:48 |
sem |
- Add patches to fix two crash dumps
Submitted by: Boris Lytochkin <lytboris_at_yandex-team.ru>
Feature safe: Yes |
2.3.10 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.3.10 19 Nov 2010 13:01:52 |
sem |
- Update to 2.3.10 |
2.3.9 27 Mar 2010 05:21:36 |
dougb |
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list. |
2.3.9 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.3.9 15 May 2009 12:15:41 |
sem |
- Update to 2.3.9 |
2.3.7 08 Apr 2009 16:23:22 |
sem |
- Update to 2.3.7 |
2.3.5 02 Nov 2008 13:46:09 |
sem |
- Update to 2.3.5 |
2.3.4_1 06 Jun 2008 13:50:32 |
edwin |
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) |
2.3.4 15 Feb 2008 14:18:26 |
sem |
- Add forgotten RC script |
2.3.4 15 Feb 2008 14:17:22 |
sem |
- Update to 2.3.4
- Take maintainership because of maintainer email is bounced:
takano@net-chef.net
Recipient address rejected: User unknown in local recipient table |
2.1.5 01 Oct 2007 08:11:15 |
linimon |
Mark as broken with gcc4.2. |
2.1.5 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
2.1.5 01 May 2006 03:22:21 |
ume |
Make it buildable on recent 7-CURRENT.
Reported by: ports-sparc64 via maintainer
Approved by: maintainer |
2.1.5 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
2.1.5 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
2.1.5 13 Jun 2004 10:21:31 |
nork |
o Add a rcNG script.
o Add dependency on ftp/wget.
o Fix re-close(3) problem.
o Add signal mask if already signaled.
Submitted by: TAKANO Yuji <takano@net-chef.net> (maintainer) |
2.1.5 19 Apr 2004 11:02:54 |
nork |
Change MAINTAINER address.
Requested by: maintainer |
2.1.5 14 Apr 2004 17:23:23 |
nork |
Add Internet Routing Registry database server(2.1.5).
Submitted by: TAKANO Yuji <takano@usen.ad.jp> |