diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-10 00:05:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-10 00:05:06 +0800 |
commit | 3e8fc9ff205af08e2e8795b24ac0fe911d148305 (patch) | |
tree | 3696b52be42d9c77512c96e06a4e32ed668dd751 /astro | |
parent | b0f7227f05b859d28198fbef20794049a684eada (diff) | |
download | freebsd-ports-gnome-3e8fc9ff205af08e2e8795b24ac0fe911d148305.tar.gz freebsd-ports-gnome-3e8fc9ff205af08e2e8795b24ac0fe911d148305.tar.zst freebsd-ports-gnome-3e8fc9ff205af08e2e8795b24ac0fe911d148305.zip |
- Update to 2.0.0
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
Diffstat (limited to 'astro')
-rw-r--r-- | astro/merkaartor/Makefile | 2 | ||||
-rw-r--r-- | astro/osmium/Makefile | 2 | ||||
-rw-r--r-- | astro/qlandkartegt/Makefile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index df7b9d710924..4f9f6c02703d 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -16,6 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ libproj.so:${PORTSDIR}/graphics/proj +BROKEN= does not build with GDAL 2.0 + USES= qmake tar:bzip2 USE_LDCONFIG= yes diff --git a/astro/osmium/Makefile b/astro/osmium/Makefile index 4d9095a9f96e..8581031f22f3 100644 --- a/astro/osmium/Makefile +++ b/astro/osmium/Makefile @@ -3,7 +3,7 @@ PORTNAME= osmium PORTVERSION= git20130522 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/astro/qlandkartegt/Makefile b/astro/qlandkartegt/Makefile index 267a9e29ff8c..65a98774e4c7 100644 --- a/astro/qlandkartegt/Makefile +++ b/astro/qlandkartegt/Makefile @@ -3,7 +3,7 @@ PORTNAME= qlandkartegt PORTVERSION= 1.7.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarte%20GT%20${PORTVERSION} |