From owner-freebsd-ports Mon Sep 2 13:50:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541A737B400 for ; Mon, 2 Sep 2002 13:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C7543E75 for ; Mon, 2 Sep 2002 13:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82Ko2JU031328 for ; Mon, 2 Sep 2002 13:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82Ko1Rq031327; Mon, 2 Sep 2002 13:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B3ED37B400 for ; Mon, 2 Sep 2002 13:40:40 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A90B43E65 for ; Mon, 2 Sep 2002 13:40:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g82KedOT000547 for ; Mon, 2 Sep 2002 13:40:39 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g82KedfZ000546; Mon, 2 Sep 2002 13:40:39 -0700 (PDT) Message-Id: <200209022040.g82KedfZ000546@www.freebsd.org> Date: Mon, 2 Sep 2002 13:40:39 -0700 (PDT) From: Michael Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/42340: lang/treecc upgrade 0.1.2 -> 0.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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