diff options
author | avl <avl@FreeBSD.org> | 2009-05-29 04:44:16 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-05-29 04:44:16 +0800 |
commit | d28ea947c47006e3633c86ee6689c1287e381c79 (patch) | |
tree | b4343fe4838935961d2179497f2f2ac287b1b4ca /sysutils | |
parent | 47e6f69165e15b3597464161760bd6d5775f0b9c (diff) | |
download | freebsd-ports-gnome-d28ea947c47006e3633c86ee6689c1287e381c79.tar.gz freebsd-ports-gnome-d28ea947c47006e3633c86ee6689c1287e381c79.tar.zst freebsd-ports-gnome-d28ea947c47006e3633c86ee6689c1287e381c79.zip |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/flashrom/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-afuse/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-fur/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pstree/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 471681575cef..cb5c8c443676 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://qa.coreboot.org/releases/ -MAINTAINER= ports@logvinov.com +MAINTAINER= avl@FreeBSD.org COMMENT= A utility for reading, writing, verifying and erasing flash ROM chips LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile index 6e8649b89e19..35ecb399fecd 100644 --- a/sysutils/fusefs-afuse/Makefile +++ b/sysutils/fusefs-afuse/Makefile @@ -10,7 +10,7 @@ CATEGORIES= sysutils MASTER_SITES= SF PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@logvinov.com +MAINTAINER= avl@FreeBSD.org COMMENT= An automounting file system implemented in user-space using FUSE RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod diff --git a/sysutils/fusefs-fur/Makefile b/sysutils/fusefs-fur/Makefile index dac63231998d..7e9cb0f91306 100644 --- a/sysutils/fusefs-fur/Makefile +++ b/sysutils/fusefs-fur/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.infis.univ.ts.it/~riccardo/downloads/ PKGNAMEPREFIX= fusefs- DISTNAME= FUR-${PORTVERSION} -MAINTAINER= ports@logvinov.com +MAINTAINER= avl@FreeBSD.org COMMENT= FUSE-based filesystem for Windows CE based devices LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 \ diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index ec4383dda4c5..eada8118728a 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ -MAINTAINER= ports@logvinov.com +MAINTAINER= avl@FreeBSD.org COMMENT= List processes as a tree NO_WRKSUBDIR= yes |