diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 08:12:12 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 08:12:12 +0800 |
commit | 021fc3a529b3602f3efc43e7d8635716d0c92fc0 (patch) | |
tree | abca7668baa639d46f85a5d1a6a7cb8f21b6e961 /emulators/gns3 | |
parent | 197c425e19fbfedd136c7848a4acb14c39138b00 (diff) | |
download | freebsd-ports-gnome-021fc3a529b3602f3efc43e7d8635716d0c92fc0.tar.gz freebsd-ports-gnome-021fc3a529b3602f3efc43e7d8635716d0c92fc0.tar.zst freebsd-ports-gnome-021fc3a529b3602f3efc43e7d8635716d0c92fc0.zip |
- Move over to py25+ or above
- While here kick md5 support
Diffstat (limited to 'emulators/gns3')
-rw-r--r-- | emulators/gns3/Makefile | 3 | ||||
-rw-r--r-- | emulators/gns3/distinfo | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 4dde14570a00..2ed2741f2802 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -7,6 +7,7 @@ PORTNAME= gns3 PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/gns-3/GNS3/${PORTVERSION} DISTNAME= GNS3-${PORTVERSION}-src @@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4 dynagen:${PORTSDIR}/emulators/dynagen \ qemu>=0.11:${PORTSDIR}/emulators/qemu -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= YES PYDISTUTILS_PKGNAME= GNS3 WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/emulators/gns3/distinfo b/emulators/gns3/distinfo index 41d1c14928dc..33ab728ea35f 100644 --- a/emulators/gns3/distinfo +++ b/emulators/gns3/distinfo @@ -1,3 +1,2 @@ -MD5 (GNS3-0.7-src.tar.gz) = 85a4c4460ce635dea7f8b1040ec926b7 SHA256 (GNS3-0.7-src.tar.gz) = 5a7bfda171b8caa47b317dfaaba6166b9d96f5e4f486f5a7cf2bdeb7e1db7989 SIZE (GNS3-0.7-src.tar.gz) = 3642278 |