From owner-svn-ports-head@freebsd.org Sat Nov 19 17:03:00 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 BB946C4AB09; Sat, 19 Nov 2016 17:03:00 +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 8C41FB9D; Sat, 19 Nov 2016 17:03:00 +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 uAJH2xUN064626; Sat, 19 Nov 2016 17:02:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAJH2xxq064624; Sat, 19 Nov 2016 17:02:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611191702.uAJH2xxq064624@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, 19 Nov 2016 17:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426399 - head/devel/tradcpp 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.23 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, 19 Nov 2016 17:03:00 -0000 Author: sunpoet Date: Sat Nov 19 17:02:59 2016 New Revision: 426399 URL: https://svnweb.freebsd.org/changeset/ports/426399 Log: - Update to 0.5.2 - Add my LOCAL to MASTER_SITES - Fix typo in -U usage message, noticed by Joerg. - Add a -debuglog option to send an execution trace to a file. Intended to be used when debugging imake templates and other complex input, not for debugging tradcpp itself. Modified: head/devel/tradcpp/Makefile head/devel/tradcpp/distinfo Modified: head/devel/tradcpp/Makefile ============================================================================== --- head/devel/tradcpp/Makefile Sat Nov 19 17:02:54 2016 (r426398) +++ head/devel/tradcpp/Makefile Sat Nov 19 17:02:59 2016 (r426399) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= tradcpp -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= devel -MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/ +MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Traditional (K&R-style) C preprocessor Modified: head/devel/tradcpp/distinfo ============================================================================== --- head/devel/tradcpp/distinfo Sat Nov 19 17:02:54 2016 (r426398) +++ head/devel/tradcpp/distinfo Sat Nov 19 17:02:59 2016 (r426399) @@ -1,2 +1,3 @@ -SHA256 (tradcpp-0.5.1.tar.gz) = 5db30e846ea171ef24935ce26b2b731179eff8d21c5cafe4a636181cb5d8cd1d -SIZE (tradcpp-0.5.1.tar.gz) = 37156 +TIMESTAMP = 1479482579 +SHA256 (tradcpp-0.5.2.tar.gz) = 6c2153019e6214397294fc40528785e2b8432a4c889a21c41b3f8fc078e74bc0 +SIZE (tradcpp-0.5.2.tar.gz) = 37996