From i@levsha.me  Sat Feb 26 17:11:47 2011
Return-Path: <i@levsha.me>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3833E1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Feb 2011 17:11:47 +0000 (UTC)
	(envelope-from i@levsha.me)
Received: from expo.ukrweb.net (mail.univua.net [91.202.128.78])
	by mx1.freebsd.org (Postfix) with ESMTP id C992F8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Feb 2011 17:11:46 +0000 (UTC)
Received: from [95.132.53.130] (helo=laptop.levsha.me)
	by expo.ukrweb.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.74 (FreeBSD))
	(envelope-from <i@levsha.me>)
	id 1PtNgD-0003Uw-Jo
	for FreeBSD-gnats-submit@freebsd.org; Sat, 26 Feb 2011 19:11:45 +0200
Received: from levsha by laptop.levsha.me with local (Exim 4.74 (FreeBSD))
	(envelope-from <i@levsha.me>)
	id 1PtNg6-0007ys-C1
	for FreeBSD-gnats-submit@freebsd.org; Sat, 26 Feb 2011 19:11:34 +0200
Message-Id: <E1PtNg6-0007ys-C1@laptop.levsha.me>
Date: Sat, 26 Feb 2011 19:11:34 +0200
From: Mykola Dzham <i@levsha.me>
Sender: Mykola Dzham <i@levsha.me>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] astro/qlandkartegt: update to 1.1.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155066
>Category:       ports
>Synopsis:       [MAINTAINER] astro/qlandkartegt: update to 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 17:20:06 UTC 2011
>Closed-Date:    Fri Mar 04 04:00:32 UTC 2011
>Last-Modified:  Fri Mar 04 04:00:32 UTC 2011
>Originator:     Mykola Dzham
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD laptop.levsha.me 9.0-CURRENT FreeBSD 9.0-CURRENT #11 r217222: Mon Jan 10 15:28:49 EET
>Description:
- Update to 1.1.0

Added file(s):
- files/patch-src__CDBus.h
- files/patch-src__WptIcons.cpp
- files/patch-src__resources.qrc

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- qlandkartegt-1.1.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /zdata/arch/csup/ports/astro/qlandkartegt/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	9 Feb 2011 07:01:54 -0000	1.17
+++ Makefile	26 Feb 2011 17:10:17 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qlandkartegt
-PORTVERSION=	1.0.1
+PORTVERSION=	1.1.0
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION}
 
@@ -28,6 +28,10 @@
 
 MAN1=		qlandkartegt.1
 
+post-patch:
+	cd ${WRKSRC}/src/icons/cache/ &&\
+	for f in *" "*; do ${MV} "$$f" $${f% *}-$${f#* } ; done
+
 post-install:
 	${MV} ${PREFIX}/bin/qlandkartegt ${PREFIX}/bin/qlandkartegt.bin
 	${INSTALL_SCRIPT} ${WRKDIR}/qlandkartegt ${PREFIX}/bin
Index: distinfo
===================================================================
RCS file: /zdata/arch/csup/ports/astro/qlandkartegt/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	9 Feb 2011 07:01:54 -0000	1.12
+++ distinfo	26 Feb 2011 17:10:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (qlandkartegt-1.0.1.tar.gz) = 1b6b720903e52c6a14a08978d468456bdcb6d61e8f2b7ec97dd673251009c2af
-SIZE (qlandkartegt-1.0.1.tar.gz) = 3867492
+SHA256 (qlandkartegt-1.1.0.tar.gz) = 95dda0cbb1b92defa43d0fcd13c42a5bd20f4e350b51b6fd78ce4106230041d3
+SIZE (qlandkartegt-1.1.0.tar.gz) = 3954886
Index: files/patch-src__CDBus.h
===================================================================
RCS file: files/patch-src__CDBus.h
diff -N files/patch-src__CDBus.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src__CDBus.h	26 Feb 2011 17:10:17 -0000
@@ -0,0 +1,10 @@
+--- ./src/CDBus.h.orig	2011-02-16 22:32:47.000000000 +0200
++++ ./src/CDBus.h	2011-02-26 17:27:33.000000000 +0200
+@@ -34,7 +34,6 @@
+         void loadGeoData(const QString& filename);
+         void zoomToRect(const double lon1, const double lat1, const double lon2, const double lat2);
+         void setWaypointIcon(const QString& name, const QByteArray& data);
+-//        void setWaypointIconFile(const QString& name, const QString& filename);
+ 
+     private:
+         friend class CMainWindow;
Index: files/patch-src__WptIcons.cpp
===================================================================
RCS file: files/patch-src__WptIcons.cpp
diff -N files/patch-src__WptIcons.cpp
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src__WptIcons.cpp	26 Feb 2011 17:10:17 -0000
@@ -0,0 +1,25 @@
+--- ./src/WptIcons.cpp.orig	2011-02-16 22:32:47.000000000 +0200
++++ ./src/WptIcons.cpp	2011-02-26 17:27:33.000000000 +0200
+@@ -102,15 +102,15 @@
+     setWptIconByName("Custom 23", cfg.value("garmin/icons/custom23", ":/icons/wpt/custom15x15.bmp").toString());
+     setWptIconByName("Custom 24", cfg.value("garmin/icons/custom24", ":/icons/wpt/custom15x15.bmp").toString());
+ 
+-    setWptIconByName("Traditional Cache", ":/icons/cache/Traditional Cache.png");
++    setWptIconByName("Traditional Cache", ":/icons/cache/Traditional-Cache.png");
+     setWptIconByName("Multi-cache", ":/icons/cache/Multi-cache.png");
+-    setWptIconByName("Unknown Cache", ":/icons/cache/Unknown Cache.png");
+-    setWptIconByName("Wherigo Cache", ":/icons/cache/Wherigo Cache.png");
+-    setWptIconByName("Event Cache", ":/icons/cache/Event Cache.png");
++    setWptIconByName("Unknown Cache", ":/icons/cache/Unknown-Cache.png");
++    setWptIconByName("Wherigo Cache", ":/icons/cache/Wherigo-Cache.png");
++    setWptIconByName("Event Cache", ":/icons/cache/Event-Cache.png");
+     setWptIconByName("Earthcache", ":/icons/cache/Earthcache.png");
+-    setWptIconByName("Letterbox Hybrid", ":/icons/cache/Letterbox Hybrid.png");
+-    setWptIconByName("Virtual Cache", ":/icons/cache/Virtual Cache.png");
+-    setWptIconByName("Webcam Cache", ":/icons/cache/Webcam Cache.png");
++    setWptIconByName("Letterbox Hybrid", ":/icons/cache/Letterbox-Hybrid.png");
++    setWptIconByName("Virtual Cache", ":/icons/cache/Virtual-Cache.png");
++    setWptIconByName("Webcam Cache", ":/icons/cache/Webcam-Cache.png");
+ 
+     QDir dirIcon(QDir::home().filePath(CONFIGDIR));
+     dirIcon.mkdir("WaypointIcons");
Index: files/patch-src__resources.qrc
===================================================================
RCS file: files/patch-src__resources.qrc
diff -N files/patch-src__resources.qrc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src__resources.qrc	26 Feb 2011 17:10:17 -0000
@@ -0,0 +1,24 @@
+--- ./src/resources.qrc.orig	2011-02-16 22:32:47.000000000 +0200
++++ ./src/resources.qrc	2011-02-26 17:27:33.000000000 +0200
+@@ -465,14 +465,14 @@
+         <file>webstuff/frame_top.png</file>
+         <file>webstuff/frame_top_left.png</file>
+         <file>icons/cache/Earthcache.png</file>
+-        <file>icons/cache/Event Cache.png</file>
++        <file>icons/cache/Event-Cache.png</file>
+         <file>icons/cache/Multi-cache.png</file>
+-        <file>icons/cache/Traditional Cache.png</file>
+-        <file>icons/cache/Wherigo Cache.png</file>
+-        <file>icons/cache/Unknown Cache.png</file>
+-        <file>icons/cache/Letterbox Hybrid.png</file>
+-        <file>icons/cache/Virtual Cache.png</file>
+-        <file>icons/cache/Webcam Cache.png</file>
++        <file>icons/cache/Traditional-Cache.png</file>
++        <file>icons/cache/Wherigo-Cache.png</file>
++        <file>icons/cache/Unknown-Cache.png</file>
++        <file>icons/cache/Letterbox-Hybrid.png</file>
++        <file>icons/cache/Virtual-Cache.png</file>
++        <file>icons/cache/Webcam-Cache.png</file>
+         <file>icons/cache/found8x8.png</file>
+         <file>webstuff/scale.png</file>
+     </qresource>
--- qlandkartegt-1.1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Feb 27 03:04:47 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155066 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Mar 4 04:00:16 UTC 2011 
State-Changed-Why:  
committed thx 

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