From yasu@home.utahime.org  Sat Jun 19 03:29:47 2004
Return-Path: <yasu@home.utahime.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A2A2F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Jun 2004 03:29:47 +0000 (GMT)
Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 14B2543D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Jun 2004 03:29:47 +0000 (GMT)
	(envelope-from yasu@home.utahime.org)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id C125BA970
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Jun 2004 12:29:30 +0900 (JST)
Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 96BDC5526;
	Sat, 19 Jun 2004 12:29:30 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1])
	by localhost.home.utahime.org (AvMailGate-2.0.2-5) id 42546-20BADBBD;
	Sat, 19 Jun 2004 12:29:30 +0900
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id 79428551C; Sat, 19 Jun 2004 12:29:30 +0900 (JST)
Message-Id: <20040619032930.79428551C@eastasia.home.utahime.org>
Date: Sat, 19 Jun 2004 12:29:30 +0900 (JST)
From: KIMURA Yasuhiro <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] japanese/eblook : New version 1.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68099
>Category:       ports
>Synopsis:       [PATCH] japanese/eblook : New version 1.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shige
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 19 03:30:24 GMT 2004
>Closed-Date:    Sun Jun 20 06:12:12 GMT 2004
>Last-Modified:  Sun Jun 20 06:12:12 GMT 2004
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD eastasia.home.utahime.org 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Fri May 28 04:49:31 JST 2004 root@eastasia.home.utahime.org:/usr/obj/usr1/cvsup/releng_4_10/src/sys/EASTASIA i386


	
>Description:
	

	- Update to new version 1.6
	- Remove unnecessary dependence on automake/autoconf
	- Clean up to fix some of portlint warning

>How-To-Repeat:
	
>Fix:

	

--- eblook.patch begins here ---
diff -ruN eblook.dist/Makefile eblook/Makefile
--- eblook.dist/Makefile	Sat Jun  5 11:54:26 2004
+++ eblook/Makefile	Sat Jun 19 12:17:36 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	eblook
-PORTVERSION=	1.5.1
-PORTREVISION=	2
+PORTVERSION=	1.6
 CATEGORIES=	japanese textproc
 MASTER_SITES=	http://openlab.ring.gr.jp/edict/eblook/dist/
 DIST_SUBDIR=	eb
@@ -15,24 +14,21 @@
 MAINTAINER=	shige@FreeBSD.org
 COMMENT=	Interactive EB interface command for seraching words in electoric dictionaries
 
-DOCDIR=		share/doc/eblook
-
-LIB_DEPENDS=    eb.7:${PORTSDIR}/japanese/eb
+LIB_DEPENDS=	eb.7:${PORTSDIR}/japanese/eb
 
 GNU_CONFIGURE=	yes
-USE_AUTOMAKE_VER=	14
-USE_AUTOCONF_VER=	213
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-eb-includes=${PREFIX}/include \
 		--with-eb-libraries=${PREFIX}/lib
 
-PLIST_SUB=	DOCDIR=${DOCDIR}
+INFO=		eblook
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/${DOCDIR}
-	@for i in AUTHORS COPYING ChangeLog NEWS README ; do \
-		${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\
-	done
+	@${MKDIR} ${DOCSDIR}
+.for file in AUTHORS COPYING ChangeLog NEWS README
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
diff -ruN eblook.dist/distinfo eblook/distinfo
--- eblook.dist/distinfo	Wed Mar 31 18:53:39 2004
+++ eblook/distinfo	Sat Jun 19 11:11:00 2004
@@ -1,2 +1,2 @@
-MD5 (eb/eblook-1.5.1.tar.gz) = 5e1c84fd450813c1ad2c732a8d645719
-SIZE (eb/eblook-1.5.1.tar.gz) = 195934
+MD5 (eb/eblook-1.6.tar.gz) = bb7c38367c62d26e9acb0e7ed299872c
+SIZE (eb/eblook-1.6.tar.gz) = 418216
diff -ruN eblook.dist/pkg-plist eblook/pkg-plist
--- eblook.dist/pkg-plist	Sat Aug 21 01:21:51 1999
+++ eblook/pkg-plist	Sat Jun 19 12:09:23 2004
@@ -1,10 +1,7 @@
 bin/eblook
-@unexec install-info --delete %D/info/eblook.info %D/info/dir
-info/eblook.info
-@exec install-info %D/info/eblook.info %D/info/dir
-%%DOCDIR%%/AUTHORS
-%%DOCDIR%%/COPYING
-%%DOCDIR%%/ChangeLog
-%%DOCDIR%%/NEWS
-%%DOCDIR%%/README
-@dirrm %%DOCDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- eblook.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->shige 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Jun 19 16:45:59 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68099 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Jun 20 06:11:28 GMT 2004 
State-Changed-Why:  
Already committed by maintainer. 

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