mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
net/wpa_gui: update to version 2.6
While here, - add LICENSE_FILE - minor change to PLIST_FILES - update silence/verbose in do-install target PR: 213827 Submitted by: joneum@bsdproject.de Approved by: AMDmi3 (mentor) swills (mentor) Differential Revision: D8401
This commit is contained in:
parent
64ba34f9ba
commit
fb630bc808
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426297
3 changed files with 12 additions and 20 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wpa_gui
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://w1.fi/releases/ \
|
||||
http://partmedia.users.sourceforge.net/dist/:icons \
|
||||
|
@ -16,13 +15,12 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Qt-based frontend for wpa_supplicant
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/../../COPYING
|
||||
|
||||
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
WRKSRC_SUBDIR= wpa_supplicant/wpa_gui-qt4
|
||||
|
||||
PLIST_FILES= "@mode 4555" \
|
||||
sbin/wpa_gui \
|
||||
"@mode" \
|
||||
PLIST_FILES= "@(,,4555) sbin/wpa_gui" \
|
||||
share/applications/wpa_gui.desktop \
|
||||
share/icons/hicolor/16x16/apps/wpa_gui.png \
|
||||
share/icons/hicolor/scalable/apps/wpa_gui.svgz \
|
||||
|
@ -51,13 +49,13 @@ post-patch-DEBUG-on:
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_DATA} ${WRKSRC}/wpa_gui.desktop ${STAGEDIR}${PREFIX}/share/applications
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps
|
||||
${INSTALL_DATA} ${WRKDIR}/icons/hicolor/16x16/apps/wpa_gui.png \
|
||||
${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
|
||||
@${GZIP_CMD} < ${WRKSRC}/icons/wpa_gui.svg \
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
|
||||
${GZIP_CMD} < ${WRKSRC}/icons/wpa_gui.svg \
|
||||
> ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/wpa_gui.svgz
|
||||
@${GZIP_CMD} < ${WRKSRC}/../doc/docbook/wpa_gui.8 \
|
||||
${GZIP_CMD} < ${WRKSRC}/../doc/docbook/wpa_gui.8 \
|
||||
> ${STAGEDIR}${PREFIX}/man/man8/wpa_gui.8.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
SHA256 (wpa_supplicant-2.5.tar.gz) = cce55bae483b364eae55c35ba567c279be442ed8bab5b80a3c7fb0d057b9b316
|
||||
SIZE (wpa_supplicant-2.5.tar.gz) = 2607336
|
||||
TIMESTAMP = 1478310704
|
||||
SHA256 (wpa_supplicant-2.6.tar.gz) = b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450
|
||||
SIZE (wpa_supplicant-2.6.tar.gz) = 2753524
|
||||
SHA256 (wpa-gui-icons.tar.gz) = c0d2adb4d8d9f58c015e4862a5ab50c7a562b6bb641e1bb6a0cc841249573b42
|
||||
SIZE (wpa-gui-icons.tar.gz) = 3797
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
======================================================================
|
||||
You installed wpa_gui: Qt frontend for wpa_supplicant.
|
||||
|
||||
It expects the running wpa_supplicant from the port
|
||||
security/wpa_supplicant. In order to use wpa_gui you need:
|
||||
* to have the functioning wifi network interface
|
||||
* to install the wpa_supplicant port security/wpa_supplicant
|
||||
* to run the wpa_supplicant:
|
||||
# sysrc wpa_supplicant_enable="YES"
|
||||
# sysrc wpa_supplicant_program="%%PREFIX%%/sbin/wpa_supplicant"
|
||||
and possibly
|
||||
# service wpa_supplicant start wlan0
|
||||
To use matching versions of wpa_gui and wpa_supplicant, install
|
||||
security/wpa_supplicant.
|
||||
======================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue