From owner-svn-ports-all@freebsd.org Wed Apr 11 19:38:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FB43F8B1D9; Wed, 11 Apr 2018 19:38:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D63D96B05D; Wed, 11 Apr 2018 19:38:06 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2F9620838; Wed, 11 Apr 2018 19:38:06 +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 w3BJc6Rf080180; Wed, 11 Apr 2018 19:38:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3BJc6ra080176; Wed, 11 Apr 2018 19:38:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804111938.w3BJc6ra080176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Apr 2018 19:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467082 - head/databases/pgsphere X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/pgsphere X-SVN-Commit-Revision: 467082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 19:38:07 -0000 Author: sunpoet Date: Wed Apr 11 19:38:05 2018 New Revision: 467082 URL: https://svnweb.freebsd.org/changeset/ports/467082 Log: Update to 1.1.5 - Add LICENSE_FILE - Move PLIST_FILES to PLIST - Update pkg-descr - Update WWW Changes: https://github.com/pgsphere/pgsphere/commits/master Added: head/databases/pgsphere/pkg-plist (contents, props changed) Modified: head/databases/pgsphere/Makefile head/databases/pgsphere/distinfo head/databases/pgsphere/pkg-descr Modified: head/databases/pgsphere/Makefile ============================================================================== --- head/databases/pgsphere/Makefile Wed Apr 11 19:38:00 2018 (r467081) +++ head/databases/pgsphere/Makefile Wed Apr 11 19:38:05 2018 (r467082) @@ -2,16 +2,14 @@ # $FreeBSD$ PORTNAME= pgsphere -PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTVERSION= 1.1.5 CATEGORIES= databases geography -MASTER_SITES= http://pgfoundry.org/frs/download.php/2558/ \ - LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Spherical data types, functions, and operators for PostgreSQL LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT.pg_sphere OPTIONS_DEFINE= DOCS @@ -24,12 +22,11 @@ USES= gmake pgsql DATADIR= ${PREFIX}/share/postgresql DOCSDIR?= ${PREFIX}/share/doc/postgresql -PLIST_FILES= lib/postgresql/pg_sphere.so \ - %%DATADIR%%/contrib/pg_sphere.sql +GH_TAGNAME= f36ffd6 +USE_GITHUB= yes + DOCS_MAKE_ARGS_OFF= DOCS="" -DOCS_PLIST_FILES= %%DOCSDIR%%/contrib/README.pg_sphere \ - %%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere post-patch: @${REINPLACE_CMD} -e 's|int4|int32|g' ${WRKSRC}/line.c ${WRKSRC}/line.h Modified: head/databases/pgsphere/distinfo ============================================================================== --- head/databases/pgsphere/distinfo Wed Apr 11 19:38:00 2018 (r467081) +++ head/databases/pgsphere/distinfo Wed Apr 11 19:38:05 2018 (r467082) @@ -1,2 +1,3 @@ -SHA256 (pgsphere-1.1.1.tar.gz) = 524225536e75e3c6ec48890502a7bdc8023563dc6eb320f3ef26f995bd90ab10 -SIZE (pgsphere-1.1.1.tar.gz) = 449970 +TIMESTAMP = 1523471709 +SHA256 (pgsphere-pgsphere-1.1.5-f36ffd6_GH0.tar.gz) = 8ef24e1aefe12b544747976a568a037dcfea778a997b5ab15e42af652067180a +SIZE (pgsphere-pgsphere-1.1.5-f36ffd6_GH0.tar.gz) = 445706 Modified: head/databases/pgsphere/pkg-descr ============================================================================== --- head/databases/pgsphere/pkg-descr Wed Apr 11 19:38:00 2018 (r467081) +++ head/databases/pgsphere/pkg-descr Wed Apr 11 19:38:05 2018 (r467082) @@ -1,3 +1,4 @@ -pgSphere provides spherical data types, functions, and operators for PostgreSQL. +PgSphere provides spherical data types, functions, operators, and indexing for +PostgreSQL. -WWW: http://pgsphere.projects.postgresql.org/ +WWW: https://pgsphere.github.io/ Added: head/databases/pgsphere/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgsphere/pkg-plist Wed Apr 11 19:38:05 2018 (r467082) @@ -0,0 +1,5 @@ +lib/postgresql/pg_sphere.so +%%PORTDOCS%%%%DOCSDIR%%/extension/COPYRIGHT.pg_sphere +%%PORTDOCS%%%%DOCSDIR%%/extension/README.pg_sphere +%%DATADIR%%/extension/pg_sphere--1.0.sql +%%DATADIR%%/extension/pg_sphere.control