svn commit: r426399 - head/devel/tradcpp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 19 17:03:00 UTC 2016


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 at 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


More information about the svn-ports-head mailing list