svn commit: r371130 - branches/2014Q4/mail/rss2email3

Antoine Brodin antoine at FreeBSD.org
Sat Oct 18 14:45:36 UTC 2014


Author: antoine
Date: Sat Oct 18 14:45:35 2014
New Revision: 371130
URL: https://svnweb.freebsd.org/changeset/ports/371130
QAT: https://qat.redports.org/buildarchive/r371130/

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

Modified:
  branches/2014Q4/mail/rss2email3/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/mail/rss2email3/Makefile
==============================================================================
--- branches/2014Q4/mail/rss2email3/Makefile	Sat Oct 18 14:44:52 2014	(r371129)
+++ branches/2014Q4/mail/rss2email3/Makefile	Sat Oct 18 14:45:35 2014	(r371130)
@@ -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-branches mailing list