diff options
author | danilo <danilo@FreeBSD.org> | 2014-06-07 13:26:52 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-06-07 13:26:52 +0800 |
commit | b3722ddc2a32b99c186cb44e2c86d21aca9e469c (patch) | |
tree | e389ac0c6750fb1d5d02728d45a0d50c7c332f8e /net | |
parent | 2ae00a2da036b76d7e0e0cee7ec024982a543509 (diff) | |
download | freebsd-ports-gnome-b3722ddc2a32b99c186cb44e2c86d21aca9e469c.tar.gz freebsd-ports-gnome-b3722ddc2a32b99c186cb44e2c86d21aca9e469c.tar.zst freebsd-ports-gnome-b3722ddc2a32b99c186cb44e2c86d21aca9e469c.zip |
- Update from 2.1 to 2.2 [1]
- Use just BSD3CLAUSE as LICENSE (according to README)
PR: ports/190726
Submitted by: leres@ee.lbl.gov [1]
Diffstat (limited to 'net')
-rw-r--r-- | net/hostapd/Makefile | 5 | ||||
-rw-r--r-- | net/hostapd/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index 7b1bfb56dfea..3277d8346ea4 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= hostapd -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= net MASTER_SITES= http://hostap.epitest.fi/releases/ MAINTAINER= leres@ee.lbl.gov COMMENT= IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator -LICENSE= GPLv2 BSD -LICENSE_COMB= dual +LICENSE= BSD3CLAUSE USES= gmake BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} diff --git a/net/hostapd/distinfo b/net/hostapd/distinfo index c4ce0b825698..2f64b3f8972c 100644 --- a/net/hostapd/distinfo +++ b/net/hostapd/distinfo @@ -1,2 +1,2 @@ -SHA256 (hostapd-2.1.tar.gz) = 5c7110f55b6092e5277e26edc961eda2def12b94218129d116f5681e34bb2f88 -SIZE (hostapd-2.1.tar.gz) = 1490215 +SHA256 (hostapd-2.2.tar.gz) = f15b6bcb434378860ea5b88dffed7f54d8cb71fff2146de0f006977a5e25a882 +SIZE (hostapd-2.2.tar.gz) = 1586482 |