diff options
author | wen <wen@FreeBSD.org> | 2012-05-07 16:12:53 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-05-07 16:12:53 +0800 |
commit | 12a218ba04e30431f97703165b51da27b4c89cae (patch) | |
tree | 523ff9401c2a0e96269d726a0bdbad602ffbb6b8 /astro | |
parent | 3347aef625e93957e6faf5bc58aa214e7c9baa57 (diff) | |
download | freebsd-ports-gnome-12a218ba04e30431f97703165b51da27b4c89cae.tar.gz freebsd-ports-gnome-12a218ba04e30431f97703165b51da27b4c89cae.tar.zst freebsd-ports-gnome-12a218ba04e30431f97703165b51da27b4c89cae.zip |
- Bump PORTREVISION to chase the update of graphics/proj
Diffstat (limited to 'astro')
-rw-r--r-- | astro/merkaartor/Makefile | 1 | ||||
-rw-r--r-- | astro/position/Makefile | 2 | ||||
-rw-r--r-- | astro/qlandkartegt/Makefile | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index 51eaecb16cff..5c97e12383e0 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -7,6 +7,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.a +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://secure.ohos.nl/downloads/ diff --git a/astro/position/Makefile b/astro/position/Makefile index dcfb13f3b453..bc5c682cf45d 100644 --- a/astro/position/Makefile +++ b/astro/position/Makefile @@ -7,7 +7,7 @@ PORTNAME= position PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro gnustep MASTER_SITES= http://www.gnustep.it/enrico/position/ \ ${MASTER_SITE_LOCAL} diff --git a/astro/qlandkartegt/Makefile b/astro/qlandkartegt/Makefile index f76279866599..7a7207f312ac 100644 --- a/astro/qlandkartegt/Makefile +++ b/astro/qlandkartegt/Makefile @@ -7,6 +7,7 @@ PORTNAME= qlandkartegt PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION} @@ -16,7 +17,7 @@ COMMENT= The ultimate outdoor aficionado's tool LICENSE= GPLv2 LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ - proj.6:${PORTSDIR}/graphics/proj \ + proj.7:${PORTSDIR}/graphics/proj \ gps.20:${PORTSDIR}/astro/gpsd USE_CMAKE= yes |