Date: Sat, 17 Nov 2018 09:30:25 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485123 - head/devel/antlr4 Message-ID: <201811170930.wAH9UPsL016686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Nov 17 09:30:25 2018 New Revision: 485123 URL: https://svnweb.freebsd.org/changeset/ports/485123 Log: - Add NO_ARCH - Update WWW Approved by: portmgr blanket Modified: head/devel/antlr4/Makefile head/devel/antlr4/pkg-descr Modified: head/devel/antlr4/Makefile ============================================================================== --- head/devel/antlr4/Makefile Sat Nov 17 09:20:53 2018 (r485122) +++ head/devel/antlr4/Makefile Sat Nov 17 09:30:25 2018 (r485123) @@ -14,6 +14,7 @@ COMMENT= ANother Tool for Language Recognition LICENSE= BSD3CLAUSE NO_BUILD= yes +NO_ARCH= yes USE_JAVA= yes JAVA_VERSION= 1.8+ INSTALL_JAR= ${DISTFILES} Modified: head/devel/antlr4/pkg-descr ============================================================================== --- head/devel/antlr4/pkg-descr Sat Nov 17 09:20:53 2018 (r485122) +++ head/devel/antlr4/pkg-descr Sat Nov 17 09:30:25 2018 (r485123) @@ -3,4 +3,4 @@ language tool that provides a framework for constructi compilers, and translators from grammatical descriptions containing C++ or Java actions. -WWW: http://www.antlr.org +WWW: https://www.antlr.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811170930.wAH9UPsL016686>