From owner-svn-ports-head@freebsd.org Sun Jun 11 19:04:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D11C6D8CE2E; Sun, 11 Jun 2017 19:04:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FE08734B7; Sun, 11 Jun 2017 19:04:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5BJ480I039209; Sun, 11 Jun 2017 19:04:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5BJ48FJ039206; Sun, 11 Jun 2017 19:04:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706111904.v5BJ48FJ039206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 11 Jun 2017 19:04:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443407 - head/databases/virtualpg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2017 19:04:09 -0000 Author: sunpoet Date: Sun Jun 11 19:04:08 2017 New Revision: 443407 URL: https://svnweb.freebsd.org/changeset/ports/443407 Log: Update to 1.0.2 - While I'm here: - Add LICENSE_FILE - Update WWW PR: 219770 Submitted by: lbartoletti (maintainer) Modified: head/databases/virtualpg/Makefile head/databases/virtualpg/distinfo (contents, props changed) head/databases/virtualpg/pkg-descr (contents, props changed) Modified: head/databases/virtualpg/Makefile ============================================================================== --- head/databases/virtualpg/Makefile Sun Jun 11 19:04:03 2017 (r443406) +++ head/databases/virtualpg/Makefile Sun Jun 11 19:04:08 2017 (r443407) @@ -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 LICENSE= MPL LGPL21 GPLv2 LICENSE_COMB= dual +LICENSE_FILE_MPL= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite Modified: head/databases/virtualpg/distinfo ============================================================================== --- head/databases/virtualpg/distinfo Sun Jun 11 19:04:03 2017 (r443406) +++ head/databases/virtualpg/distinfo Sun Jun 11 19:04:08 2017 (r443407) @@ -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 Modified: head/databases/virtualpg/pkg-descr ============================================================================== --- head/databases/virtualpg/pkg-descr Sun Jun 11 19:04:03 2017 (r443406) +++ head/databases/virtualpg/pkg-descr Sun Jun 11 19:04:08 2017 (r443407) @@ -4,4 +4,4 @@ Its intended scope is supporting direct SQL access to 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