From 669817fa5779f881a3cf3569f56980252bcc9659 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 15 Jun 2019 19:21:02 +0000 Subject: Update to 2.1 - Add LICENSE_FILE - Update WWW - Take maintainership Changes: https://github.com/df7cb/pg_dirtyread/releases --- databases/pg_dirtyread/Makefile | 15 ++++++++------- databases/pg_dirtyread/distinfo | 6 +++--- databases/pg_dirtyread/pkg-descr | 6 +++--- 3 files changed, 14 insertions(+), 13 deletions(-) (limited to 'databases/pg_dirtyread') 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 -- cgit