diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-04-18 13:57:42 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-04-18 13:57:42 +0000 |
commit | cc95712fbe92854d4a2177b6d45cbdcc9d5f1b44 (patch) | |
tree | d32a20416ca4506d36f2b454f7246d7a03954197 /astro | |
parent | 077df7502b0a47ecb16bd89a724591a51c6c1248 (diff) |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
Notes
Notes:
svn path=/head/; revision=467711
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libkgeomap-kde4/Makefile | 2 | ||||
-rw-r--r-- | astro/libkgeomap/Makefile | 1 | ||||
-rw-r--r-- | astro/libosmium/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/astro/libkgeomap-kde4/Makefile b/astro/libkgeomap-kde4/Makefile index a0639277c961..1e509d9aaac5 100644 --- a/astro/libkgeomap-kde4/Makefile +++ b/astro/libkgeomap-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 diff --git a/astro/libkgeomap/Makefile b/astro/libkgeomap/Makefile index a90127857084..e06c210f6fe5 100644 --- a/astro/libkgeomap/Makefile +++ b/astro/libkgeomap/Makefile @@ -2,6 +2,7 @@ PORTNAME= libkgeomap DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= astro kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile index f6eecc3631b5..ffdc861f5341 100644 --- a/astro/libosmium/Makefile +++ b/astro/libosmium/Makefile @@ -3,6 +3,7 @@ PORTNAME= libosmium PORTVERSION= 2.14.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= astro geography devel |