Skip site navigation (1)Skip section navigation (2)
Date:      15 Nov 2002 04:24:43 -0000
From:      Jos Backus <jos@catnook.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45306: Update devel/global to latest version, 4.5.1
Message-ID:  <20021115042443.64759.qmail@lizzy.catnook.com>

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

>Number:         45306
>Category:       ports
>Synopsis:       Update devel/global to latest version, 4.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 14 20:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jos Backus
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
CatNook
>Environment:
System: FreeBSD lizzy.catnook.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 5 09:11:39 PST 2002 jos@lizzy.catnook.com:/disk0/usr/obj/disk0/usr/src/sys/LIZZY i386


>Description:
	
	Update devel/global to latest version, 4.5.1.
	Makefile changes:
	- Sort manpages.
	- USE_REINPLACE=yes

>How-To-Repeat:
>Fix:

diff -ruN global/Makefile global-new/Makefile
--- global/Makefile	Thu Aug 15 19:06:38 2002
+++ global-new/Makefile	Thu Nov 14 20:21:55 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	global
-PORTVERSION=	4.5
+PORTVERSION=	4.5.1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.tamacom.com/global/
 
@@ -14,11 +14,12 @@
 
 GNU_CONFIGURE=	yes
 USE_PERL5=	yes
+USE_REINPLACE=	yes
 
-MAN1=		htags.1 btreeop.1 gozilla.1 gtags.1 global.1 gctags.1
+MAN1=		gctags.1 global.1 gozilla.1 gtags.1 htags.1
 
 post-patch:
-	${PERL} -pi -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in
+	@${REINPLACE_CMD} -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in
 
 post-install:
 	install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir
diff -ruN global/distinfo global-new/distinfo
--- global/distinfo	Thu Aug 15 19:06:38 2002
+++ global-new/distinfo	Thu Nov 14 20:02:41 2002
@@ -1 +1 @@
-MD5 (global-4.5.tar.gz) = cd729b2798c8b2905a8c7b4913ba1ec5
+MD5 (global-4.5.1.tar.gz) = 6ae9b5deb9346011697532b394424eb8
diff -ruN global/files/patch-aa global-new/files/patch-aa
--- global/files/patch-aa	Thu Aug 15 19:06:38 2002
+++ global-new/files/patch-aa	Thu Nov 14 20:10:46 2002
@@ -1,16 +1,18 @@
---- doc/Makefile.in.orig	Wed Aug 14 21:33:54 2002
-+++ doc/Makefile.in	Wed Aug 14 21:36:13 2002
-@@ -203,13 +203,6 @@
+--- doc/Makefile.in.orig	Thu Nov 14 20:04:38 2002
++++ doc/Makefile.in	Thu Nov 14 20:09:05 2002
+@@ -311,14 +311,7 @@
  	  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	Fri Apr 19 20:16:17 2002
+++ global-new/pkg-plist	Thu Nov 14 20:15:29 2002
@@ -1,4 +1,3 @@
-bin/btreeop
 bin/gctags
 bin/global
 bin/gozilla

>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?20021115042443.64759.qmail>