diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-10-04 15:35:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-10-04 15:35:07 +0800 |
commit | 396685f41f174979f6de52f781e8d956093ea1fd (patch) | |
tree | 58079ac0bb87c45bb15090609d2af3e7b4a1d401 /security/openssl/Makefile | |
parent | 9b1a431728850b145ad2a60dd279417d155f46f0 (diff) | |
download | freebsd-ports-gnome-396685f41f174979f6de52f781e8d956093ea1fd.tar.gz freebsd-ports-gnome-396685f41f174979f6de52f781e8d956093ea1fd.tar.zst freebsd-ports-gnome-396685f41f174979f6de52f781e8d956093ea1fd.zip |
- bump SHLIB version
The API of openssl 0.9.8 ist compatible but not identical.
This version bump might break build of all ports that try
to include the opessl in base at the same time.
That ports should be fixed.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f94df7bd884a..d0c493ee2a6f 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -15,7 +15,7 @@ PORTVERSION= 0.9.7g PORTREVISION?= 0 .else PORTVERSION= 0.9.8 -PORTREVISION?= 0 +PORTREVISION?= 1 .endif .endif CATEGORIES= security devel @@ -52,15 +52,16 @@ OPENSSL_SHLIBVER?= 4 NO_LATEST_LINK= yes .else CONFLICTS?= openssl-beta-0.* -OPENSSL_SHLIBVER?= 3 .endif .if defined(WITH_OPENSSL_097) PLIST_SUB+= OPENSSL_BETA="@comment " PLIST_SUB+= OPENSSL_STABLE="" +OPENSSL_SHLIBVER?= 3 .else PATCHDIR= ${MASTERDIR}/files-beta PLIST_SUB+= OPENSSL_BETA="" PLIST_SUB+= OPENSSL_STABLE="@comment " +OPENSSL_SHLIBVER?= 4 .endif MAKE_ENV+= MANPREFIX=${MANPREFIX} |