aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-07-28 00:06:01 +0800
committerswills <swills@FreeBSD.org>2013-07-28 00:06:01 +0800
commit161ee4e405ddee7d6c945754c827684829ef8e90 (patch)
tree8ef1f11a6de3111d6a26743f7db0753348a8c53d /sysutils
parent23732fd703311774e1198af698960a305c241687 (diff)
downloadfreebsd-ports-gnome-161ee4e405ddee7d6c945754c827684829ef8e90.tar.gz
freebsd-ports-gnome-161ee4e405ddee7d6c945754c827684829ef8e90.tar.zst
freebsd-ports-gnome-161ee4e405ddee7d6c945754c827684829ef8e90.zip
- Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here Reviewed by: danfe
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rubygem-sys-admin/Makefile2
-rw-r--r--sysutils/rubygem-sys-cpu/Makefile8
-rw-r--r--sysutils/rubygem-sys-filesystem/Makefile4
-rw-r--r--sysutils/rubygem-sys-host/Makefile8
-rw-r--r--sysutils/rubygem-sys-proctable/Makefile10
-rw-r--r--sysutils/rubygem-sys-uname/Makefile4
-rw-r--r--sysutils/rubygem-sys-uptime/Makefile2
-rw-r--r--sysutils/tty-clock/Makefile8
8 files changed, 15 insertions, 31 deletions
diff --git a/sysutils/rubygem-sys-admin/Makefile b/sysutils/rubygem-sys-admin/Makefile
index 80774bf2a6bf..b68a79bf15c8 100644
--- a/sysutils/rubygem-sys-admin/Makefile
+++ b/sysutils/rubygem-sys-admin/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.6.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
-MAINTAINER= freebsdports@chillibear.com
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Unified, cross platform replacement for the Etc module
RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
diff --git a/sysutils/rubygem-sys-cpu/Makefile b/sysutils/rubygem-sys-cpu/Makefile
index 46d1d73a11e2..2f9d86f41813 100644
--- a/sysutils/rubygem-sys-cpu/Makefile
+++ b/sysutils/rubygem-sys-cpu/Makefile
@@ -1,16 +1,12 @@
-# Ports collection makefile for: rubygem-sys-cpu
-# Date created: 25 April 2010
-# Whom: Eric Freeman <freebsdports@chillibear.com>
-#
+# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
-#
PORTNAME= sys-cpu
PORTVERSION= 0.7.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
-MAINTAINER= freebsdports@chillibear.com
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides an interface for getting information about the CPU
RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
diff --git a/sysutils/rubygem-sys-filesystem/Makefile b/sysutils/rubygem-sys-filesystem/Makefile
index 942f5630be27..9540bfe1ced4 100644
--- a/sysutils/rubygem-sys-filesystem/Makefile
+++ b/sysutils/rubygem-sys-filesystem/Makefile
@@ -6,8 +6,8 @@ PORTVERSION= 1.1.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
-MAINTAINER= freebsdports@chillibear.com
-COMMENT= A Ruby interface for getting filesystem information
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby interface for getting filesystem information
RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
diff --git a/sysutils/rubygem-sys-host/Makefile b/sysutils/rubygem-sys-host/Makefile
index 20ea4600a207..03bce34e3b93 100644
--- a/sysutils/rubygem-sys-host/Makefile
+++ b/sysutils/rubygem-sys-host/Makefile
@@ -1,16 +1,12 @@
-# Ports collection makefile for: rubygem-sys-host
-# Date created: 30 July 2010
-# Whom: Eric Freeman <freebsdports@chillibear.com>
-#
+# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
-#
PORTNAME= sys-host
PORTVERSION= 0.6.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
-MAINTAINER= freebsdports@chillibear.com
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides hostname, IP address, and other information for a given host
USE_RUBY= yes
diff --git a/sysutils/rubygem-sys-proctable/Makefile b/sysutils/rubygem-sys-proctable/Makefile
index a9c04cb94fdc..47f33aee5cc2 100644
--- a/sysutils/rubygem-sys-proctable/Makefile
+++ b/sysutils/rubygem-sys-proctable/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: rubygem-sys-proctable
-# Date created: 30 July 2010
-# Whom: Eric Freeman <freebsdports@chillibear.com>
-#
+# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
-#
PORTNAME= sys-proctable
PORTVERSION= 0.9.0
@@ -12,8 +8,8 @@ MASTER_SITES= RG
DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
EXTRACT_SUFX= # none
-MAINTAINER= freebsdports@chillibear.com
-COMMENT= A Ruby interface for getting process information
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby interface for getting process information
GEM_NAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
diff --git a/sysutils/rubygem-sys-uname/Makefile b/sysutils/rubygem-sys-uname/Makefile
index d1ffc2f38145..5c0a40c7315f 100644
--- a/sysutils/rubygem-sys-uname/Makefile
+++ b/sysutils/rubygem-sys-uname/Makefile
@@ -6,8 +6,8 @@ PORTVERSION= 0.9.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
-MAINTAINER= freebsdports@chillibear.com
-COMMENT= A Ruby interface for getting system information
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby interface for getting system information
RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
diff --git a/sysutils/rubygem-sys-uptime/Makefile b/sysutils/rubygem-sys-uptime/Makefile
index d363e0b67a19..cc926465e29d 100644
--- a/sysutils/rubygem-sys-uptime/Makefile
+++ b/sysutils/rubygem-sys-uptime/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 0.6.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
-MAINTAINER= freebsdports@chillibear.com
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides uptime and boot time information
RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
diff --git a/sysutils/tty-clock/Makefile b/sysutils/tty-clock/Makefile
index b6d3858dbb1a..16566e9cc6f2 100644
--- a/sysutils/tty-clock/Makefile
+++ b/sysutils/tty-clock/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: tty-clock
-# Date created: 15 July 2010
-# Whom: Eric Freeman <freebsdports@chillibear.com>
-#
+# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
-#
PORTNAME= tty-clock
PORTVERSION= 2.0.0
@@ -13,7 +9,7 @@ MASTER_SITES= http://github.com/xorg62/${PORTNAME}/tarball/
DISTNAME= a82fd71
EXTRACT_SUFX= # none
-MAINTAINER= freebsdports@chillibear.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Terminal based clock
FETCH_ARGS= -pRr