- Update to 0.6.1

PR:		ports/134892
Submitted by:	Olivier Cochard-Labbé <olivier@cochard.me> (maintainer)
This commit is contained in:
Dennis Herrmann 2009-05-24 19:11:23 +00:00
parent bce4ba7488
commit 0bb0f74ecf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234499
3 changed files with 8 additions and 18 deletions

View File

@ -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>

View File

@ -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

View File

@ -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'):