mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- Update to 0.17.2
- Pass maintainership to submitter PR: ports/154559 Submitted by: Oliver Heesakkers <dev2@heesakkers.info>
This commit is contained in:
parent
f423cd6884
commit
3212c99526
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268983
@ -6,12 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= merkaartor
|
||||
PORTVERSION= 0.17.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.17.2
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://www.merkaartor.be/attachments/download/192/
|
||||
MASTER_SITES= http://www.merkaartor.be/attachments/download/253/
|
||||
|
||||
MAINTAINER= slaven@rezic.de
|
||||
MAINTAINER= dev2@heesakkers.info
|
||||
COMMENT= An openstreetmap mapping program
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs
|
||||
@ -19,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/bo
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build uic_build moc_build rcc_build \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (merkaartor-0.17.0.tar.bz2) = 5287b72af50bbf88bdf24c09a3ea3b686e29603eb82f1446ada404c293df3642
|
||||
SIZE (merkaartor-0.17.0.tar.bz2) = 7138228
|
||||
SHA256 (merkaartor-0.17.2.tar.bz2) = 425f4facefbf20a3dd1a09ee61ff8a8912482d1a30c957c50869d8ff59ba702a
|
||||
SIZE (merkaartor-0.17.2.tar.bz2) = 7138991
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- plugins/background/MMsBingMapBackground/msbingmapadapter.h.orig 2010-12-20 18:05:31.000000000 +0100
|
||||
+++ plugins/background/MMsBingMapBackground/msbingmapadapter.h 2010-12-20 18:06:29.000000000 +0100
|
||||
@@ -13,6 +13,8 @@
|
||||
QRectF bbox;
|
||||
};
|
||||
|
||||
+#define log2(x) (log(x) / M_LN2)
|
||||
+
|
||||
//! MapAdapter for Ms Bing Maps
|
||||
/*!
|
||||
* This is a conveniece class, which extends and configures a TileMapAdapter
|
Loading…
Reference in New Issue
Block a user