aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-04-12 16:24:29 +0800
committerbapt <bapt@FreeBSD.org>2011-04-12 16:24:29 +0800
commitb7374fdda5dd9330b83f122b41be4efc980bd392 (patch)
tree9a861d006b3d43c2eb24400e41181c6288273d1c /astro
parentb5ce33779d55046480d5f96f07a57b6b97a50a2c (diff)
downloadfreebsd-ports-b7374fdda5dd9330b83f122b41be4efc980bd392.tar.gz
freebsd-ports-b7374fdda5dd9330b83f122b41be4efc980bd392.tar.zst
freebsd-ports-b7374fdda5dd9330b83f122b41be4efc980bd392.zip
- chase exiv2 library bump
- while here remove some MD5 - fix some forgottern desktop-file-utils dependencies
Diffstat (limited to 'astro')
-rw-r--r--astro/gpscorrelate/Makefile4
-rw-r--r--astro/merkaartor/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/astro/gpscorrelate/Makefile b/astro/gpscorrelate/Makefile
index 402f8ba4a5a8..7e51e0d22a4d 100644
--- a/astro/gpscorrelate/Makefile
+++ b/astro/gpscorrelate/Makefile
@@ -6,14 +6,14 @@
PORTNAME= gpscorrelate
PORTVERSION= 1.5.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= astro geography
MASTER_SITES= http://freefoote.dview.net/linux/
MAINTAINER= Iam@LukasMaly.NET
COMMENT= A gps file gpx correlate exif tag in photos
-LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \
+LIB_DEPENDS= exiv2.10:${PORTSDIR}/graphics/exiv2 \
gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
MAN1= gpscorrelate.1 gpscorrelate-gui.1
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index 4176ea849b44..a964c74ae21a 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= merkaartor
PORTVERSION= 0.17.2
+PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= http://www.merkaartor.be/attachments/download/253/
@@ -38,7 +39,7 @@ OPTIONS= GEOIMAGE "Enable geotagged images (needs exiv2)" on\
.if !defined(WITHOUT_GEOIMAGE)
QMAKEFLAGS+= GEOIMAGE=1
-LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2
+LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2
.endif
.if defined(WITH_GDAL)