From owner-svn-ports-all@freebsd.org Thu Sep 24 21:20:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F10E1A082F2; Thu, 24 Sep 2015 21:20:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9B6C14F0; Thu, 24 Sep 2015 21:20:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OLKOeH049041; Thu, 24 Sep 2015 21:20:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OLKOJM049039; Thu, 24 Sep 2015 21:20:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509242120.t8OLKOJM049039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Sep 2015 21:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397768 - head/net-mgmt/wifimgr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 21:20:25 -0000 Author: amdmi3 Date: Thu Sep 24 21:20:23 2015 New Revision: 397768 URL: https://svnweb.freebsd.org/changeset/ports/397768 Log: - Drop 8.x support - Add LICENSE - Switch to options helpers - Simplify plist Approved by: portmgr blanket Modified: head/net-mgmt/wifimgr/Makefile head/net-mgmt/wifimgr/pkg-plist Modified: head/net-mgmt/wifimgr/Makefile ============================================================================== --- head/net-mgmt/wifimgr/Makefile Thu Sep 24 21:20:13 2015 (r397767) +++ head/net-mgmt/wifimgr/Makefile Thu Sep 24 21:20:23 2015 (r397768) @@ -11,31 +11,20 @@ MASTER_SITES= http://opal.com/freebsd/po MAINTAINER= fbsd@opal.com COMMENT= WiFi Networks Manager +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= desktop-file-utils pkgconfig tar:bzip2 USE_XORG= x11 USE_GNOME= gtk20 INSTALLS_ICONS= yes +MAKE_ENV= INSTALL="install -U" OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 901504 -MAKE_ENV+= INSTALL="install -U" -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext pkgconfig -PLIST_SUB+= NLS="" -.else -CFLAGS+= -DWITHOUT_NLS -PLIST_SUB+= NLS="@comment " -MAKE_ENV+= WITHOUT_NLS=${WITHOUT_NLS} -.endif - -post-patch: -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 901504 - @${REINPLACE_CMD} -e 's/-o root -g wheel//' ${WRKSRC}/src/Makefile -.endif +NLS_USES= gettext pkgconfig +NLS_CFLAGS_OFF= -DWITHOUT_NLS +NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes .include Modified: head/net-mgmt/wifimgr/pkg-plist ============================================================================== --- head/net-mgmt/wifimgr/pkg-plist Thu Sep 24 21:20:13 2015 (r397767) +++ head/net-mgmt/wifimgr/pkg-plist Thu Sep 24 21:20:23 2015 (r397768) @@ -1,7 +1,5 @@ bin/wifimgr -@mode 4511 -libexec/wifimgrsu -@mode +@(,,4511) libexec/wifimgrsu man/man8/wifimgr.8.gz %%DATADIR%%/icons/eye.png %%DATADIR%%/icons/freebsd-surf.png