Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 07:45:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498060 - branches/2019Q2/archivers/py-attic
Message-ID:  <201904060745.x367jrfT083097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr  6 07:45:52 2019
New Revision: 498060
URL: https://svnweb.freebsd.org/changeset/ports/498060

Log:
  MFH: r498036
  
  - Mark broken on FreeBSD 12+ (does not build with openssl 1.1)
  - Document incompatibility with python 3.7+
  
  Approved by:	portmgr blanket

Modified:
  branches/2019Q2/archivers/py-attic/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/archivers/py-attic/Makefile
==============================================================================
--- branches/2019Q2/archivers/py-attic/Makefile	Sat Apr  6 07:36:42 2019	(r498059)
+++ branches/2019Q2/archivers/py-attic/Makefile	Sat Apr  6 07:45:52 2019	(r498060)
@@ -15,10 +15,13 @@ COMMENT=	Deduplicating backup program
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_12=	does not build with OpenSSL 1.1
+BROKEN_FreeBSD_13=	does not build with OpenSSL 1.1
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.10:devel/py-msgpack@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.10:devel/py-msgpack@${PY_FLAVOR}
 
-USES=		python:3.3+ ssl
+USES=		python:3.3-3.6 ssl
 USE_PYTHON=	autoplist distutils
 
 PYDISTUTILS_BUILDPATH=${BUILD_WRKSRC}/build/lib.${OPSYS:tl}-${UNAMER}-${ARCH}-${PYTHON_VER}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060745.x367jrfT083097>