svn commit: r485123 - head/devel/antlr4

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 17 09:30:26 UTC 2018


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/


More information about the svn-ports-all mailing list