diff options
author | gblach <gblach@FreeBSD.org> | 2015-04-17 04:13:43 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2015-04-17 04:13:43 +0800 |
commit | a5cfcf4ac2c2a9b712ae452913cfc2b7a90aad88 (patch) | |
tree | 0b7fc0f3c4cb8a59790e5f0c403d4f9d11207836 /databases | |
parent | e6d9c61840138463f070f58c54a263469b5ab0c1 (diff) | |
download | freebsd-ports-gnome-a5cfcf4ac2c2a9b712ae452913cfc2b7a90aad88.tar.gz freebsd-ports-gnome-a5cfcf4ac2c2a9b712ae452913cfc2b7a90aad88.tar.zst freebsd-ports-gnome-a5cfcf4ac2c2a9b712ae452913cfc2b7a90aad88.zip |
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/godis/Makefile | 2 | ||||
-rw-r--r-- | databases/hiredis/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-Redis/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Dancer-Session-Memcached/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Redis-hiredis/Makefile | 2 | ||||
-rw-r--r-- | databases/redigo/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/databases/godis/Makefile b/databases/godis/Makefile index a562b32e9a83..9f79aca1c21a 100644 --- a/databases/godis/Makefile +++ b/databases/godis/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= LOCAL/jlaffaye -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Redis client library written in Go GO_PKGNAME= github.com/simonz05/${PORTNAME} diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile index b1bfedd56467..68f1ef6801ac 100644 --- a/databases/hiredis/Makefile +++ b/databases/hiredis/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.12.1 PORTREVISION= 1 CATEGORIES= databases -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Minimalistic C client library for the Redis database LICENSE= BSD3CLAUSE diff --git a/databases/p5-Dancer-Plugin-Redis/Makefile b/databases/p5-Dancer-Plugin-Redis/Makefile index 75387babb2ab..eb1652e12934 100644 --- a/databases/p5-Dancer-Plugin-Redis/Makefile +++ b/databases/p5-Dancer-Plugin-Redis/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CELOGEEK PKGNAMEPREFIX= p5- -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Redis database connector for Dancer LICENSE= ART10 GPLv1 diff --git a/databases/p5-Dancer-Session-Memcached/Makefile b/databases/p5-Dancer-Session-Memcached/Makefile index 7497d637f98c..7749e4053463 100644 --- a/databases/p5-Dancer-Session-Memcached/Makefile +++ b/databases/p5-Dancer-Session-Memcached/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= CPAN:XSAWYERX PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Memcached-based session backend for Dancer BUILD_DEPENDS= p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \ diff --git a/databases/p5-Redis-hiredis/Makefile b/databases/p5-Redis-hiredis/Makefile index aac5a7f03fc9..2b8792bfb5d8 100644 --- a/databases/p5-Redis-hiredis/Makefile +++ b/databases/p5-Redis-hiredis/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NEOPHENIX PKGNAMEPREFIX= p5- -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple wrapper around hiredis C client USES= perl5 diff --git a/databases/redigo/Makefile b/databases/redigo/Makefile index 01bc9e2f06dd..8ea214ec04dd 100644 --- a/databases/redigo/Makefile +++ b/databases/redigo/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 20140714 CATEGORIES= databases MASTER_SITES= LOCAL/gblach/ -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Go client for the Redis database WRKSRC= ${WRKDIR}/${DISTNAME}/redis |