Date: Wed, 9 Dec 2015 14:26:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403391 - head/devel/byacc Message-ID: <201512091426.tB9EQpPJ000204@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Dec 9 14:26:50 2015 New Revision: 403391 URL: https://svnweb.freebsd.org/changeset/ports/403391 Log: - Convert to new test framework - Cosmetic change - Reformat pkg-descr - Take maintainership Modified: head/devel/byacc/Makefile head/devel/byacc/pkg-descr Modified: head/devel/byacc/Makefile ============================================================================== --- head/devel/byacc/Makefile Wed Dec 9 14:09:33 2015 (r403390) +++ head/devel/byacc/Makefile Wed Dec 9 14:26:50 2015 (r403391) @@ -5,17 +5,15 @@ PORTVERSION= 20150711 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Best yacc variant available -USES= tar:tgz GNU_CONFIGURE= yes MAKEFILE= makefile +TEST_TARGET= check +USES= tar:tgz PLIST_FILES= bin/yacc \ man/man1/yacc.1.gz -regression-test: build - @cd ${WRKSRC}; ${MAKE_CMD} check - .include <bsd.port.mk> Modified: head/devel/byacc/pkg-descr ============================================================================== --- head/devel/byacc/pkg-descr Wed Dec 9 14:09:33 2015 (r403390) +++ head/devel/byacc/pkg-descr Wed Dec 9 14:26:50 2015 (r403391) @@ -1,6 +1,5 @@ -Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc -has been made as compatible as possible with AT&T Yacc. Berkeley -Yacc can accept any input specification that conforms to the AT&T -Yacc documentation. +Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc has been made +as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input +specification that conforms to the AT&T Yacc documentation. WWW: http://invisible-island.net/byacc/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512091426.tB9EQpPJ000204>