svn commit: r383877 - head/security/openssl
Dirk Meyer
dinoex at FreeBSD.org
Sun Apr 12 17:28:08 UTC 2015
Author: dinoex
Date: Sun Apr 12 17:28:07 2015
New Revision: 383877
URL: https://svnweb.freebsd.org/changeset/ports/383877
Log:
- disable option ASM by default
- bump PORTREVISION
PR: 196756
Modified:
head/security/openssl/Makefile
Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile Sun Apr 12 17:20:31 2015 (r383876)
+++ head/security/openssl/Makefile Sun Apr 12 17:28:07 2015 (r383877)
@@ -4,7 +4,7 @@
PORTNAME= openssl
PORTVERSION= 1.0.2
DISTVERSIONSUFFIX= a
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \
ftp://ftp.openssl.org/%SUBDIR%/ \
@@ -22,7 +22,7 @@ COMMENT= SSL and crypto library
CONFLICTS?= libressl-*
OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB GMP SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS
-OPTIONS_DEFAULT=SHARED THREADS SSE2 ASM SCTP SSL2 SSL3 MD2
+OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2
.for a in amd64 ia64
OPTIONS_DEFINE_${a}= EC
OPTIONS_DEFAULT_${a}= EC
More information about the svn-ports-all
mailing list