diff options
author | pav <pav@FreeBSD.org> | 2006-05-26 16:26:07 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-26 16:26:07 +0000 |
commit | 3e4690dfd584e17f281143941fa77cc863fc9b4a (patch) | |
tree | 28bd921ae61d6f75b7a02abed1e3a2099271bdd7 | |
parent | e7df1b739bcf6baf94a193aec931257130fdf4d1 (diff) | |
download | FreeBSD-ports-3e4690dfd584e17f281143941fa77cc863fc9b4a.zip FreeBSD-ports-3e4690dfd584e17f281143941fa77cc863fc9b4a.tar.gz |
- Grant maintainership
PR: ports/97892
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
-rw-r--r-- | audio/id3tool/Makefile | 2 | ||||
-rw-r--r-- | net/arping/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/id3tool/Makefile b/audio/id3tool/Makefile index 5143cc0..fd81f91 100644 --- a/audio/id3tool/Makefile +++ b/audio/id3tool/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2a CATEGORIES= audio MASTER_SITES= http://nekohako.xware.cx/id3tool/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gavin.atkinson@ury.york.ac.uk COMMENT= A utility for manipulating mp3 ID3 Tags GNU_CONFIGURE= yes diff --git a/net/arping/Makefile b/net/arping/Makefile index 91b08f7..64c9f73 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.05 CATEGORIES= net MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gavin.atkinson@ury.york.ac.uk COMMENT= ARP level "ping" utility BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 |