aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/py-flowtools
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2011-04-05 02:03:39 +0800
committernovel <novel@FreeBSD.org>2011-04-05 02:03:39 +0800
commit173c84364e5e22afe055b670f293463e19e0e32f (patch)
treed4cfb583b181323330f3ebed76a59415c95752a6 /net-mgmt/py-flowtools
parente64d0a07aa8c0471fa586573929de75bd19a86a8 (diff)
downloadfreebsd-ports-gnome-173c84364e5e22afe055b670f293463e19e0e32f.tar.gz
freebsd-ports-gnome-173c84364e5e22afe055b670f293463e19e0e32f.tar.zst
freebsd-ports-gnome-173c84364e5e22afe055b670f293463e19e0e32f.zip
- Update to 0.3.4.1
- Define license - Change MASTER_SITES to GOOGLE_CODE PR: 155651 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'net-mgmt/py-flowtools')
-rw-r--r--net-mgmt/py-flowtools/Makefile9
-rw-r--r--net-mgmt/py-flowtools/distinfo4
-rw-r--r--net-mgmt/py-flowtools/pkg-descr2
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mgmt/py-flowtools/Makefile b/net-mgmt/py-flowtools/Makefile
index 19d73e4d4b91..65fdf811a416 100644
--- a/net-mgmt/py-flowtools/Makefile
+++ b/net-mgmt/py-flowtools/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= flowtools
-PORTVERSION= 0.3
+PORTVERSION= 0.3.4.1
CATEGORIES= net-mgmt python
-MASTER_SITES= http://www.icir.org/robin/flowtools/
+MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyflowtools-${PORTVERSION}
@@ -17,6 +17,9 @@ COMMENT= Python extension module for reading flow-tools' data
BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
PLIST_FILES= %%PYTHON_SITELIBDIR%%/flowtools.so
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
@@ -24,4 +27,6 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pyflowtools
+PROJECTHOST= py${PORTNAME}
+
.include <bsd.port.mk>
diff --git a/net-mgmt/py-flowtools/distinfo b/net-mgmt/py-flowtools/distinfo
index 1f8a787c43e9..6263d25f87f4 100644
--- a/net-mgmt/py-flowtools/distinfo
+++ b/net-mgmt/py-flowtools/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pyflowtools-0.3.tar.gz) = fb7403092839680bdde3616821d49e9bc013fd836a09aa38fcd09926c44cbf8f
-SIZE (pyflowtools-0.3.tar.gz) = 12510
+SHA256 (pyflowtools-0.3.4.1.tar.gz) = 9f9722916436c7da717f614b718ad38b5b13a056c0cfed75ac7e49272cd529b5
+SIZE (pyflowtools-0.3.4.1.tar.gz) = 15538
diff --git a/net-mgmt/py-flowtools/pkg-descr b/net-mgmt/py-flowtools/pkg-descr
index 54f31698bf9b..a16b3646fde0 100644
--- a/net-mgmt/py-flowtools/pkg-descr
+++ b/net-mgmt/py-flowtools/pkg-descr
@@ -7,4 +7,4 @@ to access the individual flow records as instances of a second
class called Flow. A Flow provides access to its data through
attribute references.
-WWW: http://mail.net.informatik.tu-muenchen.de/~robin/flowtools/
+WWW: http://code.google.com/p/pyflowtools/