Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2019 07:50:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520156 - head/net/pacemaker1
Message-ID:  <201912150750.xBF7o6KY052178@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 15 07:50:06 2019
New Revision: 520156
URL: https://svnweb.freebsd.org/changeset/ports/520156

Log:
  - Pin to python 3.6
  - Deprecate

Modified:
  head/net/pacemaker1/Makefile.common

Modified: head/net/pacemaker1/Makefile.common
==============================================================================
--- head/net/pacemaker1/Makefile.common	Sun Dec 15 05:42:41 2019	(r520155)
+++ head/net/pacemaker1/Makefile.common	Sun Dec 15 07:50:06 2019	(r520156)
@@ -10,6 +10,9 @@ COMMENT=		Scalable High-Availability cluster resource 
 
 LICENSE=		GPLv2
 
+DEPRECATED=		fails to build with recent versions of python
+EXPIRATION_DATE=	2020-02-15
+
 BUILD_DEPENDS=		bash:shells/bash \
 			getopt>=0:misc/getopt
 LIB_DEPENDS=		libgnutls.so:security/gnutls \
@@ -32,7 +35,7 @@ GH_ACCOUNT=		ClusterLabs
 GH_PROJECT=		pacemaker
 
 USES=			autoreconf corosync gmake gnome libtool ncurses:port pathfix \
-			pkgconfig python shebangfix
+			pkgconfig python:3.6 shebangfix
 USE_BINUTILS=		yes
 USE_GNOME=		glib20
 USE_LDCONFIG=		yes



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