- Update to 0.4.8

- Pass maintainer-ship to submitter
- Use PLIST_FILES (self)
- Remove files/config.bsd (self)
- Cleanup (self)

PR:		93492
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
This commit is contained in:
Emanuel Haupt 2006-02-17 21:00:23 +00:00
parent c46191ce53
commit 2e142b64d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156236
4 changed files with 18 additions and 16 deletions

View File

@ -6,22 +6,23 @@
#
PORTNAME= hostapd
PORTVERSION= 0.3.0
PORTREVISION= 1
PORTVERSION= 0.4.8
CATEGORIES= security
MASTER_SITES= http://hostap.epitest.fi/releases/
DISTNAME= hostapd-${PORTVERSION}
MASTER_SITES= http://hostap.epitest.fi/releases/ \
http://www.freebsdbrasil.com.br/~jmelo/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= jmelo@freebsdbrasil.com.br
COMMENT= Authenticator (server) for WPA/802.1x protocols
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
post-extract:
@${CP} ${FILESDIR}/config.bsd ${WRKSRC}/.config
WRKSRC= ${WRKDIR}/${DISTNAME}
MAKE_ENV+= CC="${CC}"
CFLAGS+= -DCONFIG_DRIVER_BSD
PLIST_FILES= bin/hostapd bin/hostapd_cli
.include <bsd.port.pre.mk>
@ -29,4 +30,10 @@ post-extract:
IGNORE=is not supported on FreeBSD < 6.0
.endif
post-extract:
@${TOUCH} ${WRKSRC}/.config
post-patch:
@${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/${MAKEFILE}
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (hostapd-0.3.0.tar.gz) = 2fa275b17c0c395898dd4b1fb10545ce
SHA256 (hostapd-0.3.0.tar.gz) = 3963a2141161fbd880c4fdbc558950d90442d72dddcb71486f6a98c0cb20dbc2
SIZE (hostapd-0.3.0.tar.gz) = 198308
MD5 (hostapd-0.4.8.tar.gz) = b8f30f23c04b74f18b2e4e6d8e0ee014
SHA256 (hostapd-0.4.8.tar.gz) = 4675ae608a9f16e0ac519af2003ef694e7e13a4ecda2fcbe29f12a306e460551
SIZE (hostapd-0.4.8.tar.gz) = 290829

View File

@ -1,3 +0,0 @@
CONFIG_DRIVER_BSD=y
CFLAGS += -I/usr/local/include
LIBS += -L/usr/local/lib

View File

@ -1,2 +0,0 @@
bin/hostapd
bin/hostapd_cli