From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 6 07:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A62DE748 for ; Fri, 6 Sep 2013 07:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 841C82240 for ; Fri, 6 Sep 2013 07:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r867o18t023533 for ; Fri, 6 Sep 2013 07:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r867o1RV023511; Fri, 6 Sep 2013 07:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 6 Sep 2013 07:50:01 GMT Resent-Message-Id: <201309060750.r867o1RV023511@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7930712 for ; Fri, 6 Sep 2013 07:49:04 +0000 (UTC) (envelope-from gasolwu@kkbox.com) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id A96172228 for ; Fri, 6 Sep 2013 07:49:04 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 1BD5574CE3C; Fri, 6 Sep 2013 15:49:04 +0800 (CST) Message-Id: <20130906074904.1BD5574CE3C@goingmarry.kkbox.com> Date: Fri, 6 Sep 2013 15:49:04 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181862: [PATCH] devel/re2c: update to 0.13.6 Cc: chalpin@cs.wisc.edu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 07:50:01 -0000 >Number: 181862 >Category: ports >Synopsis: [PATCH] devel/re2c: update to 0.13.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 06 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 >Description: - Update to 0.13.6 Port maintainer (chalpin@cs.wisc.edu) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- re2c-0.13.6.patch begins here --- diff -ruN /usr/ports/devel/re2c/Makefile ./Makefile --- /usr/ports/devel/re2c/Makefile 2012-11-17 13:56:56.000000000 +0800 +++ ./Makefile 2013-09-06 15:12:05.000000000 +0800 @@ -1,12 +1,8 @@ -# New ports collection makefile for: re2c -# Date created: 14 May 1998 -# Whom: Eivind Eklund -# +# Created by: Eivind Eklund # $FreeBSD: ports/devel/re2c/Makefile,v 1.27 2012/11/17 05:56:56 svnexp Exp $ -# PORTNAME= re2c -PORTVERSION= 0.13.5 +PORTVERSION= 0.13.6 CATEGORIES= devel MASTER_SITES= SF @@ -18,7 +14,7 @@ MAN1= re2c.1 post-install: -.if !defined(NOPORTDOCS) +.if !defined(PORT_OPTIONS:MDOCS) @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} .endif diff -ruN /usr/ports/devel/re2c/distinfo ./distinfo --- /usr/ports/devel/re2c/distinfo 2011-07-03 22:58:55.000000000 +0800 +++ ./distinfo 2013-09-06 15:09:42.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (re2c-0.13.5.tar.gz) = f3a995139af475e80a30207d02728b1e0065b0caade7375e974cb1b14861668c -SIZE (re2c-0.13.5.tar.gz) = 782725 +SHA256 (re2c-0.13.6.tar.gz) = 8e463039aa8799a2957bfc00c9936232bb63b4fcb24d6ea6316170a67e5076c0 +SIZE (re2c-0.13.6.tar.gz) = 844623 --- re2c-0.13.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: