1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +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
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Ion-Mihai Tetcu
429224a10e Fix install port with custom PREFIX.
PR:		139585
Submitted by:	Sahil Tandon
Approved by:	maintainer
2009-10-18 06:15:23 +00:00
Martin Wilke
d294b46c60 - Over to latest submitter 2009-09-13 00:12:21 +00:00
Martin Wilke
e888f4c23b - Reset maintainer
Mail bounce:	<null@1system.ru>: Recipient address rejected: User unknown ..
2009-09-12 23:58:13 +00:00
Martin Wilke
229a315681 - Update to 3.12
PR:		138253
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout
2009-09-12 23:29:12 +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
Renato Botelho
336d47de6e - Add a MASTER_SITES backup and remove reference to MASTER_SITE_LOCAL since
this version is not available at mnag's subdir.

Submitted by:	maintainer by email
Noticed by:	krismail
2006-01-23 09:18:45 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Renato Botelho
af6a248e78 - Update to 3.11
Changes:

o Correctly initialize supplementary group list for systems w/o login
  classes.
o Author finished support cnupm, now cnupm supported by support@openbsd.ru

PR:		ports/90787
Submitted by:	maintainer
2005-12-22 10:09:14 +00:00
Marcus Alves Grando
9659b57518 Update to 3.10
Add SHA256

PR:		89656
Submitted by:	Dennis S.Davidoff <null@1system.ru> (maintainer)
2005-11-28 16:11:45 +00:00
Marcus Alves Grando
c1722833e1 Add another MASTER_SITE, because first site have temporary fails.
Notified by:	kris
2005-10-21 23:12:56 +00:00
Mark Linimon
3ddda540e8 Pacify distfile survey by following redirects on URLs.
Source:		distfile survey
2005-10-13 06:38:46 +00:00
Marcus Alves Grando
42e5cff98b Update to 3.9
PR:		86938
Submitted by:	Dennis S.Davidoff <null@1system.ru> (maintainer)
Approved by:	pav (mentor)
2005-10-05 17:01:34 +00:00
Sam Lawrance
04c2c2c20a Add cnupm 3.8, the BPF Traffic Collector (IPv4/IPv6).
PR:		ports/66275
Submitted by:	Dennis S. Davidoff <null@1system.ru>
2005-06-22 15:40:51 +00:00