Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 08:04:52 +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: r451504 - head/mail/py-flufl.bounce
Message-ID:  <201710080804.v9884q6b055374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Oct  8 08:04:52 2017
New Revision: 451504
URL: https://svnweb.freebsd.org/changeset/ports/451504

Log:
  - Ignore on the package builders
  - While here, remove dependency on the python3 symlink
  
  Reported by:	pkg-fallout
  MFH:		2017Q4

Modified:
  head/mail/py-flufl.bounce/Makefile

Modified: head/mail/py-flufl.bounce/Makefile
==============================================================================
--- head/mail/py-flufl.bounce/Makefile	Sun Oct  8 08:02:24 2017	(r451503)
+++ head/mail/py-flufl.bounce/Makefile	Sun Oct  8 08:04:52 2017	(r451504)
@@ -14,7 +14,14 @@ LICENSE=	APACHE20
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface
 
-USES=		python:3
+USES=		python:3.4+
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(PACKAGE_BUILDING) && !defined(PACKAGE_BUILDING_FLAVORS) && \
+    ${PYTHON_VER} != ${PYTHON_DEFAULT}
+IGNORE=	you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
+.endif
+
+.include <bsd.port.post.mk>



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