From 8a5753ae9efb83d3544fed26c9a2fe2cc9e49192 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 7 May 2006 19:27:13 +0000 Subject: - update to 0.9.8a and 0.9.7j md5 verified with distribution --- security/openssl/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'security/openssl/Makefile') diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 52062990de28..652e98da6823 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -19,10 +19,10 @@ PORTVERSION= 0.9.8 PORTREVISION!= date -v-1d +%Y%m%d .else .if !defined(WITH_OPENSSL_BETA) && ( defined(WITH_OPENSSL_097) || defined(WITH_OPENSSL_STABLE) ) -PORTVERSION= 0.9.7i +PORTVERSION= 0.9.7j PORTREVISION?= 0 .else -PORTVERSION= 0.9.8a +PORTVERSION= 0.9.8b PORTREVISION?= 0 .endif .endif @@ -73,7 +73,6 @@ CONFLICTS?= openssl-beta-0.* openssl-stable-0.* MAKE_ENV+= MANPREFIX=${MANPREFIX} NOPRECIOUSMAKEVARS= Too many _MLINKS for fetch NOPRECIOUSSOFTMAKEVARS= Too many _MLINKS for fetch -USE_REINPLACE= yes USE_PERL5_BUILD= yes CFLAGS+= -Wl,-rpath,${LOCALBASE}/lib -- cgit