svn commit: r340442 - head/comms/mlan3

Antoine Brodin antoine at FreeBSD.org
Mon Jan 20 18:32:20 UTC 2014


Author: antoine
Date: Mon Jan 20 18:32:19 2014
New Revision: 340442
URL: http://svnweb.freebsd.org/changeset/ports/340442
QAT: https://qat.redports.org/buildarchive/r340442/

Log:
  - Stage support
  - Get rid of infozip dependency

Modified:
  head/comms/mlan3/Makefile

Modified: head/comms/mlan3/Makefile
==============================================================================
--- head/comms/mlan3/Makefile	Mon Jan 20 18:30:56 2014	(r340441)
+++ head/comms/mlan3/Makefile	Mon Jan 20 18:32:19 2014	(r340442)
@@ -6,12 +6,12 @@ PORTVERSION=	1.00
 CATEGORIES=	comms
 MASTER_SITES=	ftp://ftp.dalsemi.com/pub/auto_id/public/
 DISTNAME=	owpd300b
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices
 
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
+USES=		uidfix
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list