From owner-svn-ports-head@freebsd.org Sat Mar 26 17:10:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EFAEADEBC6; Sat, 26 Mar 2016 17:10:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C6E31BDE; Sat, 26 Mar 2016 17:10:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2QHA7Jb063204; Sat, 26 Mar 2016 17:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2QHA7wJ063203; Sat, 26 Mar 2016 17:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603261710.u2QHA7wJ063203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Mar 2016 17:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411933 - head/devel/byacc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2016 17:10:08 -0000 Author: sunpoet Date: Sat Mar 26 17:10:07 2016 New Revision: 411933 URL: https://svnweb.freebsd.org/changeset/ports/411933 Log: - Fix typo - Bump PORTREVISION for package change Submitted by: jkim Modified: head/devel/byacc/Makefile Modified: head/devel/byacc/Makefile ============================================================================== --- head/devel/byacc/Makefile Sat Mar 26 17:10:02 2016 (r411932) +++ head/devel/byacc/Makefile Sat Mar 26 17:10:07 2016 (r411933) @@ -2,6 +2,7 @@ PORTNAME= byacc PORTVERSION= 20160324 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ \ LOCAL/sunpoet @@ -10,7 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Best yacc variant available GNU_CONFIGURE= yes -MAKE_ARGS= DEFINES="-DMAXTABLES=INT_MAX" +MAKE_ARGS= DEFINES="-DMAXTABLE=INT_MAX" MAKEFILE= makefile TEST_TARGET= check USES= tar:tgz