Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.33_2 01 Jun 2023 19:06:16
    |
Rene Ladan (rene)  |
net-mgmt/nagircbot: Remove expired port:
2023-06-01 net-mgmt/nagircbot: Broken for more than a year and fails to build on
all supported release |
0.0.33_2 01 May 2023 18:18:38
    |
Muhammad Moinur Rahman (bofh)  |
net-mgmt/nagircbot: Mark DEPRECATED
- Broken for more than a year
- Fails to build on any supported release
- Upstream site is unreachable
- Set EXPIRATION_DATE to 2023-06-01 |
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) |
0.0.33_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 ) |
0.0.33_2 20 Jul 2022 14:22:42
    |
Tobias C. Berner (tcberner)  |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
0.0.33_2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.0.33_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.0.33_2 18 Feb 2021 02:38:29
  |
linimon  |
Mark BROKEN in 13/14 (via latest llvm update). |
0.0.33_2 10 Sep 2016 22:23:48
  |
marino  |
net-mgmt/nagircbot: Add SSL build flags |
0.0.33_2 10 Jun 2015 17:42:11
  |
amdmi3  |
- Strip binary |
0.0.33_1 15 Jan 2015 09:05:38
  |
tijl  |
Add missing USE_OPENSSL=yes
PR: 195796 |
0.0.33 29 Jul 2014 19:11:53
  |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.0.33 09 Jun 2014 03:59:10
  |
vanilla  |
Stagify. |
0.0.33 26 May 2014 15:01:40
  |
miwi  |
- Convert gmake, bzip2, xz to USES
Approved by: portmgr |
0.0.33 20 Sep 2013 22:24:44
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
0.0.33 20 Nov 2012 19:06:23
  |
tabthorpe  |
- Return ports to the heap at maintainer's request
Feature safe: yes |
0.0.33 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.0.33 15 Jun 2011 13:51:06
 |
wxs  |
- Update to 0.0.33.
PR: ports/157488
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout |
0.0.20 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.0.20 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.0.20 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.0.20 06 Jan 2009 17:59:31
 |
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
0.0.20 06 Jul 2007 07:15:08
 |
lwhsu  |
Add nagircbot 0.0.20, IRC bot for Nagios.
PR: ports/112210
Submitted by: Antoine Beaupre <anarcat AT koumbit.org> |