From tkato432@yahoo.com  Thu Feb 28 18:01:31 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id DD673A41
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 28 Feb 2013 18:01:27 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 85697774
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 28 Feb 2013 18:01:27 +0000 (UTC)
Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id 1493E4AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri,  1 Mar 2013 03:01:17 +0900 (JST)
Message-Id: <20130301024340.944fc793bfd8528d048a2e3e@yahoo.com>
Date: Fri, 1 Mar 2013 02:43:40 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: deskutils/ganyremote: Update to version 6.1

>Number:         176539
>Category:       ports
>Synopsis:       deskutils/ganyremote: Update to version 6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 28 18:10:04 UTC 2013
>Closed-Date:    Tue Mar 26 01:07:40 UTC 2013
>Last-Modified:  Tue Mar 26 01:10:02 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 6.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/deskutils/ganyremote/Makefile deskutils/ganyremote/Makefile
--- /usr/ports/deskutils/ganyremote/Makefile	2013-02-21 04:11:36.000000000 +0900
+++ deskutils/ganyremote/Makefile	2013-02-22 02:21:40.000000000 +0900
@@ -1,47 +1,45 @@
-# New ports collection makefile for:	ganyremote
-# Date created:				08 November 2008
-# Whom:					Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $FreeBSD: head/deskutils/ganyremote/Makefile 312628 2013-02-20 16:08:58Z fluffy $
-#
 
 PORTNAME=	ganyremote
-PORTVERSION=	5.11.7
-PORTREVISION=	1
+PORTVERSION=	6.1
 CATEGORIES=	deskutils comms gnome
 MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNOME frontend for anyRemote
 
+LICENSE=	GPLv2 # (or later)
+
 RUN_DEPENDS=	anyremote:${PORTSDIR}/comms/anyremote
 
-GNU_CONFIGURE=	yes
-USE_PYTHON=	yes
+OPTIONS_DEFINE=	DOCS
+
 USE_GNOME=	pygtk2
+USE_PYTHON=	yes
+USE_GETTEXT=	yes
+GNU_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PORTDOCS=	AUTHORS COPYING README ChangeLog
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT=	yes
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
+.include <bsd.port.options.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|usepybluez = True|usepybluez = False|' \
-		-e '/initVerify()$$/d' ${WRKSRC}/${PORTNAME}
-.if defined(NOPORTDOCS)
-	@${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e \
+		's|/usr/local|${LOCALBASE}| ; \
+		 /usepybluez = /s|True|False| ; \
+		 /initVerify()$$/d' ${WRKSRC}/${PORTNAME}
+	@${REINPLACE_CMD} -e \
+		'/$$(datadir)\/doc/s|^|#|' ${WRKSRC}/Makefile.in
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+	@${MKDIR} ${DOCSDIR}
+.for i in AUTHORS ChangeLog README
+	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
+.endfor
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/deskutils/ganyremote/distinfo deskutils/ganyremote/distinfo
--- /usr/ports/deskutils/ganyremote/distinfo	2012-11-08 05:50:25.000000000 +0900
+++ deskutils/ganyremote/distinfo	2013-02-22 01:48:05.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (ganyremote-5.11.7.tar.gz) = 26dd56de02aca272ab7cf30d48931ffc7c8362963479b48940daabe5145f61a1
-SIZE (ganyremote-5.11.7.tar.gz) = 291878
+SHA256 (ganyremote-6.1.tar.gz) = c5c53e112297f3441dd8201abd47a9828227376fa5f524bf5b56e78fb3c89173
+SIZE (ganyremote-6.1.tar.gz) = 277145
diff -urN /usr/ports/deskutils/ganyremote/pkg-plist deskutils/ganyremote/pkg-plist
--- /usr/ports/deskutils/ganyremote/pkg-plist	2012-11-08 05:50:25.000000000 +0900
+++ deskutils/ganyremote/pkg-plist	2013-02-22 02:23:20.000000000 +0900
@@ -1,42 +1,45 @@
 bin/ganyremote
 share/applications/ganyremote.desktop
-%%NLS%%share/locale/bg/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/de_AT/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/de_DE/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/es_ES/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/hu_HU/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/it_IT/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/nl_NL/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/pl_PL/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/ru_RU/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/sk_SK/LC_MESSAGES/ganyremote.mo
-%%NLS%%share/locale/sv_SE/LC_MESSAGES/ganyremote.mo
+%%PORTDOS%%/%%DOCSDIR%%/AUTHORS
+%%PORTDOS%%/%%DOCSDIR%%/ChangeLog
+%%PORTDOS%%/%%DOCSDIR%%/README
+share/locale/bg/LC_MESSAGES/ganyremote.mo
+share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
+share/locale/de_AT/LC_MESSAGES/ganyremote.mo
+share/locale/de_DE/LC_MESSAGES/ganyremote.mo
+share/locale/es_ES/LC_MESSAGES/ganyremote.mo
+share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
+share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
+share/locale/hu_HU/LC_MESSAGES/ganyremote.mo
+share/locale/it_IT/LC_MESSAGES/ganyremote.mo
+share/locale/nl_NL/LC_MESSAGES/ganyremote.mo
+share/locale/pl_PL/LC_MESSAGES/ganyremote.mo
+share/locale/pt_BR/LC_MESSAGES/ganyremote.mo
+share/locale/ru_RU/LC_MESSAGES/ganyremote.mo
+share/locale/sk_SK/LC_MESSAGES/ganyremote.mo
+share/locale/sv_SE/LC_MESSAGES/ganyremote.mo
 share/pixmaps/ganyremote.png
 share/pixmaps/ganyremote_flash.png
 share/pixmaps/ganyremote_light.png
 share/pixmaps/ganyremote_off.png
-%%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/cs_CZ
-%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/de_DE
-%%NLS%%@dirrmtry share/locale/fi_FI/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/fi_FI
-%%NLS%%@dirrmtry share/locale/hu_HU/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/hu_HU
-%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/it_IT
-%%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/nl_NL
-%%NLS%%@dirrmtry share/locale/pl_PL/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/pl_PL
-%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ru_RU
-%%NLS%%@dirrmtry share/locale/sk_SK/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sk_SK
-%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sv_SE
+@dirrmtry share/locale/sv_SE/LC_MESSAGES
+@dirrmtry share/locale/sv_SE
+@dirrmtry share/locale/sk_SK/LC_MESSAGES
+@dirrmtry share/locale/sk_SK
+@dirrmtry share/locale/ru_RU/LC_MESSAGES
+@dirrmtry share/locale/ru_RU
+@dirrmtry share/locale/pl_PL/LC_MESSAGES
+@dirrmtry share/locale/pl_PL
+@dirrmtry share/locale/nl_NL/LC_MESSAGES
+@dirrmtry share/locale/nl_NL
+@dirrmtry share/locale/it_IT/LC_MESSAGES
+@dirrmtry share/locale/it_IT
+@dirrmtry share/locale/hu_HU/LC_MESSAGES
+@dirrmtry share/locale/hu_HU
+@dirrmtry share/locale/fi_FI/LC_MESSAGES
+@dirrmtry share/locale/fi_FI
+@dirrmtry share/locale/de_DE/LC_MESSAGES
+@dirrmtry share/locale/de_DE
+@dirrmtry share/locale/cs_CZ/LC_MESSAGES
+@dirrmtry share/locale/cs_CZ
 @dirrmtry share/applications
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 28 18:11:18 UTC 2013 
Responsible-Changed-Why:  
araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176539 
Responsible-Changed-From-To: araujo->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Mar 1 15:03:39 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176539 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 2 14:26:47 UTC 2013 
State-Changed-Why:  
build fails: 
http://miwibox.org/tb/index.php?action=describe_port&id=1991 

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

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176539: deskutils/ganyremote: Update to version 6.1
Date: Thu, 7 Mar 2013 02:45:03 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Thu__7_Mar_2013_02_45_03_+0900_Fdypb+Movm=OvrIe
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Here is the corrected patch.
 
 --Multipart=_Thu__7_Mar_2013_02_45_03_+0900_Fdypb+Movm=OvrIe
 Content-Type: text/x-diff;
  name="deskutils_ganyremote.diff"
 Content-Disposition: attachment;
  filename="deskutils_ganyremote.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/deskutils/ganyremote/Makefile deskutils/ganyremote/Makefile
 --- /usr/ports/deskutils/ganyremote/Makefile	2013-02-21 04:11:36.000000000 +0900
 +++ deskutils/ganyremote/Makefile	2013-02-22 02:21:40.000000000 +0900
 @@ -1,47 +1,45 @@
 -# New ports collection makefile for:	ganyremote
 -# Date created:				08 November 2008
 -# Whom:					Alexander Logvinov <ports@logvinov.com>
 -#
 +# Created by: Alexander Logvinov <ports@logvinov.com>
  # $FreeBSD: head/deskutils/ganyremote/Makefile 312628 2013-02-20 16:08:58Z fluffy $
 -#
  
  PORTNAME=	ganyremote
 -PORTVERSION=	5.11.7
 -PORTREVISION=	1
 +PORTVERSION=	6.1
  CATEGORIES=	deskutils comms gnome
  MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	GNOME frontend for anyRemote
  
 +LICENSE=	GPLv2 # (or later)
 +
  RUN_DEPENDS=	anyremote:${PORTSDIR}/comms/anyremote
  
 -GNU_CONFIGURE=	yes
 -USE_PYTHON=	yes
 +OPTIONS_DEFINE=	DOCS
 +
  USE_GNOME=	pygtk2
 +USE_PYTHON=	yes
 +USE_GETTEXT=	yes
 +GNU_CONFIGURE=	yes
 +MAKE_JOBS_SAFE=	yes
 +
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -PORTDOCS=	AUTHORS COPYING README ChangeLog
 -
 -LICENSE=	GPLv2
 -LICENSE_FILE=	${WRKSRC}/COPYING
 -
 -.include <bsd.port.pre.mk>
 -
 -.if !defined(WITHOUT_NLS)
 -USE_GETTEXT=	yes
 -PLIST_SUB+=	NLS=""
 -.else
 -CONFIGURE_ARGS+=	--disable-nls
 -PLIST_SUB+=	NLS="@comment "
 -.endif
 +.include <bsd.port.options.mk>
  
  post-patch:
 -	@${REINPLACE_CMD} -e 's|usepybluez = True|usepybluez = False|' \
 -		-e '/initVerify()$$/d' ${WRKSRC}/${PORTNAME}
 -.if defined(NOPORTDOCS)
 -	@${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in
 +	@${REINPLACE_CMD} -e \
 +		's|/usr/local|${LOCALBASE}| ; \
 +		 /usepybluez = /s|True|False| ; \
 +		 /initVerify()$$/d' ${WRKSRC}/${PORTNAME}
 +	@${REINPLACE_CMD} -e \
 +		'/$$(datadir)\/doc/s|^|#|' ${WRKSRC}/Makefile.in
 +
 +post-install:
 +.if ${PORT_OPTIONS:MDOCS}
 +	@${MKDIR} ${DOCSDIR}
 +.for i in AUTHORS ChangeLog README
 +	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
 +.endfor
  .endif
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 diff -urN /usr/ports/deskutils/ganyremote/distinfo deskutils/ganyremote/distinfo
 --- /usr/ports/deskutils/ganyremote/distinfo	2012-11-08 05:50:25.000000000 +0900
 +++ deskutils/ganyremote/distinfo	2013-02-22 01:48:05.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (ganyremote-5.11.7.tar.gz) = 26dd56de02aca272ab7cf30d48931ffc7c8362963479b48940daabe5145f61a1
 -SIZE (ganyremote-5.11.7.tar.gz) = 291878
 +SHA256 (ganyremote-6.1.tar.gz) = c5c53e112297f3441dd8201abd47a9828227376fa5f524bf5b56e78fb3c89173
 +SIZE (ganyremote-6.1.tar.gz) = 277145
 diff -urN /usr/ports/deskutils/ganyremote/pkg-plist deskutils/ganyremote/pkg-plist
 --- /usr/ports/deskutils/ganyremote/pkg-plist	2012-11-08 05:50:25.000000000 +0900
 +++ deskutils/ganyremote/pkg-plist	2013-03-03 02:49:56.000000000 +0900
 @@ -1,42 +1,45 @@
  bin/ganyremote
  share/applications/ganyremote.desktop
 -%%NLS%%share/locale/bg/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/de_AT/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/de_DE/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/es_ES/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/hu_HU/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/it_IT/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/nl_NL/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/pl_PL/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/pt_BR/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/ru_RU/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/sk_SK/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/sv_SE/LC_MESSAGES/ganyremote.mo
 +%%PORTDOCS%%/%%DOCSDIR%%/AUTHORS
 +%%PORTDOCS%%/%%DOCSDIR%%/ChangeLog
 +%%PORTDOCS%%/%%DOCSDIR%%/README
 +share/locale/bg/LC_MESSAGES/ganyremote.mo
 +share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
 +share/locale/de_AT/LC_MESSAGES/ganyremote.mo
 +share/locale/de_DE/LC_MESSAGES/ganyremote.mo
 +share/locale/es_ES/LC_MESSAGES/ganyremote.mo
 +share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
 +share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
 +share/locale/hu_HU/LC_MESSAGES/ganyremote.mo
 +share/locale/it_IT/LC_MESSAGES/ganyremote.mo
 +share/locale/nl_NL/LC_MESSAGES/ganyremote.mo
 +share/locale/pl_PL/LC_MESSAGES/ganyremote.mo
 +share/locale/pt_BR/LC_MESSAGES/ganyremote.mo
 +share/locale/ru_RU/LC_MESSAGES/ganyremote.mo
 +share/locale/sk_SK/LC_MESSAGES/ganyremote.mo
 +share/locale/sv_SE/LC_MESSAGES/ganyremote.mo
  share/pixmaps/ganyremote.png
  share/pixmaps/ganyremote_flash.png
  share/pixmaps/ganyremote_light.png
  share/pixmaps/ganyremote_off.png
 -%%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/cs_CZ
 -%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/de_DE
 -%%NLS%%@dirrmtry share/locale/fi_FI/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/fi_FI
 -%%NLS%%@dirrmtry share/locale/hu_HU/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/hu_HU
 -%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/it_IT
 -%%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/nl_NL
 -%%NLS%%@dirrmtry share/locale/pl_PL/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/pl_PL
 -%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/ru_RU
 -%%NLS%%@dirrmtry share/locale/sk_SK/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/sk_SK
 -%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/sv_SE
 +@dirrmtry share/locale/sv_SE/LC_MESSAGES
 +@dirrmtry share/locale/sv_SE
 +@dirrmtry share/locale/sk_SK/LC_MESSAGES
 +@dirrmtry share/locale/sk_SK
 +@dirrmtry share/locale/ru_RU/LC_MESSAGES
 +@dirrmtry share/locale/ru_RU
 +@dirrmtry share/locale/pl_PL/LC_MESSAGES
 +@dirrmtry share/locale/pl_PL
 +@dirrmtry share/locale/nl_NL/LC_MESSAGES
 +@dirrmtry share/locale/nl_NL
 +@dirrmtry share/locale/it_IT/LC_MESSAGES
 +@dirrmtry share/locale/it_IT
 +@dirrmtry share/locale/hu_HU/LC_MESSAGES
 +@dirrmtry share/locale/hu_HU
 +@dirrmtry share/locale/fi_FI/LC_MESSAGES
 +@dirrmtry share/locale/fi_FI
 +@dirrmtry share/locale/de_DE/LC_MESSAGES
 +@dirrmtry share/locale/de_DE
 +@dirrmtry share/locale/cs_CZ/LC_MESSAGES
 +@dirrmtry share/locale/cs_CZ
  @dirrmtry share/applications
 
 --Multipart=_Thu__7_Mar_2013_02_45_03_+0900_Fdypb+Movm=OvrIe--
State-Changed-From-To: feedback->open 
State-Changed-By: miwi 
State-Changed-When: Mon Mar 25 08:36:54 UTC 2013 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176539 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Mon Mar 25 08:37:12 UTC 2013 
State-Changed-Why:  
still fails http://miwibox.org/tb/index.php?action=describe_port&id=335 

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

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176539: deskutils/ganyremote: Update to version 6.1
Date: Tue, 26 Mar 2013 02:58:37 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Tue__26_Mar_2013_02_58_37_+0900_P5a=WPPMmHAV8kvJ
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Here is the corrected patch.
 
 --Multipart=_Tue__26_Mar_2013_02_58_37_+0900_P5a=WPPMmHAV8kvJ
 Content-Type: text/x-diff;
  name="deskutils_ganyremote.diff"
 Content-Disposition: attachment;
  filename="deskutils_ganyremote.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/deskutils/ganyremote/Makefile deskutils/ganyremote/Makefile
 --- /usr/ports/deskutils/ganyremote/Makefile	2013-02-21 04:11:36.000000000 +0900
 +++ deskutils/ganyremote/Makefile	2013-02-22 02:21:40.000000000 +0900
 @@ -1,47 +1,45 @@
 -# New ports collection makefile for:	ganyremote
 -# Date created:				08 November 2008
 -# Whom:					Alexander Logvinov <ports@logvinov.com>
 -#
 +# Created by: Alexander Logvinov <ports@logvinov.com>
  # $FreeBSD: head/deskutils/ganyremote/Makefile 312628 2013-02-20 16:08:58Z fluffy $
 -#
  
  PORTNAME=	ganyremote
 -PORTVERSION=	5.11.7
 -PORTREVISION=	1
 +PORTVERSION=	6.1
  CATEGORIES=	deskutils comms gnome
  MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	GNOME frontend for anyRemote
  
 +LICENSE=	GPLv2 # (or later)
 +
  RUN_DEPENDS=	anyremote:${PORTSDIR}/comms/anyremote
  
 -GNU_CONFIGURE=	yes
 -USE_PYTHON=	yes
 +OPTIONS_DEFINE=	DOCS
 +
  USE_GNOME=	pygtk2
 +USE_PYTHON=	yes
 +USE_GETTEXT=	yes
 +GNU_CONFIGURE=	yes
 +MAKE_JOBS_SAFE=	yes
 +
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -PORTDOCS=	AUTHORS COPYING README ChangeLog
 -
 -LICENSE=	GPLv2
 -LICENSE_FILE=	${WRKSRC}/COPYING
 -
 -.include <bsd.port.pre.mk>
 -
 -.if !defined(WITHOUT_NLS)
 -USE_GETTEXT=	yes
 -PLIST_SUB+=	NLS=""
 -.else
 -CONFIGURE_ARGS+=	--disable-nls
 -PLIST_SUB+=	NLS="@comment "
 -.endif
 +.include <bsd.port.options.mk>
  
  post-patch:
 -	@${REINPLACE_CMD} -e 's|usepybluez = True|usepybluez = False|' \
 -		-e '/initVerify()$$/d' ${WRKSRC}/${PORTNAME}
 -.if defined(NOPORTDOCS)
 -	@${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in
 +	@${REINPLACE_CMD} -e \
 +		's|/usr/local|${LOCALBASE}| ; \
 +		 /usepybluez = /s|True|False| ; \
 +		 /initVerify()$$/d' ${WRKSRC}/${PORTNAME}
 +	@${REINPLACE_CMD} -e \
 +		'/$$(datadir)\/doc/s|^|#|' ${WRKSRC}/Makefile.in
 +
 +post-install:
 +.if ${PORT_OPTIONS:MDOCS}
 +	@${MKDIR} ${DOCSDIR}
 +.for i in AUTHORS ChangeLog README
 +	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
 +.endfor
  .endif
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 diff -urN /usr/ports/deskutils/ganyremote/distinfo deskutils/ganyremote/distinfo
 --- /usr/ports/deskutils/ganyremote/distinfo	2012-11-08 05:50:25.000000000 +0900
 +++ deskutils/ganyremote/distinfo	2013-02-22 01:48:05.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (ganyremote-5.11.7.tar.gz) = 26dd56de02aca272ab7cf30d48931ffc7c8362963479b48940daabe5145f61a1
 -SIZE (ganyremote-5.11.7.tar.gz) = 291878
 +SHA256 (ganyremote-6.1.tar.gz) = c5c53e112297f3441dd8201abd47a9828227376fa5f524bf5b56e78fb3c89173
 +SIZE (ganyremote-6.1.tar.gz) = 277145
 diff -urN /usr/ports/deskutils/ganyremote/pkg-plist deskutils/ganyremote/pkg-plist
 --- /usr/ports/deskutils/ganyremote/pkg-plist	2012-11-08 05:50:25.000000000 +0900
 +++ deskutils/ganyremote/pkg-plist	2013-03-25 18:18:52.000000000 +0900
 @@ -1,42 +1,46 @@
  bin/ganyremote
  share/applications/ganyremote.desktop
 -%%NLS%%share/locale/bg/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/de_AT/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/de_DE/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/es_ES/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/hu_HU/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/it_IT/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/nl_NL/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/pl_PL/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/pt_BR/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/ru_RU/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/sk_SK/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/sv_SE/LC_MESSAGES/ganyremote.mo
 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 +%%PORTDOCS%%%%DOCSDIR%%/README
 +share/locale/bg/LC_MESSAGES/ganyremote.mo
 +share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
 +share/locale/de_AT/LC_MESSAGES/ganyremote.mo
 +share/locale/de_DE/LC_MESSAGES/ganyremote.mo
 +share/locale/es_ES/LC_MESSAGES/ganyremote.mo
 +share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
 +share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
 +share/locale/hu_HU/LC_MESSAGES/ganyremote.mo
 +share/locale/it_IT/LC_MESSAGES/ganyremote.mo
 +share/locale/nl_NL/LC_MESSAGES/ganyremote.mo
 +share/locale/pl_PL/LC_MESSAGES/ganyremote.mo
 +share/locale/pt_BR/LC_MESSAGES/ganyremote.mo
 +share/locale/ru_RU/LC_MESSAGES/ganyremote.mo
 +share/locale/sk_SK/LC_MESSAGES/ganyremote.mo
 +share/locale/sv_SE/LC_MESSAGES/ganyremote.mo
  share/pixmaps/ganyremote.png
  share/pixmaps/ganyremote_flash.png
  share/pixmaps/ganyremote_light.png
  share/pixmaps/ganyremote_off.png
 -%%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/cs_CZ
 -%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/de_DE
 -%%NLS%%@dirrmtry share/locale/fi_FI/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/fi_FI
 -%%NLS%%@dirrmtry share/locale/hu_HU/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/hu_HU
 -%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/it_IT
 -%%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/nl_NL
 -%%NLS%%@dirrmtry share/locale/pl_PL/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/pl_PL
 -%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/ru_RU
 -%%NLS%%@dirrmtry share/locale/sk_SK/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/sk_SK
 -%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/sv_SE
 +@dirrmtry share/locale/sv_SE/LC_MESSAGES
 +@dirrmtry share/locale/sv_SE
 +@dirrmtry share/locale/sk_SK/LC_MESSAGES
 +@dirrmtry share/locale/sk_SK
 +@dirrmtry share/locale/ru_RU/LC_MESSAGES
 +@dirrmtry share/locale/ru_RU
 +@dirrmtry share/locale/pl_PL/LC_MESSAGES
 +@dirrmtry share/locale/pl_PL
 +@dirrmtry share/locale/nl_NL/LC_MESSAGES
 +@dirrmtry share/locale/nl_NL
 +@dirrmtry share/locale/it_IT/LC_MESSAGES
 +@dirrmtry share/locale/it_IT
 +@dirrmtry share/locale/hu_HU/LC_MESSAGES
 +@dirrmtry share/locale/hu_HU
 +@dirrmtry share/locale/fi_FI/LC_MESSAGES
 +@dirrmtry share/locale/fi_FI
 +@dirrmtry share/locale/de_DE/LC_MESSAGES
 +@dirrmtry share/locale/de_DE
 +@dirrmtry share/locale/cs_CZ/LC_MESSAGES
 +@dirrmtry share/locale/cs_CZ
  @dirrmtry share/applications
 +%%PORTDOCS%%@dirrm %%DOCSDIR%%
 
 --Multipart=_Tue__26_Mar_2013_02_58_37_+0900_P5a=WPPMmHAV8kvJ--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Mar 26 01:07:39 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176539: commit references a PR
Date: Tue, 26 Mar 2013 01:07:14 +0000 (UTC)

 Author: miwi
 Date: Tue Mar 26 01:07:00 2013
 New Revision: 315252
 URL: http://svnweb.freebsd.org/changeset/ports/315252
 
 Log:
   - Update to 6.1
   
   PR:		176539
   Submitted by:	Ports Fury
 
 Modified:
   head/deskutils/ganyremote/Makefile
   head/deskutils/ganyremote/distinfo   (contents, props changed)
   head/deskutils/ganyremote/pkg-plist   (contents, props changed)
 
 Modified: head/deskutils/ganyremote/Makefile
 ==============================================================================
 --- head/deskutils/ganyremote/Makefile	Mon Mar 25 23:28:45 2013	(r315251)
 +++ head/deskutils/ganyremote/Makefile	Tue Mar 26 01:07:00 2013	(r315252)
 @@ -1,47 +1,45 @@
 -# New ports collection makefile for:	ganyremote
 -# Date created:				08 November 2008
 -# Whom:					Alexander Logvinov <ports@logvinov.com>
 -#
 +# Created by: Alexander Logvinov <ports@logvinov.com>
  # $FreeBSD$
 -#
  
  PORTNAME=	ganyremote
 -PORTVERSION=	5.11.7
 -PORTREVISION=	1
 +PORTVERSION=	6.1
  CATEGORIES=	deskutils comms gnome
  MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	GNOME frontend for anyRemote
  
 +LICENSE=	GPLv2 # (or later)
 +
  RUN_DEPENDS=	anyremote:${PORTSDIR}/comms/anyremote
  
 -GNU_CONFIGURE=	yes
 -USE_PYTHON=	yes
 +OPTIONS_DEFINE=	DOCS
 +
  USE_GNOME=	pygtk2
 +USE_PYTHON=	yes
 +USE_GETTEXT=	yes
 +GNU_CONFIGURE=	yes
 +MAKE_JOBS_SAFE=	yes
 +
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -PORTDOCS=	AUTHORS COPYING README ChangeLog
 -
 -LICENSE=	GPLv2
 -LICENSE_FILE=	${WRKSRC}/COPYING
 -
 -.include <bsd.port.pre.mk>
 -
 -.if !defined(WITHOUT_NLS)
 -USE_GETTEXT=	yes
 -PLIST_SUB+=	NLS=""
 -.else
 -CONFIGURE_ARGS+=	--disable-nls
 -PLIST_SUB+=	NLS="@comment "
 -.endif
 +.include <bsd.port.options.mk>
  
  post-patch:
 -	@${REINPLACE_CMD} -e 's|usepybluez = True|usepybluez = False|' \
 -		-e '/initVerify()$$/d' ${WRKSRC}/${PORTNAME}
 -.if defined(NOPORTDOCS)
 -	@${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in
 +	@${REINPLACE_CMD} -e \
 +		's|/usr/local|${LOCALBASE}| ; \
 +		 /usepybluez = /s|True|False| ; \
 +		 /initVerify()$$/d' ${WRKSRC}/${PORTNAME}
 +	@${REINPLACE_CMD} -e \
 +		'/$$(datadir)\/doc/s|^|#|' ${WRKSRC}/Makefile.in
 +
 +post-install:
 +.if ${PORT_OPTIONS:MDOCS}
 +	@${MKDIR} ${DOCSDIR}
 +.for i in AUTHORS ChangeLog README
 +	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
 +.endfor
  .endif
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/deskutils/ganyremote/distinfo
 ==============================================================================
 --- head/deskutils/ganyremote/distinfo	Mon Mar 25 23:28:45 2013	(r315251)
 +++ head/deskutils/ganyremote/distinfo	Tue Mar 26 01:07:00 2013	(r315252)
 @@ -1,2 +1,2 @@
 -SHA256 (ganyremote-5.11.7.tar.gz) = 26dd56de02aca272ab7cf30d48931ffc7c8362963479b48940daabe5145f61a1
 -SIZE (ganyremote-5.11.7.tar.gz) = 291878
 +SHA256 (ganyremote-6.1.tar.gz) = c5c53e112297f3441dd8201abd47a9828227376fa5f524bf5b56e78fb3c89173
 +SIZE (ganyremote-6.1.tar.gz) = 277145
 
 Modified: head/deskutils/ganyremote/pkg-plist
 ==============================================================================
 --- head/deskutils/ganyremote/pkg-plist	Mon Mar 25 23:28:45 2013	(r315251)
 +++ head/deskutils/ganyremote/pkg-plist	Tue Mar 26 01:07:00 2013	(r315252)
 @@ -1,42 +1,46 @@
  bin/ganyremote
  share/applications/ganyremote.desktop
 -%%NLS%%share/locale/bg/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/de_AT/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/de_DE/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/es_ES/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/hu_HU/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/it_IT/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/nl_NL/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/pl_PL/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/pt_BR/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/ru_RU/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/sk_SK/LC_MESSAGES/ganyremote.mo
 -%%NLS%%share/locale/sv_SE/LC_MESSAGES/ganyremote.mo
 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 +%%PORTDOCS%%%%DOCSDIR%%/README
 +share/locale/bg/LC_MESSAGES/ganyremote.mo
 +share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
 +share/locale/de_AT/LC_MESSAGES/ganyremote.mo
 +share/locale/de_DE/LC_MESSAGES/ganyremote.mo
 +share/locale/es_ES/LC_MESSAGES/ganyremote.mo
 +share/locale/fi_FI/LC_MESSAGES/ganyremote.mo
 +share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
 +share/locale/hu_HU/LC_MESSAGES/ganyremote.mo
 +share/locale/it_IT/LC_MESSAGES/ganyremote.mo
 +share/locale/nl_NL/LC_MESSAGES/ganyremote.mo
 +share/locale/pl_PL/LC_MESSAGES/ganyremote.mo
 +share/locale/pt_BR/LC_MESSAGES/ganyremote.mo
 +share/locale/ru_RU/LC_MESSAGES/ganyremote.mo
 +share/locale/sk_SK/LC_MESSAGES/ganyremote.mo
 +share/locale/sv_SE/LC_MESSAGES/ganyremote.mo
  share/pixmaps/ganyremote.png
  share/pixmaps/ganyremote_flash.png
  share/pixmaps/ganyremote_light.png
  share/pixmaps/ganyremote_off.png
 -%%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/cs_CZ
 -%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/de_DE
 -%%NLS%%@dirrmtry share/locale/fi_FI/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/fi_FI
 -%%NLS%%@dirrmtry share/locale/hu_HU/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/hu_HU
 -%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/it_IT
 -%%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/nl_NL
 -%%NLS%%@dirrmtry share/locale/pl_PL/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/pl_PL
 -%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/ru_RU
 -%%NLS%%@dirrmtry share/locale/sk_SK/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/sk_SK
 -%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES
 -%%NLS%%@dirrmtry share/locale/sv_SE
 +@dirrmtry share/locale/sv_SE/LC_MESSAGES
 +@dirrmtry share/locale/sv_SE
 +@dirrmtry share/locale/sk_SK/LC_MESSAGES
 +@dirrmtry share/locale/sk_SK
 +@dirrmtry share/locale/ru_RU/LC_MESSAGES
 +@dirrmtry share/locale/ru_RU
 +@dirrmtry share/locale/pl_PL/LC_MESSAGES
 +@dirrmtry share/locale/pl_PL
 +@dirrmtry share/locale/nl_NL/LC_MESSAGES
 +@dirrmtry share/locale/nl_NL
 +@dirrmtry share/locale/it_IT/LC_MESSAGES
 +@dirrmtry share/locale/it_IT
 +@dirrmtry share/locale/hu_HU/LC_MESSAGES
 +@dirrmtry share/locale/hu_HU
 +@dirrmtry share/locale/fi_FI/LC_MESSAGES
 +@dirrmtry share/locale/fi_FI
 +@dirrmtry share/locale/de_DE/LC_MESSAGES
 +@dirrmtry share/locale/de_DE
 +@dirrmtry share/locale/cs_CZ/LC_MESSAGES
 +@dirrmtry share/locale/cs_CZ
  @dirrmtry share/applications
 +%%PORTDOCS%%@dirrm %%DOCSDIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
