diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-05-08 03:27:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-05-08 03:27:13 +0800 |
commit | 8a5753ae9efb83d3544fed26c9a2fe2cc9e49192 (patch) | |
tree | d6329853382e5b134a512499e2ecc8ffb2b0dadb /security/openssl/Makefile | |
parent | e21f7c23959c2e22fdc476f7b765290bef49bce6 (diff) | |
download | freebsd-ports-gnome-8a5753ae9efb83d3544fed26c9a2fe2cc9e49192.tar.gz freebsd-ports-gnome-8a5753ae9efb83d3544fed26c9a2fe2cc9e49192.tar.zst freebsd-ports-gnome-8a5753ae9efb83d3544fed26c9a2fe2cc9e49192.zip |
- update to 0.9.8a and 0.9.7j
md5 verified with distribution
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |