Commit graph

5 commits

Author SHA1 Message Date
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
Sahil Tandon
762a66108c - Update to 2.1.3
- Define OPTIONS
- Respect NOPORTDOCS
- Remove unnecessary patches
- Fix alignment in Makefile header

PR:		ports/148397
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
2010-07-22 02:30:19 +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
Martin Wilke
848abcac5b - Update to 1.1.2
PR:		140191
Submitted by:	Sahil Tandon <sahil@tandon.net>
Approved by:	maintainer timeout
2009-11-21 14:42:47 +00:00
Pav Lucistnik
638ea47302 OpenDKIM is an open source implementation of the DKIM sender authentication
system proposed by the E-mail Signing Technology Group (ESTG), now a proposed
standard of the IETF (RFC4871).

The OpenDKIM package consists of a library that implements the DKIM service
and a milter-based filter application that can plug in to any milter-aware
MTA to provide that service to sufficiently recent sendmail MTAs and other
MTAs that support the milter protocol.

WWW:	http://opendkim.org/

PR:		ports/138232
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
Feature safe:	yes
2009-09-21 12:25:21 +00:00