Date: 4 Jan 2002 20:55:02 -0000 From: Jos Backus <josb@cncdsl.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33553: Update devel/global to version 4.2 Message-ID: <20020104205502.53872.qmail@lizzy.bugworks.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020104205502.53872.qmail>