Date: Wed, 16 Dec 2015 23:22:15 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403879 - head/databases/spatialite Message-ID: <201512162322.tBGNMFLC016420@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Dec 16 23:22:15 2015 New Revision: 403879 URL: https://svnweb.freebsd.org/changeset/ports/403879 Log: databases/spatialite: fix MASTERSITE to unbreak The home site just reorganized; it's still hosting the distfile. Modified: head/databases/spatialite/Makefile Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Wed Dec 16 22:59:27 2015 (r403878) +++ head/databases/spatialite/Makefile Wed Dec 16 23:22:15 2015 (r403879) @@ -4,14 +4,12 @@ PORTNAME= spatialite PORTVERSION= 4.3.0 CATEGORIES= databases geography -MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ +MASTER_SITES= http://www.gaia-gis.it/gaia-sins/libspatialite-sources/ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= coder@tuxfamily.org COMMENT= Spatial Extensions for SQLite -BROKEN= unfetchable - LICENSE= MPL LGPL20 GPLv2 LICENSE_COMB= dual
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512162322.tBGNMFLC016420>