ports/173135: emulators/gns3 update to 0.8.3.1

Olivier Cochard-Labbe olivier at cochard.me
Fri Oct 26 23:20:01 UTC 2012


>Number:         173135
>Category:       ports
>Synopsis:       emulators/gns3 update to 0.8.3.1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 26 23:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbe
>Release:        FreeBSD 9.1-RC2 amd64
>Organization:
>Environment:
System: FreeBSD laptop.bsdrp.net 9.1-RC2 FreeBSD 9.1-RC2 #0 r241106: Mon Oct 1 18:26:44 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	An upgrade of GNS3 to 0.8.3.1
	
>How-To-Repeat:
	
>Fix:

	

--- gns3.8.3.1.diff begins here ---
Index: emulators/gns3/Makefile
===================================================================
--- emulators/gns3/Makefile	(révision 306416)
+++ emulators/gns3/Makefile	(copie de travail)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gns3
-PORTVERSION=	0.8.2
-PORTREVISION=	1
+PORTVERSION=	0.8.3.1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/gns-3/GNS3/${PORTVERSION}
 DISTNAME=	GNS3-${PORTVERSION}-src
Index: emulators/gns3/distinfo
===================================================================
--- emulators/gns3/distinfo	(révision 306416)
+++ emulators/gns3/distinfo	(copie de travail)
@@ -1,2 +1,2 @@
-SHA256 (GNS3-0.8.2-src.tar.gz) = e72553afe0c919aff54bedb4b639ebfcee83725eef28128bbb5076e226628a86
-SIZE (GNS3-0.8.2-src.tar.gz) = 3992183
+SHA256 (GNS3-0.8.3.1-src.tar.gz) = d842a7ceb8619a43fe1a95095d435a31128822bc88b23354fbccb80838ebc404
+SIZE (GNS3-0.8.3.1-src.tar.gz) = 4055595
Index: emulators/gns3/files/patch-Defaults.py.diff
===================================================================
--- emulators/gns3/files/patch-Defaults.py.diff	(révision 0)
+++ emulators/gns3/files/patch-Defaults.py.diff	(copie de travail)
@@ -0,0 +1,11 @@
+--- src/GNS3/Config/Defaults.py.orig	2012-10-22 19:17:09.000000000 +0200
++++ src/GNS3/Config/Defaults.py	2012-10-27 00:55:58.000000000 +0200
+@@ -65,7 +65,7 @@
+     QEMUWRAPPER_DEFAULT_WORKDIR = unicode('/tmp')
+ 
+ # Default paths to Qemu and qemu-img
+-if sys.platform.startswith('win'):
++if sys.platform.startswith('win') or sys.platform.startswith('freebsd'):
+     QEMU_DEFAULT_PATH = unicode('qemu')
+     QEMU_IMG_DEFAULT_PATH = unicode('qemu-img')
+ else:
Index: emulators/gns3/files/patch-qemuwrapper.diff
===================================================================
--- emulators/gns3/files/patch-qemuwrapper.diff	(révision 0)
+++ emulators/gns3/files/patch-qemuwrapper.diff	(copie de travail)
@@ -0,0 +1,11 @@
+--- qemuwrapper/qemuwrapper.py.orig	2012-10-27 00:41:23.000000000 +0200
++++ qemuwrapper/qemuwrapper.py	2012-10-27 00:43:33.000000000 +0200
+@@ -83,7 +83,7 @@
+ __author__ = 'Thomas Pani and Jeremy Grossmann'
+ __version__ = '0.8.3.1'
+ 
+-if platform.system() == 'Windows':
++if platform.system() == 'Windows' or platform.system().__contains__("BSD"):
+     QEMU_PATH = "qemu" # we still use Qemu 0.11.0 on Windows
+ else:
+     QEMU_PATH = "qemu-system-i386"
Index: emulators/gns3/pkg-plist
===================================================================
--- emulators/gns3/pkg-plist	(révision 306416)
+++ emulators/gns3/pkg-plist	(copie de travail)
@@ -1,6 +1,8 @@
 bin/gns3
 libexec/gns3/qemuwrapper.py
+libexec/gns3/tcp_pipe_proxy.py
 libexec/gns3/vboxcontroller_4_1.py
+libexec/gns3/vboxcontroller_4_1.pyc
 libexec/gns3/vboxwrapper.py
 %%EXAMPLESDIR%%/baseconfig.txt
 %%PYTHON_SITELIBDIR%%/GNS3/Annotation.py
--- gns3.8.3.1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list