1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Mark Felder
2a434449f0 - take maintainership
- STAGE support
- remove pkg-install and pkg-deinstall scripts
- remove @stopdaemon
- ICE option is no longer default; devel/ice doesn't work on FreeBSD 10
since June
- add a start_precmd to handle empty directory creation

Approved by:	crees (mentor)
2013-11-11 16:47:25 +00:00
Steve Wills
a909de4a05 -update to 1.2.4
-rc script passes rclint now
-port passes portlint

PR:		ports/179300
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	maintainer timeout (ayu@commun.jp, >3 weeks)
2013-06-22 14:33:13 +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
Martin Wilke
e8f615fbc7 - Get rid FreeBSD 6.X support 2011-11-06 16:36:34 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Sylvio Cesar Teixeira
9401717193 - Update to 1.2.3
- Added file pkg-deinstall

PR:		ports/154996
Submitted by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2011-02-25 14:08:09 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
04aadba0db - Update to 1.2.0
PR:		141885
Submitted by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2010-01-12 18:26:26 +00:00
Wesley Shields
db660edede - Add a patch to fix 64bit runtime issues.
- While here fix a typo in the name of a patch.
- Bump PORTREVISION.

PR:		ports/139384
Submitted by:	Richard Tector <richard@tector.org.uk>
Approved by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2009-10-12 12:57:18 +00:00
Martin Wilke
cd76421cc4 Murmur is the server component of Mumble, a low-latency, high quality
VoIP application.

WWW:	http://mumble.sourceforge.net/

PR:		ports/137428
Submitted by:	Ayumi M <ayu at commun.jp>
2009-08-27 20:22:13 +00:00