<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/mail/drac/files, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>Remove expired port:</title>
<updated>2019-01-16T11:11:14+00:00</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2019-01-16T11:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d20d8aa75e51f61da14ac206199a1ebc244f940a'/>
<id>d20d8aa75e51f61da14ac206199a1ebc244f940a</id>
<content type='text'>
2019-01-15 mail/drac: Unmaintained upstream since 2003
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2019-01-15 mail/drac: Unmaintained upstream since 2003
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename mail/ patch-xy patches to reflect the files they modify.</title>
<updated>2014-07-28T23:20:38+00:00</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2014-07-28T23:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8e7fd48a294d7d6e54c6d07989807cff33ab19bd'/>
<id>8e7fd48a294d7d6e54c6d07989807cff33ab19bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add stage support</title>
<updated>2014-04-04T21:39:08+00:00</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2014-04-04T21:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=022af18c372a8b51eaf8e92b90f09b184fa3053d'/>
<id>022af18c372a8b51eaf8e92b90f09b184fa3053d</id>
<content type='text'>
- Reorganize option support

PR:		ports/187438
Submitted by:	Takefu &lt;takefu@airport.fm&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Reorganize option support

PR:		ports/187438
Submitted by:	Takefu &lt;takefu@airport.fm&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the rc.d scripts of the form *.sh.in to *.in</title>
<updated>2012-08-05T23:19:36+00:00</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2012-08-05T23:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9aac569eaa031e27191a3f4165b389a17f467ad2'/>
<id>9aac569eaa031e27191a3f4165b389a17f467ad2</id>
<content type='text'>
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
</pre>
</div>
</content>
</entry>
<entry>
<title>In the rc.d scripts, change assignments to rcvar to use the</title>
<updated>2012-01-14T08:57:23+00:00</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2012-01-14T08:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=83eb2c37009874672764765ec3bf3b59286c7391'/>
<id>83eb2c37009874672764765ec3bf3b59286c7391</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Begin the process of deprecating sysutils/rc_subr by</title>
<updated>2010-03-27T00:15:24+00:00</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2010-03-27T00:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=1d6b4b3f9145338f9413b8827d5fdb118ac9be1f'/>
<id>1d6b4b3f9145338f9413b8827d5fdb118ac9be1f</id>
<content type='text'>
s#. %%RC_SUBR%%#. /etc/rc.subr#
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
s#. %%RC_SUBR%%#. /etc/rc.subr#
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few "bad example" problems in the rc.d scripts that have been</title>
<updated>2009-07-15T16:56:10+00:00</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2009-07-15T16:56:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=0175383f0a1f8b78ed514778532f0467a8ccc6dc'/>
<id>0175383f0a1f8b78ed514778532f0467a8ccc6dc</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Cleanup compile warning (implicit exit(3); needs stdlib.h)</title>
<updated>2008-06-04T12:12:43+00:00</updated>
<author>
<name>Jeremy Chadwick</name>
<email>koitsu@FreeBSD.org</email>
</author>
<published>2008-06-04T12:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d7294ceed43245ba5347bdd6d747324f2ff5667e'/>
<id>d7294ceed43245ba5347bdd6d747324f2ff5667e</id>
<content type='text'>
- Fix plist errors when NOPORTDOCS is used

Reported by: itetcu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix plist errors when NOPORTDOCS is used

Reported by: itetcu
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixups for rc.subr dracd script (likely did not work without</title>
<updated>2006-11-22T01:23:30+00:00</updated>
<author>
<name>Jeremy Chadwick</name>
<email>koitsu@FreeBSD.org</email>
</author>
<published>2006-11-22T01:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8ee821f5cfc88098658df2c6f730d59677a22215'/>
<id>8ee821f5cfc88098658df2c6f730d59677a22215</id>
<content type='text'>
  some dracd_xxx variables already defined in rc.conf)
- Add new FTP mirror, since mirrors for this are few
- Remove pkg-message; that notice has been around long enough :)
- Grammatical fixes/wording in pkg-descr
- Take over as maintainer of this port

PR:		ports/105722
Reviewed by:	philip
Approved by:	philip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  some dracd_xxx variables already defined in rc.conf)
- Add new FTP mirror, since mirrors for this are few
- Remove pkg-message; that notice has been around long enough :)
- Grammatical fixes/wording in pkg-descr
- Take over as maintainer of this port

PR:		ports/105722
Reviewed by:	philip
Approved by:	philip
</pre>
</div>
</content>
</entry>
<entry>
<title>Add knob WITH_POSTFIX_DB41 to use with postfix/db41.</title>
<updated>2006-03-27T05:16:49+00:00</updated>
<author>
<name>Jun Kuriyama</name>
<email>kuriyama@FreeBSD.org</email>
</author>
<published>2006-03-27T05:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e4d34c7f7cb41f73860ee553c5179f6f18cc6ba9'/>
<id>e4d34c7f7cb41f73860ee553c5179f6f18cc6ba9</id>
<content type='text'>
This port shoud support more flavors of databases/db*, but I just only use
db41 with postfix in my environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This port shoud support more flavors of databases/db*, but I just only use
db41 with postfix in my environment.
</pre>
</div>
</content>
</entry>
</feed>
