Index: head/databases/pg_dirtyread/Makefile =================================================================== --- head/databases/pg_dirtyread/Makefile (revision 504251) +++ head/databases/pg_dirtyread/Makefile (revision 504252) @@ -1,31 +1,32 @@ # Created by: Jov # $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 \ share/postgresql/extension/pg_dirtyread--2.sql \ share/postgresql/extension/pg_dirtyread.control post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_dirtyread.so .include Index: head/databases/pg_dirtyread/distinfo =================================================================== --- head/databases/pg_dirtyread/distinfo (revision 504251) +++ head/databases/pg_dirtyread/distinfo (revision 504252) @@ -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 Property changes on: head/databases/pg_dirtyread/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/databases/pg_dirtyread/pkg-descr =================================================================== --- head/databases/pg_dirtyread/pkg-descr (revision 504251) +++ head/databases/pg_dirtyread/pkg-descr (revision 504252) @@ -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 Property changes on: head/databases/pg_dirtyread/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property