svn commit: r450551 - in head/net-mgmt/networkmgr: . files

Danilo G. Baio dbaio at FreeBSD.org
Sun Sep 24 22:12:32 UTC 2017


Author: dbaio
Date: Sun Sep 24 22:12:31 2017
New Revision: 450551
URL: https://svnweb.freebsd.org/changeset/ports/450551

Log:
  net-mgmt/networkmgr: Update to 2.4
  
  - Inform the correct location of doas.conf (pkg-message).
  - While here, set architecture neutral, fix shebang (QA)
    and add LICENSE_FILE.
  
  PR:		222489
  Submitted by:	ericturgeon.bsd at gmail.com (maintainer)

Modified:
  head/net-mgmt/networkmgr/Makefile
  head/net-mgmt/networkmgr/distinfo
  head/net-mgmt/networkmgr/files/pkg-message.in

Modified: head/net-mgmt/networkmgr/Makefile
==============================================================================
--- head/net-mgmt/networkmgr/Makefile	Sun Sep 24 20:47:48 2017	(r450550)
+++ head/net-mgmt/networkmgr/Makefile	Sun Sep 24 22:12:31 2017	(r450551)
@@ -2,23 +2,28 @@
 # $FreeBSD$
 
 PORTNAME=	networkmgr
-PORTVERSION=	2.2
+PORTVERSION=	2.4
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	ericturgeon.bsd at gmail.com
 COMMENT=	FreeBSD/GhostBSD network conection manager
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	doas:security/doas
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	GhostBSD
 
-USES=		python:2.7
+NO_ARCH=	yes
+USES=		python:2.7 shebangfix
 USE_PYTHON=	distutils
 USE_GNOME=	pygtk2
 
 SUB_FILES=	pkg-message
+
+SHEBANG_FILES=	${WRKSRC}/src/*.py \
+		${WRKSRC}/src/netcardmgr
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/networkmgr/distinfo
==============================================================================
--- head/net-mgmt/networkmgr/distinfo	Sun Sep 24 20:47:48 2017	(r450550)
+++ head/net-mgmt/networkmgr/distinfo	Sun Sep 24 22:12:31 2017	(r450551)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485637875
-SHA256 (GhostBSD-networkmgr-2.2_GH0.tar.gz) = 7af236cd96941199f0e42973bd35146de9ac4be045448081b0b890f92f2a68ab
-SIZE (GhostBSD-networkmgr-2.2_GH0.tar.gz) = 21782
+TIMESTAMP = 1506287663
+SHA256 (GhostBSD-networkmgr-2.4_GH0.tar.gz) = ee32e6e059d1208bdff57ffe94713f96cc18286158bdd170a4fd62f45f00a5b7
+SIZE (GhostBSD-networkmgr-2.4_GH0.tar.gz) = 21858

Modified: head/net-mgmt/networkmgr/files/pkg-message.in
==============================================================================
--- head/net-mgmt/networkmgr/files/pkg-message.in	Sun Sep 24 20:47:48 2017	(r450550)
+++ head/net-mgmt/networkmgr/files/pkg-message.in	Sun Sep 24 22:12:31 2017	(r450551)
@@ -3,7 +3,7 @@
 Any bug reports or request of new feature should be addressed at:
     https://github.com/GhostBSD/networkmgr/issues
 
-Make sure that the %%ETCDIR%%/doas.conf have someting simular like this:
+Make sure that the %%PREFIX%%/etc/doas.conf have someting simular like this:
 
     permit nopass keepenv :wheel cmd netcardmgr
     permit nopass keepenv :wheel cmd detect-nics


More information about the svn-ports-all mailing list