From stolz@i2.informatik.rwth-aachen.de  Fri Aug  8 08:48:42 2003
Return-Path: <stolz@i2.informatik.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E594B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Aug 2003 08:48:42 -0700 (PDT)
Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 478BE43FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Aug 2003 08:48:41 -0700 (PDT)
	(envelope-from stolz@i2.informatik.rwth-aachen.de)
Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73])
	by atlas.informatik.rwth-aachen.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id h78FmYL13761;
	Fri, 8 Aug 2003 17:48:34 +0200
Received: (from stolz@localhost)
	by menelaos.informatik.rwth-aachen.de (8.12.9/8.12.9/Submit) id h78FmYCI008603;
	Fri, 8 Aug 2003 17:48:34 +0200 (CEST)
	(envelope-from stolz)
Message-Id: <200308081548.h78FmYCI008603@menelaos.informatik.rwth-aachen.de>
Date: Fri, 8 Aug 2003 17:48:34 +0200 (CEST)
From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Reply-To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ahze@rgv.net
Subject: [patch] lang/treecc: Update to 0.2.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55384
>Category:       ports
>Synopsis:       [patch] lang/treecc: Update to 0.2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 08 08:50:18 PDT 2003
>Closed-Date:    Sun Sep 28 03:52:21 PDT 2003
>Last-Modified:  Sun Sep 28 03:52:21 PDT 2003
>Originator:     Volker Stolz
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Lehrstuhl fr Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.8-STABLE FreeBSD 4.8-STABLE #7: Tue Aug 5 15:53:30 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
- Update treecc from 0.2.4 to 0.2.6.
- Fix .info-breakage
- Lint COMMENT

Maintainer was contacted on 2003-08-01
>How-To-Repeat:
>Fix:
Files added:
 - files/patch-doc-Makefile.in

--- treecc begins here ---
diff -urN /usr/ports/lang/treecc/Makefile treecc/Makefile
--- /usr/ports/lang/treecc/Makefile	Wed Apr 23 14:13:37 2003
+++ treecc/Makefile	Fri Aug  1 15:02:57 2003
@@ -6,17 +6,18 @@
 #
 
 PORTNAME=	treecc
-PORTVERSION=	0.2.4
+PORTVERSION=	0.2.6
 CATEGORIES=	lang
 MASTER_SITES=	http://www.southern-storm.com.au/download/
 
 MAINTAINER=	ahze@rgv.net
-COMMENT=	Treecc program is designed to assist in the development of compilers
+COMMENT=	Treecc is designed to assist in the development of compilers
 
 GNU_CONFIGURE=	yes
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 MAN1=		treecc.1
+
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 post-install:
 	@${LN} -sf treecc ${PREFIX}/bin/${DISTNAME}
diff -urN /usr/ports/lang/treecc/distinfo treecc/distinfo
--- /usr/ports/lang/treecc/distinfo	Wed Apr 23 14:13:37 2003
+++ treecc/distinfo	Fri Aug  1 14:37:49 2003
@@ -1 +1 @@
-MD5 (treecc-0.2.4.tar.gz) = 1c43d228724c286e4991abc13b59e6f6
+MD5 (treecc-0.2.6.tar.gz) = c90208eb99314b68afb4c133578288ad
diff -urN /usr/ports/lang/treecc/files/patch-doc-Makefile.in treecc/files/patch-doc-Makefile.in
--- /usr/ports/lang/treecc/files/patch-doc-Makefile.in	Thu Jan  1 01:00:00 1970
+++ treecc/files/patch-doc-Makefile.in	Fri Aug  1 15:21:32 2003
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig	Fri Aug  1 15:20:44 2003
++++ doc/Makefile.in	Fri Aug  1 15:21:15 2003
+@@ -118,7 +118,7 @@
+ .texi.info:
+ 	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ 	cd $(srcdir) \
+-	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
++	  && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'`
+ 
+ .texi.dvi:
+ 	TEXINPUTS=.:$$TEXINPUTS \
diff -urN /usr/ports/lang/treecc/pkg-plist treecc/pkg-plist
--- /usr/ports/lang/treecc/pkg-plist	Wed Apr 23 14:13:37 2003
+++ treecc/pkg-plist	Fri Aug  1 15:21:48 2003
@@ -1,9 +1,7 @@
 @comment $FreeBSD: ports/lang/treecc/pkg-plist,v 1.7 2003/04/18 05:57:41 edwin Exp $
 bin/treecc
-bin/treecc-0.2.4
+bin/treecc-%%PORTVERSION%%
 @unexec install-info --delete %D/info/treecc.info %D/info/dir
 info/treecc.info
-info/treecc.info-1
-info/treecc.info-2
 @exec install-info %D/info/treecc.info %D/info/dir
 
--- treecc ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Sun Sep 28 03:52:03 PDT 2003 
State-Changed-Why:  
Superceded by ports/55854 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55384 
>Unformatted:
