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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-04-11 19:38:05 +00:00
parent 6a5ed7bba7
commit 00d154c617
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467082
4 changed files with 16 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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