diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-24 19:11:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-24 19:11:39 +0800 |
commit | 7998d6c89170521729d8d3166d9d6b593ff06dea (patch) | |
tree | 1266e24344943fef1adc1e20e7a550d7f8882d8e | |
parent | 93d5a03bc0bd682c198058bdf5787e37bf2c2307 (diff) | |
download | freebsd-ports-gnome-7998d6c89170521729d8d3166d9d6b593ff06dea.tar.gz freebsd-ports-gnome-7998d6c89170521729d8d3166d9d6b593ff06dea.tar.zst freebsd-ports-gnome-7998d6c89170521729d8d3166d9d6b593ff06dea.zip |
Update MASTER_SITES and WWW
-rw-r--r-- | graphics/geos/Makefile | 2 | ||||
-rw-r--r-- | graphics/geos/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 7949b07cebcd..c466a46846cd 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -5,7 +5,7 @@ PORTNAME= geos PORTVERSION= 3.6.3 PORTREVISION= 1 CATEGORIES= graphics geography -MASTER_SITES= http://download.osgeo.org/geos/ \ +MASTER_SITES= https://download.osgeo.org/geos/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org diff --git a/graphics/geos/pkg-descr b/graphics/geos/pkg-descr index 91b59fd37449..b2f9fa6241bd 100644 --- a/graphics/geos/pkg-descr +++ b/graphics/geos/pkg-descr @@ -4,4 +4,4 @@ functionality of JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial predicate functions and spatial operators, as well as specific JTS topology functions such as IsValid(). -WWW: http://trac.osgeo.org/geos/ +WWW: https://trac.osgeo.org/geos/ |