svn commit: r314868 - head/mail/bogofilter

Matthias Andree mandree at FreeBSD.org
Thu Mar 21 20:27:33 UTC 2013


Author: mandree
Date: Thu Mar 21 20:27:32 2013
New Revision: 314868
URL: http://svnweb.freebsd.org/changeset/ports/314868

Log:
  - remove three self-tests again, two because they were meant to be
    disabled due to timings on the package builders,
    one (t.abort) because it fails on pointyhat.
  
  Submitted by:	miwi

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Thu Mar 21 20:16:53 2013	(r314867)
+++ head/mail/bogofilter/Makefile	Thu Mar 21 20:27:32 2013	(r314868)
@@ -62,7 +62,8 @@ post-patch:
 		${WRKSRC}/src/tests/unsort.pl \
 		${WRKSRC}/contrib/*.pl
 	${REINPLACE_CMD} -e 's/INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind/INTEGRITY_TESTS = t.lock1/' \
-		${WRKSRC}/src/tests/Makefile.in
+		-e 's/ENVIRON_TESTS = t.abort/ENVIRON_TESTS =/' \
+		${WRKSRC}/src/tests/Makefile.am
 
 .if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	*


More information about the svn-ports-all mailing list