aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2014-07-17 15:22:02 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2014-07-17 15:22:02 +0000
commit11d9cb5b488cec6cce12d558bd664e77021d2c72 (patch)
tree5a3344811f3dcb616485cc69531a9ebfc1bc6e9a /emulators
parent3c18c37a10c65621d5a730bac87ce761cd52eb44 (diff)
downloadports-11d9cb5b488cec6cce12d558bd664e77021d2c72.tar.gz
ports-11d9cb5b488cec6cce12d558bd664e77021d2c72.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gns3/Makefile5
-rw-r--r--emulators/gns3/distinfo4
-rw-r--r--emulators/gns3/pkg-plist7
3 files changed, 12 insertions, 4 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile
index cad07243d163..ac0c384ef73e 100644
--- a/emulators/gns3/Makefile
+++ b/emulators/gns3/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gns3
-PORTVERSION= 0.8.6
+PORTVERSION= 0.8.7
CATEGORIES= emulators
MASTER_SITES= SF/gns-3/GNS3/${PORTVERSION}
DISTNAME= GNS3-${PORTVERSION}-src
@@ -27,6 +27,9 @@ PYDISTUTILS_PKGNAME= GNS3
DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" "${PORTNAME}" "System;Emulator;" true
+PLIST_SUB= PYTHON_VERSION=${PYTHON_VERSION:S/python//} \
+ VERSION=${PORTVERSION}
+
OPTIONS_DEFINE= DOCS
post-patch:
diff --git a/emulators/gns3/distinfo b/emulators/gns3/distinfo
index 3a3f6659e991..80c4cc1bd604 100644
--- a/emulators/gns3/distinfo
+++ b/emulators/gns3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (GNS3-0.8.6-src.tar.gz) = b0314ae059d0690003c78833f2b05e4bd377779abdaf3f1d6632160352f0afc8
-SIZE (GNS3-0.8.6-src.tar.gz) = 6404995
+SHA256 (GNS3-0.8.7-src.tar.gz) = b05d2c6f60b359c51c07554e9c21f06e728cf8f136d682244571f08e19467381
+SIZE (GNS3-0.8.7-src.tar.gz) = 6408939
diff --git a/emulators/gns3/pkg-plist b/emulators/gns3/pkg-plist
index d3c4a568d652..6f367c331ea1 100644
--- a/emulators/gns3/pkg-plist
+++ b/emulators/gns3/pkg-plist
@@ -556,5 +556,10 @@ man/man1/gns3.1.gz
@dirrm %%PYTHON_SITELIBDIR%%/GNS3/Config
@dirrm %%PYTHON_SITELIBDIR%%/GNS3/Awp
@dirrm %%PYTHON_SITELIBDIR%%/GNS3
+%%PYTHON_SITELIBDIR%%/GNS3-%%VERSION%%-py%%PYTHON_VERSION%%.egg-info/PKG-INFO
+%%PYTHON_SITELIBDIR%%/GNS3-%%VERSION%%-py%%PYTHON_VERSION%%.egg-info/SOURCES.txt
+%%PYTHON_SITELIBDIR%%/GNS3-%%VERSION%%-py%%PYTHON_VERSION%%.egg-info/dependency_links.txt
+%%PYTHON_SITELIBDIR%%/GNS3-%%VERSION%%-py%%PYTHON_VERSION%%.egg-info/top_level.txt
+@dirrmtry %%PYTHON_SITELIBDIR%%/GNS3-%%VERSION%%-py%%PYTHON_VERSION%%.egg-info
@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%