Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
27_1,1 04 Oct 2024 21:59:48 |
Vladimir Druzenko (vvd) Author: Siva Mahadevan |
irc/ngircd: Install config with read permissions for group
Fixed run with default configuration after installation without the need
to manually change the permissions for the configuration file.
PR: 281538 |
27,1 21 Aug 2024 17:07:49 |
Vladimir Druzenko (vvd) Author: Siva Mahadevan |
irc/ngircd: Update 26.1 → 27, change maintainership
Changelog:
https://github.com/ngircd/ngircd/releases/tag/rel-27
Change maintainership:
* all commits from 2017 are "maintainer timeout" or "portmgr blanket":
https://cgit.freebsd.org/ports/log/irc/ngircd
https://www.freshports.org/irc/ngircd/
* fgsch@lodoss.net - no user in bugzilla with this email
Port changes:
* Add a dedicated system user/group pair for better daemon permissions
* Move PLIST files into pkg-plist for better conditional installation
of files
* Fix installation of documentation files to %%DOCSDIR%%
* Put configuration file (and sample) into %%ETCDIR%%
* Run a --configtest before starting daemon for sanity check
* Replace PORTVERSION with DISTVERSION
* Remove GNU_CONFIGURE_MANPREFIX
* Sort options to make happy portclippy
PR: 278919 |
26.1_1,1 24 Feb 2024 12:29:17 |
Muhammad Moinur Rahman (bofh) |
irc/ngircd: 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) |
26.1,1 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 ) |
26.1,1 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 ) |
26.1,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
26.1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
26.1,1 31 Jan 2021 17:06:56 |
fernape |
irc/ngircd: update to 26.1
ChangeLog: https://github.com/ngircd/ngircd/blob/master/ChangeLog
PR: 252956
Submitted by: thomas@beingboiled.info
Approved by: maintainer (timeout > 1 week) |
25_1,1 18 Oct 2019 22:55:12 |
tobik |
irc/ngircd: Spell IDENT_CONFIGURE_WITH and value correctly |
25,1 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
25,1 24 Sep 2019 18:05:24 |
pi |
irc/ngircd: upgrade 24 -> 25
PR: 240373
Submitted by: akess@solarlottery.net
Approved by: fgsch@lodoss.net (maintainer timeout)
Relnotes: https://github.com/ngircd/ngircd/blob/master/ChangeLog |
24_1,1 16 Apr 2019 09:31:34 |
eugen |
irc/ngircd: fix misprint in DEBUG_CONFIGURE_ENABLE
No PORTREVISION bump as default build is not affected.
Reported by: Serpent7776 <serpent7776@gmail.com> via ports@ |
24_1,1 06 Feb 2019 14:39:00 |
tobik |
irc/ngircd: Enable PAM support by default
PR: 234856
Submitted by: Jan Bramkamp <crest@bultmann.eu>
Approved by: fgsch@lodoss.net (maintainer, ~4 weeks) |
24,1 02 Aug 2018 09:37:55 |
amdmi3 |
- Fix LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket |
24,1 14 Nov 2017 18:38:52 |
zi |
- Update to 24
- Assign a MAINTAINER |
23_1,1 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
23_1,1 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
23_1,1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
23_1,1 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
23,1 01 Dec 2015 14:04:57 |
robak |
irc/ngircd: update 22.1 -> 23
PR: 204680
Submitted by: Kjetil Rustad <kjetil@bsdshell.org> |
22.1,1 27 May 2015 08:40:40 |
wen |
- Update to 22.1
PR: 200377
Submitted by: Kjetil Rustad<kjetil@bsdshell.org> |
22_1,1 09 Apr 2015 11:43:08 |
amdmi3 |
- Simplify MASTER_SITES
- Add CPE info |
22_1,1 26 Dec 2014 14:58:25 |
koobs |
irc/ngircd: Update to 22
- Update to 22
- Add LICENSE_FILE
- Whitespace align OPTIONS helpers
Changes:
* http://ngircd.barton.de/doc/ChangeLog
PR: 196282
Submitted by: kjetil at cckengine com |
21.1_1,1 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
21.1,1 20 May 2014 08:56:38 |
ak |
- Remove empty files and directories
Approved by: portmgr (antoine) |
21.1,1 26 Apr 2014 02:23:10 |
miwi |
- Update to 21.1
- Convert to USES
- Convert to new OPTIONS helper
PR: 187967
Submitted by: ports fury |
21,1 08 Nov 2013 14:17:57 |
wg |
irc/ngircd: update to 21
- Update to 21 [1]
- Allow staging
- Indent options descriptions
PR: ports/183758
Submitted by: Kjetil Rustad <kjetil cckengine.com> |
20.3,1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
20.3,1 05 Sep 2013 12:54:47 |
wg |
irc/ngircd: update to 20.3
- Update to 20.3 [1]
- Add DOCS to options
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
PR: ports/181737 [1]
Submitted by: Kjetil Rustad <kjetil cckengine.com> |
20.2,1 08 Mar 2013 02:55:27 |
beech |
- Update to 20.2,1
PR: ports/176726
Submitted by: Kjetil Rustad <kjetil@cckengine.com> |
0.19.2_1 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
0.19.2 18 Oct 2012 19:28:48 |
dinoex |
- drop maintainership
Feature safe: yes |
0.19.2 16 Sep 2012 15:36:14 |
dinoex |
- use OPTIONS_DEFINE
- fix SSL OPTIONS |
0.19.2 04 Aug 2012 05:49:28 |
dinoex |
- update to 0.19.2 |
0.19.1 11 Apr 2012 21:07:40 |
dinoex |
- update to 0.19.1 |
0.18 14 Jan 2012 14:49:25 |
dinoex |
- escape shell names |
0.18 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. |
0.18 04 Oct 2011 18:43:23 |
dinoex |
- update to 0.18
- update MASTER_SITES
PR: 161189
Submitted by: Dmitry Marakasov |
0.17.1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.17.1 04 Jan 2011 07:34:23 |
dinoex |
- update to 0.17.1 |
0.17 11 Dec 2010 05:20:42 |
dinoex |
- fix build with NOPORTDOCS
Reported by: QAT |
0.17 10 Dec 2010 12:26:20 |
dinoex |
- cleaner expression for PORTVERSION
Submitted by: Sahil Tandon |
0.17 10 Dec 2010 12:25:04 |
dinoex |
- use cleaner expression for DISTVERSION
Submitted by: Cy Schubert |
0.17 09 Dec 2010 17:59:20 |
dinoex |
- fix build with NOPORTDOCS
Reported by: QAT |
0.17 08 Dec 2010 17:00:55 |
dinoex |
- update to 0.17
Submitted by: Rick
- add LICENSE |
0.15 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.15 26 Feb 2010 18:07:16 |
dinoex |
- enable IPv6 support
- add option WITHOUT_IPV6
PR: 144169
Submitted by: Philippe Pepiot
Feature safe: yes |
0.15 27 Dec 2009 20:21:38 |
dinoex |
- update to 0.15
- add options OPENSSL
- add options GNUTLS
- take maintainership for a while |
0.10.1 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
0.10.1 08 Apr 2009 11:09:09 |
itetcu |
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA run |
0.10.1 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 ) |
0.10.1 19 Aug 2008 09:18:37 |
linimon |
Return laszlof's ports to the pool due to lack of time.
Hat: portmgr |
0.10.1 18 Dec 2006 19:38:27 |
laszlof |
Update to 0.10.1
Submitted by: miwi@ |
0.10.0 11 Dec 2006 18:34:15 |
laszlof |
Update to 0.10.0 |
0.9.2_1 07 Nov 2006 15:37:06 |
laszlof |
Update my email address in all ports that I maintain.
Approved by: flz (mentor) |
0.9.2_1 13 Feb 2006 16:56:11 |
mnag |
- Use OPTIONS and add more options
- Add rc.d script
- Bump PORTREVISION
PR: 93285
Submitted by: mnag
Approved by: maintainer |
0.9.2 10 Nov 2005 18:41:27 |
garga |
- Add SHA256 to all ports submitter maintain
PR: ports/88791
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
0.9.2 20 Oct 2005 00:00:32 |
mnag |
Update to 0.9.2
Take MAINTAINER
PR: 87693
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
0.9.1 14 Sep 2005 08:26:09 |
krion |
Drop maintainership, since I'm buried in the $REALLIFE stuff. |
0.9.1 28 Aug 2005 10:35:47 |
krion |
Update to 0.9.1 |
0.9.0 27 Jul 2005 08:36:53 |
krion |
Update to 0.9.0 |
0.8.3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.8.3 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'. |
0.8.3 03 Feb 2005 13:28:50 |
krion |
Update to 0.8.3 |
0.8.2 27 Jan 2005 17:58:12 |
krion |
Update to 0.8.2 |
0.8.1 25 Dec 2004 09:21:41 |
krion |
Update to 0.8.1 |
0.8.0_1 01 Sep 2004 14:11:52 |
krion |
Fix build with ident support.
Reported by: Martin Hasenbein <mh@bsd.net> |
0.8.0 04 Jul 2004 09:23:38 |
krion |
Update to 0.8.0 |
0.7.7 07 Feb 2004 18:42:50 |
krion |
- Update to version 0.7.7 |
0.7.6 30 Jan 2004 21:17:53 |
krion |
- Forced commit to log typo fixing.
Noted by: kris
No cookies for: krion |
0.7.6 30 Jan 2004 14:05:15 |
krion |
- SIZEify |
0.7.6 08 Dec 2003 22:24:45 |
krion |
- Update to 0.7.6 |
0.7.5 08 Nov 2003 16:44:06 |
krion |
- Update to version 0.7.5 |
0.7.1_1 25 Oct 2003 16:02:14 |
krion |
- s/USE_TCP_WRAPPERS/WITH_TCP_WRAPPERS/g
- Don't install some documentation files
- Bump PORTREVISION
PR: 58525
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.7.1 22 Jul 2003 10:34:12 |
krion |
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor) |
0.7.1 20 Jul 2003 09:07:19 |
oliver |
Update to 0.7.1
PR: 54651
Submitted By: maintainer |
0.7.0 06 May 2003 19:15:27 |
vanilla |
Fix 'make package' error.
PR: ports/51884
Submitted by: maintainer |
0.7.0 03 May 2003 23:55:37 |
vanilla |
Add two missing manpage. |
0.7.0 03 May 2003 21:42:36 |
vanilla |
Add ngircd 0.7.0,
free open source daemon for Internet Relay Chat
(IRC).
PR: 51683
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |