Update to 2.1

- Add LICENSE_FILE
- Update WWW
- Take maintainership

Changes:	https://github.com/df7cb/pg_dirtyread/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-06-15 19:21:02 +00:00
parent c9c051ef9b
commit 957e90908e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504252
3 changed files with 14 additions and 13 deletions

View File

@ -2,23 +2,24 @@
# $FreeBSD$
PORTNAME= pg_dirtyread
PORTVERSION= 2.0
PORTREVISION= 1
PORTVERSION= 2.1
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Read dead but unvacuumed tuples from a PostgreSQL relation
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake pgsql
USES= gmake pgsql:9.2+
LLD_UNSAFE= yes
USE_GITHUB= yes
GH_ACCOUNT= ChristophBerg
WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= df7cb
PLIST_FILES= lib/postgresql/pg_dirtyread.so \
share/postgresql/extension/pg_dirtyread--1.0.sql \
share/postgresql/extension/pg_dirtyread--1.0--2.sql \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1532869392
SHA256 (ChristophBerg-pg_dirtyread-2.0_GH0.tar.gz) = 62f8440858700f90e368ee8657946a5133dd9d2bfaf8bfbce80e5c3a0a28b33c
SIZE (ChristophBerg-pg_dirtyread-2.0_GH0.tar.gz) = 16375
TIMESTAMP = 1560604461
SHA256 (df7cb-pg_dirtyread-2.1_GH0.tar.gz) = d0f5693828cd2f6dc2d0d09a749f2655d58f0c9e4ccb4805151e015e54c1751a
SIZE (df7cb-pg_dirtyread-2.1_GH0.tar.gz) = 18150

View File

@ -1,4 +1,4 @@
The pg_dirtyread extension provides the ability to read dead but unvacuumed
rows from a relation.
The pg_dirtyread extension provides the ability to read dead but unvacuumed rows
from a relation.
WWW: https://github.com/ChristophBerg/pg_dirtyread
WWW: https://github.com/df7cb/pg_dirtyread