Index: head/databases/virtualpg/Makefile =================================================================== --- head/databases/virtualpg/Makefile (revision 443406) +++ head/databases/virtualpg/Makefile (revision 443407) @@ -1,27 +1,28 @@ # Created by: Loïc BARTOLETTI # $FreeBSD$ PORTNAME= virtualpg -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ MAINTAINER= lbartoletti@tuxfamily.org 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 USE_LDCONFIG= yes CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PLIST_FILES= lib/mod_virtualpg.so \ lib/mod_virtualpg.so.1 \ lib/mod_virtualpg.so.1.0.0 .include Index: head/databases/virtualpg/distinfo =================================================================== --- head/databases/virtualpg/distinfo (revision 443406) +++ head/databases/virtualpg/distinfo (revision 443407) @@ -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 Property changes on: head/databases/virtualpg/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/databases/virtualpg/pkg-descr =================================================================== --- head/databases/virtualpg/pkg-descr (revision 443406) +++ head/databases/virtualpg/pkg-descr (revision 443407) @@ -1,7 +1,7 @@ VirtualPG is a loadable dynamic extension to both SQLite and SpatiaLite. 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 Property changes on: head/databases/virtualpg/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property