svn commit: r451508 - branches/2017Q4/mail/py-flufl.bounce

Antoine Brodin antoine at FreeBSD.org
Sun Oct 8 08:19:32 UTC 2017


Author: antoine
Date: Sun Oct  8 08:19:30 2017
New Revision: 451508
URL: https://svnweb.freebsd.org/changeset/ports/451508

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

Modified:
  branches/2017Q4/mail/py-flufl.bounce/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/mail/py-flufl.bounce/Makefile
==============================================================================
--- branches/2017Q4/mail/py-flufl.bounce/Makefile	Sun Oct  8 08:18:01 2017	(r451507)
+++ branches/2017Q4/mail/py-flufl.bounce/Makefile	Sun Oct  8 08:19:30 2017	(r451508)
@@ -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>


More information about the svn-ports-branches mailing list