diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-22 04:53:08 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-22 04:53:08 +0800 |
commit | 66a292b0361ea37db729d8b88e51ca4d68d7bf07 (patch) | |
tree | 5e6bc00c250bb12c3f44a5e396106e0abc432a94 /comms | |
parent | 02a14d50a196f11f047bfd1aaf1b11e5067277f0 (diff) | |
download | freebsd-ports-gnome-66a292b0361ea37db729d8b88e51ca4d68d7bf07.tar.gz freebsd-ports-gnome-66a292b0361ea37db729d8b88e51ca4d68d7bf07.tar.zst freebsd-ports-gnome-66a292b0361ea37db729d8b88e51ca4d68d7bf07.zip |
- Added mirror (unreliable master site)
- pass maintainership to submitter
PR: ports/108187
Submitted by: Beech Rintoul
Diffstat (limited to 'comms')
-rw-r--r-- | comms/snooper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index d4e8d0963251..36c76528120e 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -9,10 +9,10 @@ PORTNAME= snooper PORTVERSION= 1999.12.02 PORTREVISION= 1 CATEGORIES= comms -MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ +MASTER_SITES= http://www.alaskaparadise.com/freebsd/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Serial line protocol analyzer (need two serial interfaces) WRKSRC= ${WRKDIR}/${PORTNAME}/build |