Date: Wed, 11 Apr 2018 19:38:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467082 - head/databases/pgsphere Message-ID: <201804111938.w3BJc6ra080176@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804111938.w3BJc6ra080176>