svn commit: r520156 - head/net/pacemaker1

Antoine Brodin antoine at FreeBSD.org
Sun Dec 15 07:50:06 UTC 2019


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


More information about the svn-ports-all mailing list