diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-07-20 10:03:10 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-07-20 10:03:10 +0000 |
commit | a789e8e18e9862676b67a7c483ec2cae31fc1235 (patch) | |
tree | 11088a8ea9a779bcafe7efe3267d6f2bcaf44e90 /comms/mlan3/Makefile | |
parent | 05fb37be3ef6b38bc4784bdbee7d5101820942a0 (diff) | |
download | ports-a789e8e18e9862676b67a7c483ec2cae31fc1235.tar.gz ports-a789e8e18e9862676b67a7c483ec2cae31fc1235.zip |
comms/mlan3: fix BROKEN=unfetchable
- Adjust MASTER_SITES to fix BROKEN=unfetchable
- Change maintainer to Chris Hutchinson <portmaster@bsdforge.com>
- Correct WWW and text in pkg-descr
PR: 199409
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Notes
Notes:
svn path=/head/; revision=392559
Diffstat (limited to 'comms/mlan3/Makefile')
-rw-r--r-- | comms/mlan3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/mlan3/Makefile b/comms/mlan3/Makefile index 4a756937d90b..5c47f16f8734 100644 --- a/comms/mlan3/Makefile +++ b/comms/mlan3/Makefile @@ -4,14 +4,12 @@ PORTNAME= mlan3 PORTVERSION= 1.00 CATEGORIES= comms -MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ +MASTER_SITES= files.maximintegrated.com/sia_bu/public/ DISTNAME= owpd300b -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices -BROKEN= Unfetchable - LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt |