- Fix pkg-message description of locations of these plugins [1]
- Fix plist for nonexistent DOCSDIR/openvpn
PR: ports/172598 [1]
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) [1]
Feature safe: yes
- Add LICENSE [1]
- Convert to new options framework
- Remove ABI versions from LIB_DEPENDS
- Update to new header
PR: ports/171738 [1]
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) [1]
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.
Date set to 2011-09-30 since that's > 1 month in all cases. Feel free to
change it to something more appropriate.
Change DEPRECATED to IGNORE for security/openvpn-beta to better fit the
intention.
Problem pointed out by: linimon [1]
Remove the lzo/lzo2 version switch now that we only have lzo2.
Mark temporarily DEPRECATED while there are no formal test releases by the
upstream.
Approved by: ecrist@secure-computing.net (maintainer)
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