From owner-freebsd-ports Fri Jan 4 13: 0:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC37A37B41D for ; Fri, 4 Jan 2002 13:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g04L01g48335; Fri, 4 Jan 2002 13:00:01 -0800 (PST) (envelope-from gnats) Received: from w250.z064001178.sjc-ca.dsl.cnc.net (w250.z064001178.sjc-ca.dsl.cnc.net [64.1.178.250]) by hub.freebsd.org (Postfix) with SMTP id 84D7D37B421 for ; Fri, 4 Jan 2002 12:54:40 -0800 (PST) Received: (qmail 53873 invoked by uid 1000); 4 Jan 2002 20:55:02 -0000 Message-Id: <20020104205502.53872.qmail@lizzy.bugworks.com> Date: 4 Jan 2002 20:55:02 -0000 From: Jos Backus Reply-To: Jos Backus To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33553: Update devel/global to version 4.2 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: 33553 >Category: ports >Synopsis: Update devel/global to version 4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 04 13:00:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jos Backus >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD lizzy.bugworks.com 5.0-CURRENT FreeBSD 5.0-CURRENT #24: Thu Jan 3 23:44:11 PST 2002 jos@lizzy.bugworks.com:/disk0/usr/obj/usr/src/sys/LIZZY i386 >Description: Patch to update devel/global to version 4.2. >How-To-Repeat: >Fix: diff -ruN global/Makefile global-new/Makefile --- global/Makefile Mon Nov 6 22:23:32 2000 +++ global-new/Makefile Fri Jan 4 12:43:18 2002 @@ -6,7 +6,7 @@ # PORTNAME= global -PORTVERSION= 4.0.1 +PORTVERSION= 4.2 CATEGORIES= devel MASTER_SITES= http://www.tamacom.com/global/ @@ -22,7 +22,7 @@ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/global .for file in AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README \ - THANKS VERSION + THANKS ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/global .endfor .endif diff -ruN global/distinfo global-new/distinfo --- global/distinfo Mon Nov 6 22:23:32 2000 +++ global-new/distinfo Fri Jan 4 12:39:12 2002 @@ -1 +1 @@ -MD5 (global-4.0.1.tar.gz) = a5f7c16fb0be046502e421eba40c21e9 +MD5 (global-4.2.tar.gz) = 53575de207994f324b7818a22af2a455 diff -ruN global/files/patch-aa global-new/files/patch-aa --- global/files/patch-aa Sun Oct 29 11:15:58 2000 +++ global-new/files/patch-aa Fri Jan 4 12:38:45 2002 @@ -1,16 +1,17 @@ ---- doc/Makefile.in.orig Tue Sep 26 17:04:19 2000 -+++ doc/Makefile.in Mon Oct 23 00:29:54 2000 -@@ -187,13 +187,6 @@ +--- doc/Makefile.in.orig Fri Nov 23 11:02:34 2001 ++++ doc/Makefile.in Fri Jan 4 12:30:44 2002 +@@ -297,14 +297,6 @@ done; \ done @$(POST_INSTALL) -- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ +- @if (install-info --version && \ +- install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \ - list='$(INFO_DEPS)'; \ - for file in $$list; do \ - echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ - install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ - done; \ - else : ; fi + install-man: - uninstall-info: - $(PRE_UNINSTALL) + installcheck-am: diff -ruN global/pkg-plist global-new/pkg-plist --- global/pkg-plist Sun Mar 11 00:17:40 2001 +++ global-new/pkg-plist Fri Jan 4 12:42:46 2002 @@ -15,5 +15,4 @@ share/doc/global/NEWS share/doc/global/README share/doc/global/THANKS -share/doc/global/VERSION @dirrm share/doc/global >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message