From tkato432@yahoo.com  Fri Aug 10 18:01:54 2007
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 27D6216A41A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 10 Aug 2007 18:01:54 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa06.dion.ne.jp (msa06.dion.ne.jp [222.3.140.169])
	by mx1.freebsd.org (Postfix) with ESMTP id ED2E713C428
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 10 Aug 2007 18:01:53 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (ZT068219.ppp.dion.ne.jp [59.128.68.219])
	by msa106.dion.ne.jp (DION MAIL) with ESMTP id 6BFAB784037
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 11 Aug 2007 03:01:51 +0900 (JST)
Message-Id: <20070811030032.ced80c97.tkato432@yahoo.com>
Date: Sat, 11 Aug 2007 03:00:32 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: x11-wm/wmakerconf to 2.12

>Number:         115399
>Category:       ports
>Synopsis:       Update port: x11-wm/wmakerconf to 2.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 10 18:10:12 GMT 2007
>Closed-Date:    Mon Aug 20 09:04:52 GMT 2007
>Last-Modified:  Mon Aug 20 09:10:01 GMT 2007
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 2.12

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/wmakerconf/Makefile x11-wm/wmakerconf/Makefile
--- /usr/ports/x11-wm/wmakerconf/Makefile	Sun May 20 13:59:23 2007
+++ x11-wm/wmakerconf/Makefile	Mon Jul 30 04:40:53 2007
@@ -7,10 +7,10 @@
 #
 
 PORTNAME=	wmakerconf
-PORTVERSION=	2.11
-PORTREVISION=	4
+PORTVERSION=	2.12
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://www.starplot.org/wmakerconf/
+MASTER_SITES=	SF
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A configuration tool for Window Maker
@@ -18,13 +18,16 @@
 LIB_DEPENDS=	wraster.4:${PORTSDIR}/x11-wm/windowmaker
 RUN_DEPENDS=	rpm:${PORTSDIR}/archivers/rpm
 
-USE_X_PREFIX=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+USE_XLIB=	yes
 USE_GNOME=	gnometarget gtk20
 USE_PERL5=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-wmakerdir="${X11BASE}/share/WindowMaker"
+CONFIGURE_ARGS=	--with-wmakerdataprefix="${LOCALBASE}/share" \
+		--with-wmakeretcprefix="${LOCALBASE}/share"
 
 MAN1=		mkpreview.1 wmakerconf.1
 
@@ -32,19 +35,14 @@
 	@${FIND} ${WRKSRC} -name "*.gmo" -delete
 
 pre-configure:
-	@${PERL} -pi -e 's|lynx wget|lynx fetch|g' ${WRKSRC}/configure
-	@${PERL} -pi -e 's|: install-data-local|:|g' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e 's|lynx wget|lynx fetch|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e '/chmod 0/d' ${WRKSRC}/Makefile.in
 .for file in data/WMWmakerconf data/WMWmakerconf.gettext
-	@${PERL} -pi -e 's|/usr/local/share|${LOCALBASE}|g ; \
+	@${REINPLACE_CMD} -e 's|/usr/local/share|${LOCALBASE}|g ; \
 		 s|/usr/share|${X11BASE}|g' ${WRKSRC}/${file}
 .endfor
 .for file in data/po/ja.po po/ja.po
-	@${PERL} -pi -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file}
+	@${REINPLACE_CMD} -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file}
 .endfor
-
-post-install:
-	@${MKDIR} ${PREFIX}/share/applications
-	${INSTALL_DATA} ${WRKSRC}/wmakerconf.desktop \
-		${PREFIX}/share/applications
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-wm/wmakerconf/distinfo x11-wm/wmakerconf/distinfo
--- /usr/ports/x11-wm/wmakerconf/distinfo	Sat Nov 26 19:34:34 2005
+++ x11-wm/wmakerconf/distinfo	Mon Jul 30 04:08:46 2007
@@ -1,3 +1,3 @@
-MD5 (wmakerconf-2.11.tar.gz) = d98ff7f6c18cd0d6ffdfa0a990bcf698
-SHA256 (wmakerconf-2.11.tar.gz) = bd7e662988c62035f85b7fafee0911a54da87d2d3c5822b035eee4dd1ae81c89
-SIZE (wmakerconf-2.11.tar.gz) = 791166
+MD5 (wmakerconf_2.12.tar.gz) = 252114b5ee5fc5bec99477497ee045cc
+SHA256 (wmakerconf_2.12.tar.gz) = debfc3b2a26fd4bd2dab4a06155b786e1b36e64145012410eb0de730a79a9bb3
+SIZE (wmakerconf_2.12.tar.gz) = 830156
diff -urN /usr/ports/x11-wm/wmakerconf/pkg-descr x11-wm/wmakerconf/pkg-descr
--- /usr/ports/x11-wm/wmakerconf/pkg-descr	Mon Jun 28 23:07:57 2004
+++ x11-wm/wmakerconf/pkg-descr	Mon Jul 30 03:54:18 2007
@@ -1,4 +1,4 @@
 Wmakerconf is a configuration tool for the famous window manager 
 Window Maker.  It is based on the GTK+ and Imlib libraries.
 
-WWW: http://www.starplot.org/wmakerconf/
+WWW: http://wmakerconf.sourceforge.net/
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Aug 20 09:04:50 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115399 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115399: commit references a PR
Date: Mon, 20 Aug 2007 09:04:47 +0000 (UTC)

 miwi        2007-08-20 09:04:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-wm/wmakerconf    Makefile distinfo pkg-descr 
   Log:
   - Update to 2.12
   
   PR:             115399
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.44      +12 -14    ports/x11-wm/wmakerconf/Makefile
   1.15      +3 -3      ports/x11-wm/wmakerconf/distinfo
   1.9       +1 -1      ports/x11-wm/wmakerconf/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
