diff options
author | brooks <brooks@FreeBSD.org> | 2009-06-28 04:51:15 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2009-06-28 04:51:15 +0800 |
commit | 3810cc1687cd7f85024d2819696fe6e0da904523 (patch) | |
tree | 515a95e5b0482f7c9af28027162edc5cf1d622fb /security | |
parent | d8e806a584893a0aa1f61bf527469cadc1256c15 (diff) | |
download | freebsd-ports-gnome-3810cc1687cd7f85024d2819696fe6e0da904523.tar.gz freebsd-ports-gnome-3810cc1687cd7f85024d2819696fe6e0da904523.tar.zst freebsd-ports-gnome-3810cc1687cd7f85024d2819696fe6e0da904523.zip |
Add a comment documenting the fact that we track the versions of
security/nss and www/apach13-modssl.
PR: ports/136093
Diffstat (limited to 'security')
-rw-r--r-- | security/ca_root_nss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ca_root_nss/Makefile b/security/ca_root_nss/Makefile index bfcefa8a9bcf..f7079a472fa9 100644 --- a/security/ca_root_nss/Makefile +++ b/security/ca_root_nss/Makefile @@ -25,6 +25,7 @@ NO_WRKSUBDIR= yes CERTDIR?= share/certs PLIST_SUB+= CERTDIR=${CERTDIR} +# These versions intend to track security/nss and www/apache13-modssl. VERSION_NSS= 3.11.9 VERSION_APACHE= 1.3.41 VERSION_MODSSL= 2.8.31 |