Date: Fri, 28 Dec 2018 09:30:24 +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: r488591 - head/devel/antlr3 Message-ID: <201812280930.wBS9UOpo028360@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Dec 28 09:30:23 2018 New Revision: 488591 URL: https://svnweb.freebsd.org/changeset/ports/488591 Log: - Add NO_ARCH - Update WWW Approved by: portmgr blanket Modified: head/devel/antlr3/Makefile head/devel/antlr3/pkg-descr Modified: head/devel/antlr3/Makefile ============================================================================== --- head/devel/antlr3/Makefile Fri Dec 28 09:17:10 2018 (r488590) +++ head/devel/antlr3/Makefile Fri Dec 28 09:30:23 2018 (r488591) @@ -15,6 +15,7 @@ COMMENT= ANother Tool for Language Recognition LICENSE= BSD3CLAUSE NO_BUILD= yes +NO_ARCH= yes USE_JAVA= yes JAVA_VERSION= 1.7+ INSTALL_JAR= ${DISTFILES} @@ -22,8 +23,6 @@ SUB_LIST= INSTALL_JAR=${INSTALL_JAR} SUB_FILES= antlr.sh PLIST_FILES= bin/${PORTNAME} \ ${JAVAJARDIR}/${INSTALL_JAR} - -.include <bsd.port.options.mk> do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} Modified: head/devel/antlr3/pkg-descr ============================================================================== --- head/devel/antlr3/pkg-descr Fri Dec 28 09:17:10 2018 (r488590) +++ head/devel/antlr3/pkg-descr Fri Dec 28 09:30:23 2018 (r488591) @@ -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.antlr3.org +WWW: https://www.antlr3.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812280930.wBS9UOpo028360>