Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 17:02:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426399 - head/devel/tradcpp
Message-ID:  <201611191702.uAJH2xxq064624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191702.uAJH2xxq064624>