svn commit: r498060 - branches/2019Q2/archivers/py-attic

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 07:45:54 UTC 2019


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}


More information about the svn-ports-all mailing list