Commit graph

15 commits

Author SHA1 Message Date
Mark Felder
b6dca3abd2 Fix creation of directories in rc script
Submitted by:	gizd
Approved by:	crees (mentor)
MFH:		2014Q1
2014-01-13 16:13:33 +00:00
Steve Wills
1b22f38101 - Update to 2.0.12
- rc script passes rclint
- Add UPDATING entry

PR:		ports/179015
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-05-30 17:48:37 +00:00
Steve Wills
d82645b562 - Remove empty file that should have been removed in r307872
Pointed out by:	eadler
Pointyhat to:	swills
Feature safe:	yes
2012-12-04 12:56:13 +00:00
Steve Wills
a94ce78fa7 - Update to 2.0.9
PR:		ports/173959
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
Feature safe:	yes
2012-11-28 02:02:14 +00:00
Steve Wills
71cbdede15 - Update to 2.0.8
- Made the knobs actually work
- Added regex modules as new knobs
- Added ldapoper module knob

PR:		ports/170644
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2012-08-17 16:58:53 +00:00
Jason Helfman
a7b575f902 - use USERS/GROUPS framework
- remove pkg-deinstall and move cleanup instructions into pkg-plist
- pet portlint on pkg-plist for mode and group warnings

PR:     ports/168821
Submitted by:   jgh@
Approved by:    maintainer, feld@feld.me
2012-06-14 19:28:02 +00:00
Jason Helfman
849c6c35d2 - Update inspircd to 2.0.5 [1]
- document CVE-2012-1836 [2]

PR:	ports/167975
Submitted by:	maintainer, feld@feld.me [1], jgh@ [2]
Security:	CVE-2012-1836
2012-05-17 16:52:36 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Chris Rees
b012f2fd04 Use USERS and GROUPS
PR:		ports/157612
Submitted by:	crees (me)
Approved by:	rene (mentor, implicit), maintainer timeout
2011-07-05 21:22:51 +00:00
Martin Wilke
e22162a6c6 - Update to 2.0.2
PR:		154998
Submitted by:	Ayumi Mitsui <ayu@commun.jp>
Approved by:	maintainer timeout
2011-03-17 15:51:01 +00:00
Pav Lucistnik
607c1d806a - Fix build of gnutls module
PR:		ports/144989
Submitted by:	Austin Teague <opticshade@gmail.com>
Approved by:	maintainer timeout (2 months)
2010-06-02 15:35:11 +00:00
Doug Barton
0175383f0a 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.
2009-07-15 16:56:10 +00:00
Beech Rintoul
aa86169786 - Update to version 1.1.19
- Add OPTIONS dialogue to enable extra modules
- Add rc.subr start-up script
- Add the usual boilerplate so that inspircd will run as user ircd
  from /usr/ports/UIDs
- Fix compilation so it works with the base system version of the
  openssl libs as well as openssl installed from ports.

PR:		ports/123076
Submitted by:	Matthew Seaman <matthew.seaman@thebunker.net>
Approved by:	Craig Edwards (Brain) <brain@inspircd.org> (maintainer)
2008-05-19 07:01:38 +00:00
Beech Rintoul
2b8c5e65e5 - Update to 1.1.8
- Remove 4.x cruft

PR:		ports/113501
Submitted by:	Craig Edwards <brain@inspircd.org>
Approved By:	sat (mentor)
2007-06-12 11:18:03 +00:00
Pav Lucistnik
121b6e2993 InspIRCd is a highly modular C++ IRC daemon. It supports most features
of other IRC daemons, and supports FreeBSD kqueue() for connection
management.

WWW: http://www.inspircd.org/

PR:		ports/102583
Submitted by:	Craig Edwards <brain@mail1.chatspike.net>
2006-12-01 15:12:51 +00:00