summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-05-24 19:11:23 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-05-24 19:11:23 +0000
commit0bb0f74ecfc3954428916904979a3f09d6502d21 (patch)
treea105f6afca04365bbbc8b45ba2979329b878bf5c /emulators
parentUpdate to 0.13. (diff)
- Update to 0.6.1
PR: ports/134892 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> (maintainer)
Notes
Notes: svn path=/head/; revision=234499
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gns3/Makefile9
-rw-r--r--emulators/gns3/distinfo6
-rw-r--r--emulators/gns3/files/patch-setup.py11
3 files changed, 8 insertions, 18 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile
index 2a265692edcd..516010bf8d04 100644
--- a/emulators/gns3/Makefile
+++ b/emulators/gns3/Makefile
@@ -1,12 +1,12 @@
-# New ports collection makefile for: gns3
-# Date created: 14 mar 2009
+# Update ports collection makefile for: gns3
+# Date created: 24 may 2009
# Whom: Olivier Cochard-Labbe <olivier@cochard.me>
#
# $FreeBSD$
#
PORTNAME= gns3
-PORTVERSION= 0.6
+PORTVERSION= 0.6.1
CATEGORIES= emulators
MASTER_SITES= SF/gns-3
DISTNAME= GNS3-${PORTVERSION}-src
@@ -27,6 +27,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
MAN1= gns3.1
post-install:
+.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/docs/man/gns3.1 ${MANPREFIX}/man/man1
-
+.endif
.include <bsd.port.mk>
diff --git a/emulators/gns3/distinfo b/emulators/gns3/distinfo
index e1756d9cd00b..786e50511c94 100644
--- a/emulators/gns3/distinfo
+++ b/emulators/gns3/distinfo
@@ -1,3 +1,3 @@
-MD5 (GNS3-0.6-src.tar.gz) = 4a47a71afbf916aa58d5170cb8a4f9c9
-SHA256 (GNS3-0.6-src.tar.gz) = 4d41d2a20ed0bb892dd448a80fbbe8f90f1bc183b4ef24d53c0f095b6e41f6bc
-SIZE (GNS3-0.6-src.tar.gz) = 3482749
+MD5 (GNS3-0.6.1-src.tar.gz) = 98ae793ba0dcfd79d13f93ff3a54a5d3
+SHA256 (GNS3-0.6.1-src.tar.gz) = 015ec39ae64aeec178729859e1ff651b24089fad92d00ff11985b9c0fd164b7b
+SIZE (GNS3-0.6.1-src.tar.gz) = 3676017
diff --git a/emulators/gns3/files/patch-setup.py b/emulators/gns3/files/patch-setup.py
deleted file mode 100644
index 24be896304da..000000000000
--- a/emulators/gns3/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.orig 2009-03-14 23:06:18.000000000 +0100
-+++ setup.py 2009-03-14 23:06:29.000000000 +0100
-@@ -5,7 +5,7 @@
- from distutils.core import setup, Extension
-
- # current version of GNS3
--VERSION = '0.5'
-+VERSION = '0.6'
-
- if sys.platform.startswith('win'):
-