Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.2_1 25 Feb 2024 10:05:30 |
Muhammad Moinur Rahman (bofh) |
net/ripe-whois: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
3.2.2 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 ) |
3.2.2 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 ) |
3.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.2 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
3.2.2 11 Apr 2016 12:33:58 |
mat |
Fix build with FreeBSD 10.3+.
Sponsored by: Absolight |
3.2.2 21 Feb 2014 13:38:29 |
ehaupt |
Remove trailing whitespaces from category net |
3.2.2 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.2.2 06 Nov 2013 12:22:29 |
mat |
Convert to staging.
maintainer timeout
PR: ports/183191
Submitted by: mat |
3.2.2 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
3.2.2 06 Sep 2013 07:00:15 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
3.2.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.2.2 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
3.2.2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
3.2.2 09 Jan 2007 14:07:59 |
vd |
Upgrade net/ripe-whoi from 3.1.1v6 to 3.2.2
PR: ports/107230
Submitted by: vd
Approved by: Lars Erik Gullerud <lerik@nolink.net> (maintainer) |
3.1.1v6_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
3.1.1v6_1 06 Aug 2004 08:57:41 |
vs |
Fix running w/o INET6
Closes PR: ports/69941
Submitted by: Igor Karpov
Patch by: Lars Erik Gullerud (maintainer) |
3.1.1v6 25 Feb 2004 21:50:53 |
pav |
Port of the standalone RIPE whois client (whois3). The standalone
version is far more updated than the version included with the
ripe-whois-tools (net/ripetools) package, and includes IPv6 support.
PR: ports/62986
Submitted by: Lars Erik Gullerud <lerik@nolink.net> |