svn commit: r371129 - head/mail/rss2email3

Antoine Brodin antoine at FreeBSD.org
Sat Oct 18 14:44:53 UTC 2014


Author: antoine
Date: Sat Oct 18 14:44:52 2014
New Revision: 371129
URL: https://svnweb.freebsd.org/changeset/ports/371129
QAT: https://qat.redports.org/buildarchive/r371129/

Log:
  Ignore on the package builders when the default version of python is different
  from the requested one
  
  Reported by:	pkg-fallout

Modified:
  head/mail/rss2email3/Makefile

Modified: head/mail/rss2email3/Makefile
==============================================================================
--- head/mail/rss2email3/Makefile	Sat Oct 18 14:38:06 2014	(r371128)
+++ head/mail/rss2email3/Makefile	Sat Oct 18 14:44:52 2014	(r371129)
@@ -36,4 +36,10 @@ post-install:
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_MAN} ${WRKSRC}/r2e.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(PACKAGE_BUILDING) && ${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-all mailing list