svn commit: r403391 - head/devel/byacc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 9 14:26:52 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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/


More information about the svn-ports-all mailing list