From owner-svn-ports-head@freebsd.org Thu Dec 8 17:15:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DE9BC6E11A; Thu, 8 Dec 2016 17:15:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D52B1AB2; Thu, 8 Dec 2016 17:15:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB8HFUa6063263; Thu, 8 Dec 2016 17:15:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB8HFUc1063262; Thu, 8 Dec 2016 17:15:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201612081715.uB8HFUc1063262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 8 Dec 2016 17:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428140 - head/security/py-cryptography X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 17:15:31 -0000 Author: antoine Date: Thu Dec 8 17:15:30 2016 New Revision: 428140 URL: https://svnweb.freebsd.org/changeset/ports/428140 Log: Unbreak With hat: portmgr MFH: 2016Q4 Modified: head/security/py-cryptography/Makefile Modified: head/security/py-cryptography/Makefile ============================================================================== --- head/security/py-cryptography/Makefile Thu Dec 8 17:08:55 2016 (r428139) +++ head/security/py-cryptography/Makefile Thu Dec 8 17:15:30 2016 (r428140) @@ -27,11 +27,6 @@ USE_PYTHON= autoplist distutils CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -# Modern py-cyptography requires newer OpenSSL -.if ${OSVERSION} < 1000000 -WITH_OPENSSL_PORT= yes -.endif - .include .if ${PYTHON_REL} < 3300