1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

4 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
Sunpoet Po-Chuan Hsieh
6565b91f2e - Fix PLIST when NO_INSTALL_MANPAGES is set
- Remove obsolete MD5 sum while I'm here

PR:		ports/152260
Submitted by:	sunpoet (myself)
Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2010-11-15 16:20:06 +00:00
Baptiste Daroussin
398cd9b117 Add rc script
PR:		ports/148170
Submitted by:	Olivier Cochard-Labbé <olivier _at_ cochard.me>
Approved by:	rene@ (mentor vacation), Jui-Nan Lin <jnlin _at_ csie.nctu.edu.tw> (maintainer)
2010-08-12 18:31:18 +00:00
Pav Lucistnik
780b5123e6 sslh lets one accept both HTTPS and SSH connections on the same port. It makes
it possible to connect to an SSH server on port 443 (e.g. from inside a
corporate firewall) while still serving HTTPS on that port.

WWW:	http://www.rutschle.net/tech/sslh.shtml

PR:		ports/145113
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
2010-04-02 13:06:43 +00:00