diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-01-22 17:10:25 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-01-22 17:10:25 +0000 |
commit | 128d64ac672d2a678c98752fae073cf45fe04f41 (patch) | |
tree | af636b84b8f8f7a95e443410053a346b1ee13ac0 /security/linux-c6-openssl/Makefile | |
parent | 2925c75bbb9177f8cde5210f3b11a9d5f8927ac7 (diff) | |
download | ports-128d64ac672d2a678c98752fae073cf45fe04f41.tar.gz ports-128d64ac672d2a678c98752fae073cf45fe04f41.zip |
Notes
Diffstat (limited to 'security/linux-c6-openssl/Makefile')
-rw-r--r-- | security/linux-c6-openssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/linux-c6-openssl/Makefile b/security/linux-c6-openssl/Makefile index e47b481f67f4..ba109fa721d8 100644 --- a/security/linux-c6-openssl/Makefile +++ b/security/linux-c6-openssl/Makefile @@ -3,8 +3,9 @@ PORTNAME= openssl PORTVERSION= 1.0.1e -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security linux +MASTER_SITES= CENTOS_LINUX_UPDATES MAINTAINER= emulation@FreeBSD.org COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) @@ -14,7 +15,7 @@ CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]* linux-f10-openssl-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 30.el6 +RPMVERSION= 30.el6_6.5 BRANDELF_FILES= usr/bin/openssl USE_LDCONFIG= yes |