svn commit: r469183 - head/java/jode

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 6 08:33:59 UTC 2018


Author: amdmi3
Date: Sun May  6 08:33:58 2018
New Revision: 469183
URL: https://svnweb.freebsd.org/changeset/ports/469183

Log:
  - Fix tests and switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/java/jode/Makefile

Modified: head/java/jode/Makefile
==============================================================================
--- head/java/jode/Makefile	Sun May  6 08:16:17 2018	(r469182)
+++ head/java/jode/Makefile	Sun May  6 08:33:58 2018	(r469183)
@@ -19,8 +19,10 @@ USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NEED_JAVAC=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake perl5:test shebangfix
+SHEBANG_FILES=	${WRKSRC}/jcpp
 MAKE_JOBS_UNSAFE=	yes
+TEST_TARGET=	check
 
 GETOPT_JAR=	${JAVALIBDIR}/java-getopt.jar
 CLASSLIB=	${JAVA_CLASSES}:${GETOPT_JAR}
@@ -47,8 +49,5 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${VENDOR_VERSION}.jar \
 		${STAGEDIR}/${JAVAJARDIR}/
 	${INSTALL_SCRIPT} ${WRKDIR}/jode ${STAGEDIR}/${PREFIX}/bin/
-
-test check regression-test: build
-	${MAKE} -C ${WRKSRC}/test check-TESTS
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list