diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-11 19:04:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-11 19:04:08 +0000 |
commit | b0dde3ce63ea495e601c21c7ce8b382d4e30d9ef (patch) | |
tree | 5b1189c1b0ca34321eaebb557244984dce1a554f /databases/virtualpg | |
parent | e6d3cdd266a434d351f63274b58c07797a35a4e3 (diff) |
Update to 1.0.2
- While I'm here:
- Add LICENSE_FILE
- Update WWW
PR: 219770
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=443407
Diffstat (limited to 'databases/virtualpg')
-rw-r--r-- | databases/virtualpg/Makefile | 3 | ||||
-rw-r--r-- | databases/virtualpg/distinfo | 5 | ||||
-rw-r--r-- | databases/virtualpg/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/databases/virtualpg/Makefile b/databases/virtualpg/Makefile index bd1dfb61c762..7fe64ccb6e6e 100644 --- a/databases/virtualpg/Makefile +++ b/databases/virtualpg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualpg -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ @@ -11,6 +11,7 @@ COMMENT= Loadable dynamic extension to both SQLite and SpatiaLite LICENSE= MPL LGPL21 GPLv2 LICENSE_COMB= dual +LICENSE_FILE_MPL= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite diff --git a/databases/virtualpg/distinfo b/databases/virtualpg/distinfo index fdc589288570..4963f65c7bb9 100644 --- a/databases/virtualpg/distinfo +++ b/databases/virtualpg/distinfo @@ -1,2 +1,3 @@ -SHA256 (virtualpg-1.0.1.tar.gz) = 9e6c4c6c1556b2ea2a1e4deda28909626c3a8b047c81d6b82c042abdb9a99ec8 -SIZE (virtualpg-1.0.1.tar.gz) = 345147 +TIMESTAMP = 1496583395 +SHA256 (virtualpg-1.0.2.tar.gz) = 37abd56b2899c90b355e50d843ba019af540b83e7af1da110a766f041abb514e +SIZE (virtualpg-1.0.2.tar.gz) = 351084 diff --git a/databases/virtualpg/pkg-descr b/databases/virtualpg/pkg-descr index 8eafba54235f..2c9f7c460e92 100644 --- a/databases/virtualpg/pkg-descr +++ b/databases/virtualpg/pkg-descr @@ -4,4 +4,4 @@ Its intended scope is supporting direct SQL access to PostgreSQL and PostGIS own tables, so to make any possible kind of data exchange between these two popular open source Spatial DBMSes as straightforward and simple as possible. -WWW: http://www.gaia-gis.it/fossil/virtualpg/index +WWW: https://www.gaia-gis.it/fossil/virtualpg/index |