diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-11 04:01:50 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-11 04:01:50 +0000 |
commit | 3a44504f9fd8b3b94f8fd51110a4f9f8e3b266ed (patch) | |
tree | a638ed6b4b54d903a6cff018b20c75f9bf750fca /editors | |
parent | 5e9aa9160dd4597664fef471294dfccbc6364fd7 (diff) | |
download | FreeBSD-ports-3a44504f9fd8b3b94f8fd51110a4f9f8e3b266ed.zip FreeBSD-ports-3a44504f9fd8b3b94f8fd51110a4f9f8e3b266ed.tar.gz |
[maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
ports. Please help to change the maintainer mail address to
dryice@dryice.name. This new mail address has a RDNS record
and will make the life easier. Thanks!
PR: ports/91624
Submitted by: Dryice Dong Liu <dryice@dryice.name>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/doxymacs/Makefile | 2 | ||||
-rw-r--r-- | editors/speedbar/Makefile | 2 | ||||
-rw-r--r-- | editors/tree-widget/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/doxymacs/Makefile b/editors/doxymacs/Makefile index 2818f62..b0b9372 100644 --- a/editors/doxymacs/Makefile +++ b/editors/doxymacs/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bsdchat.com/dist/dryice/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= Doxymacs is Doxygen + {X}Emacs EMACS_PORT_NAME?= emacs21 diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index 15fa9bb..857e0ad 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= cedet PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= Quick access to files and tags in an Emacs frame EMACS_PORT_NAME?= emacs21 diff --git a/editors/tree-widget/Makefile b/editors/tree-widget/Makefile index 2dd337e..93ee77f 100644 --- a/editors/tree-widget/Makefile +++ b/editors/tree-widget/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ MASTER_SITE_SUBDIR= emhacks PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= A tree widget for Emacs EMACS_PORT_NAME?= emacs21 |