diff options
author | marino <marino@FreeBSD.org> | 2016-06-19 03:21:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-06-19 03:21:41 +0800 |
commit | dc50913e904392f9ec5e24cfb2fdcdea292bf5de (patch) | |
tree | 948c3c7aef6943bc6719f5ade6fbac3fa04734ae /astro | |
parent | 805936ee4617d8ba103eb09d3209ca5cf06f4eaf (diff) | |
download | freebsd-ports-gnome-dc50913e904392f9ec5e24cfb2fdcdea292bf5de.tar.gz freebsd-ports-gnome-dc50913e904392f9ec5e24cfb2fdcdea292bf5de.tar.zst freebsd-ports-gnome-dc50913e904392f9ec5e24cfb2fdcdea292bf5de.zip |
astro/routino: revbump to fix astro/qmapshack
The previous commit added two libraries to the package, but failed to
bump the port. The immediate fallout is astro/qmapshack fails at
run-depends stage on incremental bulk builds.
PR: 210062
Diffstat (limited to 'astro')
-rw-r--r-- | astro/routino/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/routino/Makefile b/astro/routino/Makefile index 43ecbc4647ae..bf061743334e 100644 --- a/astro/routino/Makefile +++ b/astro/routino/Makefile @@ -3,6 +3,7 @@ PORTNAME= routino PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://www.routino.org/download/ |