Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.3_1 24 Feb 2024 11:18:59 |
Muhammad Moinur Rahman (bofh) |
irc/eggdrop: 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) |
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 27 Aug 2022 12:37:55 |
Daniel Engberg (diizzy) |
irc/eggdrop: Modernize port
* Use upstream release archive as recommended by Porters Handbook USE_GITHUB
section
* Remove MAKE_JOBS_UNSAFE and LLD_UNSAFE
* Remove obsolete CONFLICTS entry (port removed 2 years ago)
* Minor cosmetic changes
* Return port to pool
PR: 266065
Reviewed by: dbaio |
1.9.3 27 Aug 2022 11:38:40 |
Danilo G. Baio (dbaio) |
irc/eggdrop: Update to 1.9.3
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.3/NEWS |
1.9.2 20 Jul 2022 14:22:09 |
Tobias C. Berner (tcberner) |
irc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* A. Gabriel <backslash@BSDCode.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Alfred Perlstein <alfred@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ben Hutchinson <benhutch@xfiles.org.uk>
* Bill Fumerola <billf@chc-chimes.com>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Craig Edwards <brain@mail1.chatspike.net> (Only the first 15 lines of the commit message are shown above ) |
1.9.2 19 Mar 2022 23:12:44 |
Danilo G. Baio (dbaio) |
irc/eggdrop: Update to 1.9.2
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.2/NEWS |
1.9.1 01 Jun 2021 23:22:10 |
Danilo G. Baio (dbaio) |
irc/eggdrop: Update to 1.9.1
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.1/NEWS |
1.9.0 06 Apr 2021 23:42:04 |
Danilo G. Baio (dbaio) |
irc/eggdrop: Update to 1.9.0
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.0/NEWS |
1.8.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.4 27 May 2020 13:43:31 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
1.8.4 07 Mar 2020 19:00:47 |
dbaio |
irc/eggdrop[-devel]: Update conflicts
eggdrop16 was removed from tree |
1.8.4 04 Jan 2020 19:29:51 |
dbaio |
irc/eggdrop[-devel]: Fix build with ssl other than base
PR: 242988
Submitted by: wcarson.bugzilla@disillusion.net |
1.8.4 24 Nov 2019 18:57:21 |
dbaio |
irc/eggdrop: Update to 1.8.4
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.8.4/NEWS |
1.6.21_1 23 Oct 2019 22:54:20 |
dbaio |
irc/eggdrop[-devel]: Take MAINTAINER'ship |
1.6.21_1 21 Oct 2019 21:57:15 |
bdrewery |
Drop maintainership |
1.6.21_1 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
1.6.21_1 12 Jun 2019 15:37:02 |
gahr |
irc/eggdrop: remove meaningless 85+ from USES tcl |
1.6.21_1 29 Mar 2018 15:02:05 |
emaste |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876 |
1.6.21_1 29 Mar 2018 11:01:53 |
krion |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226977
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
1.6.21_1 01 Dec 2016 11:18:04 |
mat |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
1.6.21_1 26 Aug 2015 19:37:58 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
1.6.21_1 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
1.6.21_1 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
1.6.21_1 20 Feb 2014 09:47:01 |
gahr |
- Convert to USES=tcl
- STAGE-clean |
1.6.21_1 13 Jan 2014 21:40:35 |
bdrewery |
Take maintainership |
1.6.21_1 10 Jan 2014 03:14:45 |
tabthorpe |
- Reassign to the heap due to mail bounces |
1.6.21_1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
1.6.21_1 15 May 2013 09:42:00 |
gahr |
- Fix build with Tcl/Tk 8.6
Reported by: miwi (Tcl/Tk 86 exp-run)
Approved by: portmgr |
1.6.21_1 25 Feb 2013 21:21:37 |
beech |
-Fix build with clang
- Shorten Makefile header
PR: ports/175746
Submitted by: Bryan Drewery <bdrewery@FreeBSD.org> |
1.6.21 14 Jun 2012 21:27:38 |
beech |
- Update to 1.6.21
- Note: The ssl patch has been removed and no longer supported upstream.
The new eggdrop-devel is experimental, but has ssl support.
PR: ports/169054
Submitted by: James Wade <james.wade@phurix.co.uk> |
1.6.20_1 13 Nov 2011 17:33:47 |
crees |
Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCS
PR: ports/162136
Submitted by: 4720@hushmail.com
Approved by: [no rejections from any maintainer within 14 days]
Feature safe: yes |
1.6.20_1 06 Oct 2011 17:54:31 |
beech |
- Add upstream patch to address segfault issue with tcl-8.6
- Bump portrevision |
1.6.20 28 Jun 2011 00:48:30 |
beech |
- Change IGNORE to BROKEN
Submitted by: linimon |
1.6.20 27 Jun 2011 19:39:25 |
beech |
- Mark IGNORE if WITH_SSL is defined, and the system is amd64
PR: ports/158338
Submitted by: Glen Barber <gjb@FreeBSD.org> |
1.6.20 19 Feb 2011 15:14:08 |
miwi |
- Fix build
- Remove 0 byte patches
Reported by: sperber @irc.unixfreunde.de #fbsd-mentors
Pointy hat to: beech@ |
1.6.20 17 Feb 2011 01:56:59 |
beech |
Update to 1.6.20
PR: ports/153752
Submitted by: Kristian Kraemmer Nielsen (jkkn@blackbird.jkkn.net)
Approved by: itetcu (mentor)(implicit) |
1.6.19_2 04 Dec 2010 03:25:02 |
beech |
Take maintainership.
Approved by: itetcu (mentor) (implicit) |
1.6.19_2 15 Dec 2009 19:22:48 |
linimon |
Reset maintainer at his request.
PR: ports/141647 |
1.6.19_2 04 Dec 2009 02:38:52 |
linimon |
Reinstate maintainer at his request. |
1.6.19_2 26 Nov 2009 00:36:49 |
linimon |
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer |
1.6.19_2 19 Nov 2009 22:07:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.6.19_2 19 Sep 2009 04:19:56 |
wxs |
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes |
1.6.19_2 28 Aug 2009 16:52:33 |
linimon |
Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat: portmgr |
1.6.19_2 07 Jul 2009 06:48:54 |
mm |
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+ |
1.6.19_2 30 May 2009 20:57:42 |
miwi |
- Fix CVE-2009-1789
PR: 134748
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer implicit
Security:
http://www.freebsd.org/ports/portaudit/399f4cd7-4d59-11de-8811-0030843d3802.html |
1.6.19 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
1.6.19 22 Apr 2008 01:43:30 |
beech |
- Update to 1.6.19 |
1.6.18_1 02 Apr 2008 01:55:36 |
beech |
- Fix compile with Tcl versions other than 8.4
- Bump portrevision
PR: ports/122354
Submitted by: Frank Fenor <frank@fenor.de> |
1.6.18 15 Jun 2007 09:37:13 |
beech |
- Add master_sites mirrors.
- Change maintainer address.
Approved by: sat (mentor) |
1.6.18 09 Jan 2007 22:49:59 |
miwi |
- Added Options
- Fixed Makefile
- Pass maintainership to submitter
PR: ports/107687
Submitted by: Beech Rintoul <beech@alaskaparadise.com> |
1.6.18 05 Aug 2006 13:42:19 |
miwi |
- Update to 1.6.18
PR: ports/101194
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
Approved by: krion (mentor) |
1.6.17 29 May 2006 20:45:48 |
pav |
- Drop maintainership
PR: ports/98102
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> |
1.6.17 22 Jan 2006 12:38:15 |
edwin |
SHA256ify
Approved by: krion@ |
1.6.17 22 Jan 2006 02:15:53 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.6.17 13 May 2005 20:17:27 |
thierry |
Change maintainer address.
PR: ports/80973
Submitted by: Ulrich Spoerlein <q (at) galgenberg.net> |
1.6.17 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.6.17 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.6.17 12 Oct 2004 07:10:31 |
linimon |
Update to 1.6.17; IPv6 support has been removed from eggdrop.
PR: ports/71423
Submitted by: Ulrich Spoerlein <q at uni dot de> (maintainer) |
1.6.15_4 26 May 2004 22:10:40 |
pav |
- Integrate SSL patch (turned off by default)
- Cleanup
PR: ports/63767
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) |
1.6.15_3 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.6.15_3 19 Feb 2004 09:00:55 |
krion |
- Fix DEPENDS
PR: ports/63033
Submitted by: maintainer |
1.6.15_2 18 Nov 2003 21:49:35 |
pav |
- Restore patch that was incorrectly removed in update to 1.6.15
PR: ports/59434
Submitted by: maintainer
Approved by: marcus (backup mentor) |
1.6.15_1 18 Oct 2003 21:59:59 |
kris |
o Install documentation in the right place [1]
o Install more documentation [2]
o Introduce WITH_IPV6 [3]
o Use TCL 8.4
o Use DOCSDIR and DATADIR where appropriate
o Bump PORTREVISION
Submitted by: maintainer
Obtained from: NetBSD [1],[2],[3] |
1.6.15 26 Jul 2003 17:59:12 |
netchild |
Fix logic for conditional TCL support.
Submitted by: maintainer |
1.6.15 26 Jun 2003 10:49:45 |
erwin |
Of course, cat knows nothing about make variables (What was I thinking?)
- Make pkg-message less ugly (pointed out by Yonatan Bokovza
<Yonatan@xpert.com>)
PR: 53756
Submitted by: maintainer |
1.6.15 11 Jun 2003 05:44:25 |
foxfair |
Update eggdrop to v1.6.15 |
1.6.13 11 Jun 2003 05:32:50 |
foxfair |
Add eggdrop 1.6.13,
the most popular open source Internet Relay Chat bot.
PR: 47296
Submitted by: Ulrich Spoerlein <q@uni.de>
Update to the latest version 1.6.15 will followup immediately. |