From 7510a395cc8c3cdd67bf9f2a183e5e545b9f25d1 Mon Sep 17 00:00:00 2001 From: Ganael LAPLANCHE Date: Fri, 11 Mar 2011 07:18:05 +0000 Subject: Update to 0.7.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: ports/155178 Submitted by: Olivier Cochard-Labbé Approved by: ehaupt (mentor) --- emulators/gns3/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'emulators/gns3/Makefile') diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 2ed2741f2802..e57cec5f0b2d 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gns3 -PORTVERSION= 0.7 -PORTREVISION= 1 +PORTVERSION= 0.7.3 CATEGORIES= emulators MASTER_SITES= SF/gns-3/GNS3/${PORTVERSION} DISTNAME= GNS3-${PORTVERSION}-src @@ -23,15 +22,16 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4 qemu>=0.11:${PORTSDIR}/emulators/qemu USE_PYTHON= 2.5+ -USE_PYDISTUTILS= YES +USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= GNS3 -WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= gns3.1 +LICENSE= GPLv2 post-install: .if !defined(NO_INSTALL_MANPAGES) ${INSTALL_MAN} ${WRKSRC}/docs/man/gns3.1 ${MANPREFIX}/man/man1 .endif - ${INSTALL_SCRIPT} ${WRKSRC}/qemuwrapper/qemuwrapper.py ${PREFIX}/bin/qemuwrapper.py - + ${INSTALL_SCRIPT} ${WRKSRC}/qemuwrapper/qemuwrapper.py \ + ${PREFIX}/bin/qemuwrapper.py + @${CAT} ${PKGMESSAGE} .include -- cgit v1.2.3