diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-01 01:48:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-01 01:48:20 +0800 |
commit | 108e2edac03781702d2789da92cc6a89d0483b84 (patch) | |
tree | e1a2810887f5caf6fe72c51de4264b0893a0cf1b /security/openssl-beta/Makefile | |
parent | bfb542ad19a5ab6fc14c7ad39dc3ccc888e73a93 (diff) | |
download | freebsd-ports-graphics-108e2edac03781702d2789da92cc6a89d0483b84.tar.gz freebsd-ports-graphics-108e2edac03781702d2789da92cc6a89d0483b84.tar.zst freebsd-ports-graphics-108e2edac03781702d2789da92cc6a89d0483b84.zip |
- Security Fix, Update to 0.9.7c
- Fix manpages
Diffstat (limited to 'security/openssl-beta/Makefile')
-rw-r--r-- | security/openssl-beta/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index c28eb61d4f6..f1139f0a8af 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -9,8 +9,7 @@ PORTNAME= openssl .ifdef OPENSSL_SNAPSHOT PORTREVISION!= date -v-1d +%Y%m%d .else -PORTVERSION= 0.9.7b -PORTREVISION= 1 +PORTVERSION= 0.9.7c .endif CATEGORIES= security devel .ifdef OPENSSL_SNAPSHOT @@ -828,9 +827,7 @@ MLINKS= dgst.1 md4.1 \ ui_compat.3 des_read_password.3 \ ui_compat.3 des_read_pw.3 \ ui_compat.3 des_read_pw_string.3 \ - des_modes.7 DES.7 \ - des_modes.7 Modes.7 \ - des_modes.7 of.7 + des_modes.7 Modes_of_DES.7 .include <bsd.port.pre.mk> |