[Midnightbsd-cvs] mports [22078] trunk/security/openssl/Makefile: bump version and clean up

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Nov 12 10:54:40 EST 2016


Revision: 22078
          http://svnweb.midnightbsd.org/mports/?rev=22078
Author:   laffer1
Date:     2016-11-12 10:54:40 -0500 (Sat, 12 Nov 2016)
Log Message:
-----------
bump version and clean up

Modified Paths:
--------------
    trunk/security/openssl/Makefile

Modified: trunk/security/openssl/Makefile
===================================================================
--- trunk/security/openssl/Makefile	2016-11-12 15:47:32 UTC (rev 22077)
+++ trunk/security/openssl/Makefile	2016-11-12 15:54:40 UTC (rev 22078)
@@ -3,7 +3,7 @@
 PORTNAME=	openssl
 PORTVERSION=	1.0.2
 DISTVERSIONSUFFIX=	j
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.openssl.org/source/ \
 		ftp://ftp.openssl.org/source/ \
@@ -26,15 +26,11 @@
 
 OPTIONS_DEFINE=	SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB GMP SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3
 OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3
-.for a in amd64 ia64
+.for a in amd64
 OPTIONS_DEFINE_${a}=	EC
 OPTIONS_DEFAULT_${a}=	EC
 .endfor
 TARGET_ARCH?=	${MACHINE_ARCH}
-.if ${TARGET_ARCH} == "mips64el"
-OPTIONS_DEFINE_mips=	EC
-OPTIONS_DEFAULT_mips=	EC
-.endif
 NO_OPTIONS_SORT=yes
 OPTIONS_SUB=	yes
 I386_DESC?=	Optimize for i386 (instead of i486+)



More information about the Midnightbsd-cvs mailing list