freebsd-ports/net/openldap21
Jimmy Olgeni 604c0d03b4 Update port to version 2.0.8.
* Rewrite lines like:

  @exec [ CONDITION ] && ACTION

as:

  @exec [ ! CONDITION ] || ACTION

In the first version, the @executed command returns false if CONDITION
is false and ACTION is not performed: pkg_add would then complain about the
whole command's exit code.

The second version returns either true or the actual ACTION exit code.

* Do not echo some Makefile commands.
2001-05-12 20:14:35 +00:00
..
files Update to 2.0.7. 2001-01-21 06:21:47 +00:00
distinfo Update port to version 2.0.8. 2001-05-12 20:14:35 +00:00
Makefile Update port to version 2.0.8. 2001-05-12 20:14:35 +00:00
pkg-comment
pkg-descr
pkg-message Add pkg-message to tell users about upgrading Berkeley DB files. 2001-03-05 22:27:09 +00:00
pkg-plist Update port to version 2.0.8. 2001-05-12 20:14:35 +00:00