Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2002 13:40:39 -0700 (PDT)
From:      Michael Johnson <ahze@rgv.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/42340: lang/treecc upgrade 0.1.2 -> 0.1.4
Message-ID:  <200209022040.g82KedfZ000546@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         42340
>Category:       ports
>Synopsis:       lang/treecc upgrade 0.1.2 -> 0.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 02 13:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        
>Organization:
>Environment:
>Description:
diff -ruN treecc.orig/Makefile treecc/Makefile
--- treecc.orig/Makefile	Mon Sep  2 16:27:42 2002
+++ treecc/Makefile	Mon Sep  2 16:31:09 2002
@@ -6,13 +6,14 @@
 #
 
 PORTNAME=	treecc
-PORTVERSION=	0.1.2
+PORTVERSION=	0.1.4
 CATEGORIES=	lang
 MASTER_SITES=	http://www.southern-storm.com.au/download/
 
 MAINTAINER=	ahze@rgv.net
 
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 USE_AUTOMAKE=	yes
@@ -20,7 +21,7 @@
 MAN1=		treecc.1
 
 pre-patch:
-	@${PERL} -pi -e 's|etc doc tests examples|etc doc|g ;'  \
+	@${REINPLACE_CMD} -e 's|etc doc tests examples|etc doc|g' \
 		${WRKSRC}/Makefile.*
 
 post-install:
diff -ruN treecc.orig/distinfo treecc/distinfo
--- treecc.orig/distinfo	Mon Sep  2 16:27:42 2002
+++ treecc/distinfo	Mon Sep  2 16:28:03 2002
@@ -1 +1 @@
-MD5 (treecc-0.1.2.tar.gz) = 81f9e59e909686dbd0c031290bc9af07
+MD5 (treecc-0.1.4.tar.gz) = 813fb154db98fb2fe951a199e5b831ad
diff -ruN treecc.orig/pkg-plist treecc/pkg-plist
--- treecc.orig/pkg-plist	Mon Sep  2 16:27:42 2002
+++ treecc/pkg-plist	Mon Sep  2 16:36:26 2002
@@ -1,5 +1,5 @@
 bin/treecc
-bin/treecc-0.1.2
+bin/treecc-0.1.4
 @unexec install-info --delete %D/info/treecc.info %D/info/dir
 info/treecc.info
 info/treecc.info-1
@@ -10,3 +10,4 @@
 share/treecc/c_skel.c
 share/treecc/c_skel.h
 @dirrm share/treecc
+

>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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