From tkato@prontomail.com  Sun May 23 06:02:31 2004
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E5B0016A4D0
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 23 May 2004 06:02:08 -0700 (PDT)
Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E3BCB43D39
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 23 May 2004 06:02:07 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([211.126.70.158]) by hfep05.dion.ne.jp with SMTP
          id <20040523130148205.NBAV@hfep05.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Sun, 23 May 2004 22:01:48 +0900
Message-Id: <20040523220023.1a0db553.tkato@prontomail.com>
Date: Sun, 23 May 2004 22:00:23 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: x11/gmrun to 0.9.2

>Number:         67085
>Category:       ports
>Synopsis:       Update port: x11/gmrun to 0.9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 06:10:23 PDT 2004
>Closed-Date:    Sun May 23 12:10:22 PDT 2004
>Last-Modified:  Sun May 23 12:10:22 PDT 2004
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.2

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/gmrun/Makefile x11/gmrun/Makefile
--- /usr/ports/x11/gmrun/Makefile	Mon May 17 11:50:09 2004
+++ x11/gmrun/Makefile	Sun May 23 03:24:53 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gmrun
-PORTVERSION=	0.9
-PORTREVISION=	2
+PORTVERSION=	0.9.2
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,21 +14,25 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A customizable program to run programs, with tab-completion
 
+LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
+
+USE_GCC=	3.3
 USE_X_PREFIX=	yes
-GNU_CONFIGURE=	yes
+USE_GNOME=	gtk20
 USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack gtk20
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
-.endif
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--disable-stlport
+
+PORTDOCS=	README
+PLIST_FILES=	bin/gmrun %%DATADIR%%/gmrunrc
+PLIST_DIRS=	%%DATADIR%%
 
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/x11/gmrun/distinfo x11/gmrun/distinfo
--- /usr/ports/x11/gmrun/distinfo	Fri Mar 19 11:49:56 2004
+++ x11/gmrun/distinfo	Sun May 23 03:10:21 2004
@@ -1,2 +1,2 @@
-MD5 (gmrun-0.9.tar.gz) = 63344eae843409e25bfa10f26f28d142
-SIZE (gmrun-0.9.tar.gz) = 91706
+MD5 (gmrun-0.9.2.tar.gz) = 6cef37a968006d9496fc56a7099c603c
+SIZE (gmrun-0.9.2.tar.gz) = 66097
diff -urN /usr/ports/x11/gmrun/pkg-descr x11/gmrun/pkg-descr
--- /usr/ports/x11/gmrun/pkg-descr	Wed Jul  9 21:36:21 2003
+++ x11/gmrun/pkg-descr	Sun May 23 03:18:32 2004
@@ -3,11 +3,11 @@
 	* Tilde completion
 	* Completion for separate words
 	* Cycleable command history
-	* Configuration file in /usr/X11R6/etc/gmrunrc, which can be copied
-	  to ~/.gmrunrc
+	* Configuration file in /usr/X11R6/share/gmrun/gmrunrc,
+	  which can be copied to ~/.gmrunrc
 	* Can spawn commands in a terminal
 	* Intelligent URL handling
 
-WWW: http://students.infoiasi.ro/~mishoo/site/gmrun.epl
+WWW: http://dynarch.com/mishoo/gmrun.epl
 
 - Adam Weinberger <adamw@FreeBSD.org>
diff -urN /usr/ports/x11/gmrun/pkg-plist x11/gmrun/pkg-plist
--- /usr/ports/x11/gmrun/pkg-plist	Sun Apr 18 21:00:43 2004
+++ x11/gmrun/pkg-plist	Thu Jan  1 09:00:00 1970
@@ -1,5 +0,0 @@
-bin/gmrun
-share/gnome/gmrun/gmrunrc
-%%PORTDOCS%%share/doc/gmrun/README
-%%PORTDOCS%%@dirrm share/doc/gmrun
-@dirrm share/gnome/gmrun
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Sun May 23 06:33:32 PDT 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67085 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun May 23 12:10:15 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67085 
>Unformatted:
