diff options
author | robak <robak@FreeBSD.org> | 2015-07-20 18:03:10 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-07-20 18:03:10 +0800 |
commit | e2577e48fa76d699b263c1db5c57e3eb2113b051 (patch) | |
tree | 11088a8ea9a779bcafe7efe3267d6f2bcaf44e90 /comms | |
parent | 2332a0092a17109bb7c6246a3071b8f9b18cf241 (diff) | |
download | freebsd-ports-gnome-e2577e48fa76d699b263c1db5c57e3eb2113b051.tar.gz freebsd-ports-gnome-e2577e48fa76d699b263c1db5c57e3eb2113b051.tar.zst freebsd-ports-gnome-e2577e48fa76d699b263c1db5c57e3eb2113b051.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>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mlan3/Makefile | 6 | ||||
-rw-r--r-- | comms/mlan3/pkg-descr | 10 |
2 files changed, 6 insertions, 10 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 diff --git a/comms/mlan3/pkg-descr b/comms/mlan3/pkg-descr index 05d319356568..1acf771078f2 100644 --- a/comms/mlan3/pkg-descr +++ b/comms/mlan3/pkg-descr @@ -1,7 +1,5 @@ -A port of Dallas Semiconductors 3.00 beta API for accessing 1-wire LAN -devices. Only DS2480 serial port adapters are supported by this port. +A port of Dallas Semiconductors 3.00 beta API for accessing +1-wire LAN devices. Only DS2480 serial port adapters are +supported by this port. -More doc & src at: ftp://ftp.dalsemi.com/pub/auto_id/softdev/softdev.html -and http://www.ibutton.com/ - -WWW: http://www.ibutton.com/software/1wire/wirekit.html +WWW: http://www.maximintegrated.com/en/products/comms/ibutton.html |