From owner-svn-ports-all@freebsd.org Sat Mar 26 09:03:02 2016 Return-Path: Delivered-To: svn-ports-all@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 895FEADCAAC; Sat, 26 Mar 2016 09:03:02 +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 5A9341A39; Sat, 26 Mar 2016 09:03:02 +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 u2Q9316K016289; Sat, 26 Mar 2016 09:03:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2Q931i4016287; Sat, 26 Mar 2016 09:03:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603260903.u2Q931i4016287@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 09:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411915 - 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-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2016 09:03:02 -0000 Author: sunpoet Date: Sat Mar 26 09:03:01 2016 New Revision: 411915 URL: https://svnweb.freebsd.org/changeset/ports/411915 Log: - Update to 20160324 - Add my LOCAL to MASTER_SITES Changes: http://invisible-island.net/byacc/CHANGES.html Submitted by: jkim Modified: head/devel/byacc/Makefile head/devel/byacc/distinfo Modified: head/devel/byacc/Makefile ============================================================================== --- head/devel/byacc/Makefile Sat Mar 26 02:31:15 2016 (r411914) +++ head/devel/byacc/Makefile Sat Mar 26 09:03:01 2016 (r411915) @@ -1,14 +1,16 @@ # $FreeBSD$ PORTNAME= byacc -PORTVERSION= 20150711 +PORTVERSION= 20160324 CATEGORIES= devel -MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ +MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Best yacc variant available GNU_CONFIGURE= yes +MAKE_ARGS= DEFINES="-DMAXTABLES=INT_MAX" MAKEFILE= makefile TEST_TARGET= check USES= tar:tgz Modified: head/devel/byacc/distinfo ============================================================================== --- head/devel/byacc/distinfo Sat Mar 26 02:31:15 2016 (r411914) +++ head/devel/byacc/distinfo Sat Mar 26 09:03:01 2016 (r411915) @@ -1,2 +1,2 @@ -SHA256 (byacc-20150711.tgz) = c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248 -SIZE (byacc-20150711.tgz) = 714438 +SHA256 (byacc-20160324.tgz) = 178e08f7ab59edfb16d64902b7a9d78592d2d8d3ee30ab7a967188d969589b5a +SIZE (byacc-20160324.tgz) = 700555