diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-09-28 13:21:43 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-11-17 08:20:57 +0000 |
commit | de3b9f557801bb43af80c0e2bd6085a70a783631 (patch) | |
tree | 0bb50e271e8a550820e8a8a8f7f2af29d4146d38 /astro | |
parent | c08875b23f3e80f11edee8479b293a2bf5cd1113 (diff) |
graphics/proj: Update to 9.1.0
Release notes:
https://proj.org/news.html#id37
Also remove proj-data dependency.
You can use proj to retrieve data or install graphics/proj-data
manually.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/merkaartor/Makefile | 2 | ||||
-rw-r--r-- | astro/qmapshack/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index a92d40699140..0588da847b38 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -1,6 +1,6 @@ PORTNAME= merkaartor PORTVERSION= 0.19.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index 3dbae43e376e..e517ffc6b726 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -1,6 +1,6 @@ PORTNAME= qmapshack PORTVERSION= 1.16.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= V_ CATEGORIES= astro |