diff options
author | tz <tz@FreeBSD.org> | 2016-06-10 17:08:02 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-06-10 17:08:02 +0800 |
commit | 583f5694ab7dfd53c2c992b2cbb21a33bc02fd52 (patch) | |
tree | 677179d42f6e4eac33fd138cf3227444350306c6 /databases | |
parent | e4a0254d5652937e2af79f16305c2e11d699b43a (diff) | |
download | freebsd-ports-gnome-583f5694ab7dfd53c2c992b2cbb21a33bc02fd52.tar.gz freebsd-ports-gnome-583f5694ab7dfd53c2c992b2cbb21a33bc02fd52.tar.zst freebsd-ports-gnome-583f5694ab7dfd53c2c992b2cbb21a33bc02fd52.zip |
Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by: junovitch (mentor)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgpool/Makefile | 2 | ||||
-rw-r--r-- | databases/pguri/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index a980b3ab896a..a2bb2f5f0230 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -7,7 +7,7 @@ CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ DISTNAME= ${PORTNAME}-II-${PORTVERSION} -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= Connection pool server for PostgreSQL LICENSE= MIT diff --git a/databases/pguri/Makefile b/databases/pguri/Makefile index f47b5df90577..6bc068f98914 100644 --- a/databases/pguri/Makefile +++ b/databases/pguri/Makefile @@ -5,7 +5,7 @@ PORTNAME= pguri PORTVERSION= 1.20151224 CATEGORIES= databases -MAINTAINER= ports@toco-domains.de +MAINTAINER= tz@FreeBSD.org COMMENT= URI datatype for PostgreSQL BUILD_DEPENDS= uriparser>=0.8.0:net/uriparser |