diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-06-16 03:21:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-06-16 03:21:02 +0800 |
commit | 669817fa5779f881a3cf3569f56980252bcc9659 (patch) | |
tree | 4bdc524ba512c95d68be10cd9ddb37e4f360dc53 /databases/pg_dirtyread | |
parent | 2cd24018f9fe2a30e9103d55efb4e1137859e712 (diff) | |
download | freebsd-ports-gnome-669817fa5779f881a3cf3569f56980252bcc9659.tar.gz freebsd-ports-gnome-669817fa5779f881a3cf3569f56980252bcc9659.tar.zst freebsd-ports-gnome-669817fa5779f881a3cf3569f56980252bcc9659.zip |
Update to 2.1
- Add LICENSE_FILE
- Update WWW
- Take maintainership
Changes: https://github.com/df7cb/pg_dirtyread/releases
Diffstat (limited to 'databases/pg_dirtyread')
-rw-r--r-- | databases/pg_dirtyread/Makefile | 15 | ||||
-rw-r--r-- | databases/pg_dirtyread/distinfo | 6 | ||||
-rw-r--r-- | databases/pg_dirtyread/pkg-descr | 6 |
3 files changed, 14 insertions, 13 deletions
diff --git a/databases/pg_dirtyread/Makefile b/databases/pg_dirtyread/Makefile index 8d2c7808d2cb..a4d385a8ecc8 100644 --- a/databases/pg_dirtyread/Makefile +++ b/databases/pg_dirtyread/Makefile @@ -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:9.2+ -LLD_UNSAFE= yes -USE_GITHUB= yes -GH_ACCOUNT= ChristophBerg +USES= gmake pgsql +LLD_UNSAFE= yes 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 \ diff --git a/databases/pg_dirtyread/distinfo b/databases/pg_dirtyread/distinfo index f7dab951e6f2..8dcb061ba1a6 100644 --- a/databases/pg_dirtyread/distinfo +++ b/databases/pg_dirtyread/distinfo @@ -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 diff --git a/databases/pg_dirtyread/pkg-descr b/databases/pg_dirtyread/pkg-descr index 68be0f83c6f7..2ed5aab3f20e 100644 --- a/databases/pg_dirtyread/pkg-descr +++ b/databases/pg_dirtyread/pkg-descr @@ -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 |