1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
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
Pawel Pekala
24cfbfb282 PRE-INSTALL -> POST-INSTALL, user and groups are created later 2011-10-23 11:40:43 +00:00
Pawel Pekala
6beb276952 Install port specific directories with correct ownership
PR:		ports/160242
Submitted by:	Luke Dean <luked@pobox.com>
Approved by:	maintainer
2011-10-21 15:01:17 +00:00
Chris Rees
886d2d357a - Use USERS and GROUPS
- Stop automatically deleting user on deinstall; may be used by other ports

PR:		ports/157520
Submitted by:	Chris Rees (utisoft@gmail.com) (me)
Approved by:	tabthorpe (co-mentor)
2011-06-25 19:55:42 +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
Pav Lucistnik
435485fd47 - Chase protobuf update
Reported by:	pointyhat
Pointy hat to:	vanilla
2011-03-23 23:59:10 +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
Tilman Keskinoz
2e2dc1e079 Chase ice shared library bump. 2010-08-15 12:04:51 +00:00
Max Brazhnikov
9b4924478f Don't overwrite configuration file.
PR:		ports/147781
Submitted by:	Sascha Holzleiter <sascha at root-login.org>
Approved by:	Ayumi Mitsui (maintainer)
Feature safe:	yes
2010-06-19 21:45:49 +00:00
Dmitry Marakasov
8286e8fcf7 - Update to 1.2.2
PR:		145054
Submitted by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2010-03-30 14:09:20 +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
Vanilla I. Shu
e4da7bce47 bump version for protobuf shlib version bump. 2010-01-17 05:07:37 +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
7d4d5c3377 - Update MASTER_SITES
PR:		138562
Submitted by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2009-09-09 09:29:11 +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