diff options
author | kris <kris@FreeBSD.org> | 2003-11-03 08:54:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-11-03 08:54:32 +0800 |
commit | a86287c196a4b52a4d87afed3f94ac2e23f68411 (patch) | |
tree | 4167ebcf5a239b6cbe1ae1703003825f7cda3248 /devel | |
parent | d2cf735cef0cd6de81884eb65df1f069e6c3a2be (diff) | |
download | freebsd-ports-gnome-a86287c196a4b52a4d87afed3f94ac2e23f68411.tar.gz freebsd-ports-gnome-a86287c196a4b52a4d87afed3f94ac2e23f68411.tar.zst freebsd-ports-gnome-a86287c196a4b52a4d87afed3f94ac2e23f68411.zip |
Reset maintainer of ports owned by inactive committers who were just retired.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/as80/Makefile | 2 | ||||
-rw-r--r-- | devel/asmutils/Makefile | 2 | ||||
-rw-r--r-- | devel/libtar/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/as80/Makefile b/devel/as80/Makefile index 66c209107431..fe3b4ec81bc6 100644 --- a/devel/as80/Makefile +++ b/devel/as80/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8 CATEGORIES= devel MASTER_SITES= http://www.tstrathmann.de/files/ -MAINTAINER= greid@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight 8080/8085 assembler WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index c279c95938cd..0fdcbf7f6626 100644 --- a/devel/asmutils/Makefile +++ b/devel/asmutils/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.14 CATEGORIES= devel MASTER_SITES= http://linuxassembly.org/asmutils/ -MAINTAINER= greid@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A set of UNIX utilities written in assembly language BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile index a0f9a503db0b..b76a95b7764b 100644 --- a/devel/libtar/Makefile +++ b/devel/libtar/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 1.2.5 CATEGORIES= devel MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ -MAINTAINER= greid@FreeBSD.org -COMMENT= A library for manipulating POSIX and GNU tar files +MAINTAINER= ports@FreeBSD.org +COMMENT= A library for manipulating POSIX and GNU tar files GNU_CONFIGURE= yes USE_GMAKE= yes |