diff options
author | jhale <jhale@FreeBSD.org> | 2013-10-29 12:25:59 +0000 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2013-10-29 12:25:59 +0000 |
commit | 436d62437b2aec2062c603a5c4af4361c44bb929 (patch) | |
tree | f65a960c30f07bc776b7ea7d3bc71c6cf463de7b | |
parent | d4ae24a83cc3be872eb0795736258acd5c377f74 (diff) | |
download | FreeBSD-ports-436d62437b2aec2062c603a5c4af4361c44bb929.zip FreeBSD-ports-436d62437b2aec2062c603a5c4af4361c44bb929.tar.gz |
- Update maintainer email address
PR: ports/183415, ports/183418, ports/183419, ports/183421
Submitted by: Denis Generalov <gd.workbox@gmail.com> (maintainer)
-rw-r--r-- | databases/libmongo-client/Makefile | 4 | ||||
-rw-r--r-- | net/knc/Makefile | 4 | ||||
-rw-r--r-- | net/msend/Makefile | 2 | ||||
-rw-r--r-- | sysutils/su2/Makefile | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/databases/libmongo-client/Makefile b/databases/libmongo-client/Makefile index 860814e..8d88a8a 100644 --- a/databases/libmongo-client/Makefile +++ b/databases/libmongo-client/Makefile @@ -1,11 +1,11 @@ -# Created by: Denis Generalov <gd@rambler-co.ru> +# Created by: Denis Generalov <gd.workbox@gmail.com> # $FreeBSD$ PORTNAME= libmongo-client PORTVERSION= 0.1.6.3 CATEGORIES= databases -MAINTAINER= gd@rambler-co.ru +MAINTAINER= gd.workbox@gmail.com COMMENT= Alternative C driver for MongoDB LICENSE= AL2 diff --git a/net/knc/Makefile b/net/knc/Makefile index 62ca2dd..8c6017d 100644 --- a/net/knc/Makefile +++ b/net/knc/Makefile @@ -1,4 +1,4 @@ -# Created by: Denis Generalov <gd@rambler-co.ru> +# Created by: Denis Generalov <gd.workbox@gmail.com> # $FreeBSD$ PORTNAME= knc @@ -6,7 +6,7 @@ PORTVERSION= 1.7.1 CATEGORIES= net MASTER_SITES= http://oskt.secure-endpoints.com/downloads/ -MAINTAINER= gd@rambler-co.ru +MAINTAINER= gd.workbox@gmail.com COMMENT= KNC is Kerberised NetCat LICENSE= BSD MIT diff --git a/net/msend/Makefile b/net/msend/Makefile index afbfe7f..a988f75 100644 --- a/net/msend/Makefile +++ b/net/msend/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= markp -MAINTAINER= gd@rambler-co.ru +MAINTAINER= gd.workbox@gmail.com COMMENT= Client and server for the RFC1312 message protocol USE_RC_SUBR= mesgd diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile index 81fbc63..8ec46d8 100644 --- a/sysutils/su2/Makefile +++ b/sysutils/su2/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= ftp://ftp.ccs.neu.edu/pub/sysadmin/ -MAINTAINER= gd@rambler-co.ru +MAINTAINER= gd.workbox@gmail.com COMMENT= Enhanced su, allows users to su with own password + more PATCH_DEPENDS= rcsdiff:${PORTSDIR}/devel/rcs |