From nemysis@gmx.ch  Wed May 22 21:17:07 2013
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 05A241C21
	for <freebsd-gnats-submit@freebsd.org>; Wed, 22 May 2013 21:17:07 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.19])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E4466C2
	for <freebsd-gnats-submit@freebsd.org>; Wed, 22 May 2013 21:17:06 +0000 (UTC)
Received: from mailout-de.gmx.net ([10.1.76.33]) by mrigmx.server.lan
 (mrigmx002) with ESMTP (Nemesis) id 0Mh88N-1UsEos3QCP-00MHeY for
 <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 May 2013 23:16:59 +0200
Received: (qmail invoked by alias); 22 May 2013 21:16:58 -0000
Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5]
  by mail.gmx.net (mp033) with SMTP; 22 May 2013 23:16:58 +0200
Received: by something.email.com (sSMTP sendmail emulation); Wed, 22 May 2013 23:16:59 +0200
Message-Id: <20130522211707.05A241C21@hub.freebsd.org>
Date: Wed, 22 May 2013 23:16:59 +0200
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc: miwi@FreeBSD.org
Subject: [MAINTAINER] games/connectagram: update to 1.1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178844
>Category:       ports
>Synopsis:       [MAINTAINER] games/connectagram: update to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 22 21:20:00 UTC 2013
>Closed-Date:    Fri Jun 07 15:43:55 UTC 2013
>Last-Modified:  Fri Jun  7 15:50:00 UTC 2013
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Jan 29 15:02:50 EST 2013
>Description:
- Update to 1.1.1
- Trim Makefile header
- Trim desktop dependency
- Fix typo, fix port install
- Trim pkg-plist

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- connectagram-1.1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/connectagram/Makefile ./Makefile
--- /usr/ports/games/connectagram/Makefile	2013-02-24 17:33:59.000000000 +0100
+++ ./Makefile	2013-05-22 23:03:05.000000000 +0200
@@ -1,8 +1,9 @@
-# Created by: nemysis@gmx.ch
+# Created by: nemysis <nemysis@gmx.ch>
 # $FreeBSD: head/games/connectagram/Makefile 312757 2013-02-22 09:17:37Z pclin $
 
 PORTNAME=	connectagram
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
+#PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://gottcode.org/${PORTNAME}/
 EXTRACT_SUFX=	-src.tar.bz2
@@ -13,7 +14,8 @@
 LICENSE=	GPLv3
 
 USE_BZIP2=	yes
-USE_QT4=	moc_build qmake_build rcc_build gui network
+USES=		desktop-file-utils
+USE_QT4=	moc_build qmake_build rcc_build gui network iconengines imageformats
 INSTALLS_ICONS=	yes
 MAKE_JOBS_SAFE=	yes
 
@@ -28,11 +30,11 @@
 post-install:
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR})
 	@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${DATADIR})
-	@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/icons/)
-	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/
+	@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons/)
+	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps
 
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 .endif
 
diff -ruN --exclude=CVS /usr/ports/games/connectagram/distinfo ./distinfo
--- /usr/ports/games/connectagram/distinfo	2013-02-24 17:33:59.000000000 +0100
+++ ./distinfo	2013-05-22 23:07:50.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (connectagram-1.1.0-src.tar.bz2) = 15ee5ceda89ee378377d8eb3a13e7335c8535f10d0c3740ee05692fbd7ea6adc
-SIZE (connectagram-1.1.0-src.tar.bz2) = 780285
+SHA256 (connectagram-1.1.1-src.tar.bz2) = 734c610a59d043a13edb6d7301cc9e72704663128cd95370ba22ae12da4796fb
+SIZE (connectagram-1.1.1-src.tar.bz2) = 787725
diff -ruN --exclude=CVS /usr/ports/games/connectagram/pkg-plist ./pkg-plist
--- /usr/ports/games/connectagram/pkg-plist	2013-02-24 17:33:59.000000000 +0100
+++ ./pkg-plist	2013-05-22 23:09:32.000000000 +0200
@@ -1,13 +1,4 @@
 bin/connectagram
-icons/hicolor/128x128/apps/connectagram.png
-icons/hicolor/16x16/apps/connectagram.png
-icons/hicolor/22x22/apps/connectagram.png
-icons/hicolor/24x24/apps/connectagram.png
-icons/hicolor/256x256/apps/connectagram.png
-icons/hicolor/32x32/apps/connectagram.png
-icons/hicolor/48x48/apps/connectagram.png
-icons/hicolor/64x64/apps/connectagram.png
-icons/hicolor/scalable/apps/connectagram.svg
 share/applications/connectagram.desktop
 %%DATADIR%%/data/en/words
 %%DATADIR%%/data/fr/words
@@ -17,10 +8,23 @@
 %%DATADIR%%/patterns/3.png
 %%DATADIR%%/patterns/4.png
 %%DATADIR%%/patterns/5.png
+%%DATADIR%%/translations/connectagram_cs.qm
+%%DATADIR%%/translations/connectagram_de.qm
+%%DATADIR%%/translations/connectagram_el.qm
 %%DATADIR%%/translations/connectagram_en.qm
 %%DATADIR%%/translations/connectagram_fr.qm
 %%DATADIR%%/translations/connectagram_ro.qm
 %%DATADIR%%/translations/connectagram_ru.qm
+%%DATADIR%%/translations/connectagram_tr.qm
+share/icons/hicolor/128x128/apps/connectagram.png
+share/icons/hicolor/16x16/apps/connectagram.png
+share/icons/hicolor/22x22/apps/connectagram.png
+share/icons/hicolor/24x24/apps/connectagram.png
+share/icons/hicolor/256x256/apps/connectagram.png
+share/icons/hicolor/32x32/apps/connectagram.png
+share/icons/hicolor/48x48/apps/connectagram.png
+share/icons/hicolor/64x64/apps/connectagram.png
+share/icons/hicolor/scalable/apps/connectagram.svg
 share/pixmaps/connectagram.png
 share/pixmaps/connectagram.xpm
 @dirrm %%DATADIR%%/translations
@@ -30,23 +34,3 @@
 @dirrm %%DATADIR%%/data
 @dirrm %%DATADIR%%
 @dirrmtry share/applications
-@dirrmtry icons/hicolor/scalable/apps
-@dirrmtry icons/hicolor/scalable
-@dirrmtry icons/hicolor/64x64/apps
-@dirrmtry icons/hicolor/64x64
-@dirrmtry icons/hicolor/48x48/apps
-@dirrmtry icons/hicolor/48x48
-@dirrmtry icons/hicolor/32x32/apps
-@dirrmtry icons/hicolor/32x32
-@dirrmtry icons/hicolor/256x256/apps
-@dirrmtry icons/hicolor/256x256
-@dirrmtry icons/hicolor/24x24/apps
-@dirrmtry icons/hicolor/24x24
-@dirrmtry icons/hicolor/22x22/apps
-@dirrmtry icons/hicolor/22x22
-@dirrmtry icons/hicolor/16x16/apps
-@dirrmtry icons/hicolor/16x16
-@dirrmtry icons/hicolor/128x128/apps
-@dirrmtry icons/hicolor/128x128
-@dirrmtry icons/hicolor
-@dirrmtry icons
--- connectagram-1.1.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 22 21:20:08 UTC 2013 
Responsible-Changed-Why:  
beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178844 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Jun 7 15:43:55 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178844: commit references a PR
Date: Fri,  7 Jun 2013 15:42:12 +0000 (UTC)

 Author: miwi
 Date: Fri Jun  7 15:41:58 2013
 New Revision: 320217
 URL: http://svnweb.freebsd.org/changeset/ports/320217
 
 Log:
   - Update to 1.1.1
   
   PR:		178844
   Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
 
 Modified:
   head/games/connectagram/Makefile
   head/games/connectagram/distinfo
   head/games/connectagram/pkg-plist
 
 Modified: head/games/connectagram/Makefile
 ==============================================================================
 --- head/games/connectagram/Makefile	Fri Jun  7 15:39:29 2013	(r320216)
 +++ head/games/connectagram/Makefile	Fri Jun  7 15:41:58 2013	(r320217)
 @@ -1,8 +1,8 @@
 -# Created by: nemysis@gmx.ch
 +# Created by: nemysis <nemysis@gmx.ch>
  # $FreeBSD$
  
  PORTNAME=	connectagram
 -PORTVERSION=	1.1.0
 +PORTVERSION=	1.1.1
  CATEGORIES=	games
  MASTER_SITES=	http://gottcode.org/${PORTNAME}/
  EXTRACT_SUFX=	-src.tar.bz2
 @@ -13,7 +13,9 @@ COMMENT=	Word unscrambling game
  LICENSE=	GPLv3
  
  USE_BZIP2=	yes
 -USE_QT4=	moc_build qmake_build rcc_build gui network
 +USES=		desktop-file-utils
 +USE_QT4=	moc_build qmake_build rcc_build gui network iconengines \
 +		imageformats
  INSTALLS_ICONS=	yes
  MAKE_JOBS_SAFE=	yes
  
 @@ -28,11 +30,11 @@ do-configure:
  post-install:
  	@(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR})
  	@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${DATADIR})
 -	@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/icons/)
 -	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/
 +	@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons/)
 +	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps
  
  .if ${PORT_OPTIONS:MDOCS}
 -	${MKDIR} ${DOCSDIR}
 +	@${MKDIR} ${DOCSDIR}
  	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
  .endif
  
 
 Modified: head/games/connectagram/distinfo
 ==============================================================================
 --- head/games/connectagram/distinfo	Fri Jun  7 15:39:29 2013	(r320216)
 +++ head/games/connectagram/distinfo	Fri Jun  7 15:41:58 2013	(r320217)
 @@ -1,2 +1,2 @@
 -SHA256 (connectagram-1.1.0-src.tar.bz2) = 15ee5ceda89ee378377d8eb3a13e7335c8535f10d0c3740ee05692fbd7ea6adc
 -SIZE (connectagram-1.1.0-src.tar.bz2) = 780285
 +SHA256 (connectagram-1.1.1-src.tar.bz2) = 734c610a59d043a13edb6d7301cc9e72704663128cd95370ba22ae12da4796fb
 +SIZE (connectagram-1.1.1-src.tar.bz2) = 787725
 
 Modified: head/games/connectagram/pkg-plist
 ==============================================================================
 --- head/games/connectagram/pkg-plist	Fri Jun  7 15:39:29 2013	(r320216)
 +++ head/games/connectagram/pkg-plist	Fri Jun  7 15:41:58 2013	(r320217)
 @@ -1,13 +1,4 @@
  bin/connectagram
 -icons/hicolor/128x128/apps/connectagram.png
 -icons/hicolor/16x16/apps/connectagram.png
 -icons/hicolor/22x22/apps/connectagram.png
 -icons/hicolor/24x24/apps/connectagram.png
 -icons/hicolor/256x256/apps/connectagram.png
 -icons/hicolor/32x32/apps/connectagram.png
 -icons/hicolor/48x48/apps/connectagram.png
 -icons/hicolor/64x64/apps/connectagram.png
 -icons/hicolor/scalable/apps/connectagram.svg
  share/applications/connectagram.desktop
  %%DATADIR%%/data/en/words
  %%DATADIR%%/data/fr/words
 @@ -17,10 +8,23 @@ share/applications/connectagram.desktop
  %%DATADIR%%/patterns/3.png
  %%DATADIR%%/patterns/4.png
  %%DATADIR%%/patterns/5.png
 +%%DATADIR%%/translations/connectagram_cs.qm
 +%%DATADIR%%/translations/connectagram_de.qm
 +%%DATADIR%%/translations/connectagram_el.qm
  %%DATADIR%%/translations/connectagram_en.qm
  %%DATADIR%%/translations/connectagram_fr.qm
  %%DATADIR%%/translations/connectagram_ro.qm
  %%DATADIR%%/translations/connectagram_ru.qm
 +%%DATADIR%%/translations/connectagram_tr.qm
 +share/icons/hicolor/128x128/apps/connectagram.png
 +share/icons/hicolor/16x16/apps/connectagram.png
 +share/icons/hicolor/22x22/apps/connectagram.png
 +share/icons/hicolor/24x24/apps/connectagram.png
 +share/icons/hicolor/256x256/apps/connectagram.png
 +share/icons/hicolor/32x32/apps/connectagram.png
 +share/icons/hicolor/48x48/apps/connectagram.png
 +share/icons/hicolor/64x64/apps/connectagram.png
 +share/icons/hicolor/scalable/apps/connectagram.svg
  share/pixmaps/connectagram.png
  share/pixmaps/connectagram.xpm
  @dirrm %%DATADIR%%/translations
 @@ -30,23 +34,3 @@ share/pixmaps/connectagram.xpm
  @dirrm %%DATADIR%%/data
  @dirrm %%DATADIR%%
  @dirrmtry share/applications
 -@dirrmtry icons/hicolor/scalable/apps
 -@dirrmtry icons/hicolor/scalable
 -@dirrmtry icons/hicolor/64x64/apps
 -@dirrmtry icons/hicolor/64x64
 -@dirrmtry icons/hicolor/48x48/apps
 -@dirrmtry icons/hicolor/48x48
 -@dirrmtry icons/hicolor/32x32/apps
 -@dirrmtry icons/hicolor/32x32
 -@dirrmtry icons/hicolor/256x256/apps
 -@dirrmtry icons/hicolor/256x256
 -@dirrmtry icons/hicolor/24x24/apps
 -@dirrmtry icons/hicolor/24x24
 -@dirrmtry icons/hicolor/22x22/apps
 -@dirrmtry icons/hicolor/22x22
 -@dirrmtry icons/hicolor/16x16/apps
 -@dirrmtry icons/hicolor/16x16
 -@dirrmtry icons/hicolor/128x128/apps
 -@dirrmtry icons/hicolor/128x128
 -@dirrmtry icons/hicolor
 -@dirrmtry icons
 _______________________________________________
 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:
