diff options
author | dhn <dhn@FreeBSD.org> | 2009-03-07 02:14:36 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-03-07 02:14:36 +0800 |
commit | 5a672e376b51e44f90feaea389761c3854ed8a37 (patch) | |
tree | 0775669807ca168ef6ee3d68a8501e80f65899ae /sysutils | |
parent | 7021e2992d6cb6141c65d2ded4feee60b5f713bf (diff) | |
download | freebsd-ports-gnome-5a672e376b51e44f90feaea389761c3854ed8a37.tar.gz freebsd-ports-gnome-5a672e376b51e44f90feaea389761c3854ed8a37.tar.zst freebsd-ports-gnome-5a672e376b51e44f90feaea389761c3854ed8a37.zip |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-curlftpfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-gstfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/logtool/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ttyload/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 28410a4e931b..d1e651117409 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils MASTER_SITES= SF PKGNAMEPREFIX= fusefs- -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= Mount remote ftp directories LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ diff --git a/sysutils/fusefs-gstfs/Makefile b/sysutils/fusefs-gstfs/Makefile index 5c831be6010a..5704465189b9 100644 --- a/sysutils/fusefs-gstfs/Makefile +++ b/sysutils/fusefs-gstfs/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://bobcopeland.com/gstfs/releases/ \ http://mirror.mcx2.org/ PKGNAMEPREFIX= fusefs- -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= On-demand, transcoding filesystem (using GStreamer pipeline) RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile index 7c186cb2daa4..b35bb12d9655 100644 --- a/sysutils/logtool/Makefile +++ b/sysutils/logtool/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3.1 CATEGORIES= sysutils MASTER_SITES= http://xjack.org/logtool/download/ -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= Parse ASCII logfiles into ANSI, CSV, HTML formats USE_GMAKE= yes diff --git a/sysutils/ttyload/Makefile b/sysutils/ttyload/Makefile index 806502b6b334..1c53a9c9d1c5 100644 --- a/sysutils/ttyload/Makefile +++ b/sysutils/ttyload/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ \ http://mirror.mcx2.org/ -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= Give a color-coded graph of load averages over time ALL_TARGET= default |