From owner-svn-ports-all@freebsd.org Thu Feb 2 13:30:37 2017 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 C2EEBCC9542; Thu, 2 Feb 2017 13:30:37 +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 922D9232; Thu, 2 Feb 2017 13:30:37 +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 v12DUaK0094413; Thu, 2 Feb 2017 13:30:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v12DUacQ094411; Thu, 2 Feb 2017 13:30:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702021330.v12DUacQ094411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Feb 2017 13:30:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433145 - 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.23 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: Thu, 02 Feb 2017 13:30:37 -0000 Author: sunpoet Date: Thu Feb 2 13:30:36 2017 New Revision: 433145 URL: https://svnweb.freebsd.org/changeset/ports/433145 Log: Update to 20170201 - Add LICENSE Changes: http://invisible-island.net/byacc/CHANGES.html Modified: head/devel/byacc/Makefile head/devel/byacc/distinfo Modified: head/devel/byacc/Makefile ============================================================================== --- head/devel/byacc/Makefile Thu Feb 2 13:06:37 2017 (r433144) +++ head/devel/byacc/Makefile Thu Feb 2 13:30:36 2017 (r433145) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= byacc -PORTVERSION= 20161202 +PORTVERSION= 20170201 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ \ LOCAL/sunpoet @@ -9,6 +9,8 @@ MASTER_SITES= ftp://invisible-island.net MAINTAINER= sunpoet@FreeBSD.org COMMENT= Best yacc variant available +LICENSE= PD + GNU_CONFIGURE= yes MAKE_ARGS= DEFINES="-DMAXTABLE=INT_MAX" MAKEFILE= makefile Modified: head/devel/byacc/distinfo ============================================================================== --- head/devel/byacc/distinfo Thu Feb 2 13:06:37 2017 (r433144) +++ head/devel/byacc/distinfo Thu Feb 2 13:30:36 2017 (r433145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480711589 -SHA256 (byacc-20161202.tgz) = 30dc58cfcdb708eea7ba022db29b41d2d392f20727491b956954366f2f2117f0 -SIZE (byacc-20161202.tgz) = 708465 +TIMESTAMP = 1486036582 +SHA256 (byacc-20170201.tgz) = 90b768d177f91204e6e7cef226ae1dc7cac831b625774cebd3e233a917754f91 +SIZE (byacc-20170201.tgz) = 741550