diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-12 20:14:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-12 20:14:35 +0000 |
commit | 604c0d03b4243e9fe8345cd7738adf2f0febc7f9 (patch) | |
tree | cd97a7772b5d2a3950691842369398209927b19b /net/openldap22/distinfo | |
parent | Fix XAWVER shlib version. (diff) |
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.
Diffstat (limited to 'net/openldap22/distinfo')
-rw-r--r-- | net/openldap22/distinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap22/distinfo b/net/openldap22/distinfo index a617d2b16a0c..5556ab6d68e0 100644 --- a/net/openldap22/distinfo +++ b/net/openldap22/distinfo @@ -1 +1 @@ -MD5 (openldap-2.0.7.tgz) = e772449b0fcc64dc4e7bf20c2853dd10 +MD5 (openldap-2.0.8.tgz) = 4e6603c732011f01d7fc0120685b6f31 |