diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-05-07 08:12:53 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-05-07 08:12:53 +0000 |
commit | b360c0c97b599904652ff595b45d5ed7cd29aaac (patch) | |
tree | a19f2f07e36828c7650b4b16e1ef5e095b2d05f2 /astro | |
parent | - Update to 4.8.0 (diff) |
- 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 |