diff options
author | pav <pav@FreeBSD.org> | 2005-01-19 18:14:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-19 18:14:42 +0800 |
commit | bfa42f31decff364ec048da9fe2865f3e7138ddf (patch) | |
tree | 6378ee3d8ffbd5448ad96623eb55b3c01dae3824 /net/glflow | |
parent | 7152dd1b4c6cfe6717517942c55975403eafa139 (diff) | |
download | freebsd-ports-gnome-bfa42f31decff364ec048da9fe2865f3e7138ddf.tar.gz freebsd-ports-gnome-bfa42f31decff364ec048da9fe2865f3e7138ddf.tar.zst freebsd-ports-gnome-bfa42f31decff364ec048da9fe2865f3e7138ddf.zip |
- 0.1.2.1
PR: ports/76435
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
Diffstat (limited to 'net/glflow')
-rw-r--r-- | net/glflow/Makefile | 11 | ||||
-rw-r--r-- | net/glflow/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/glflow/Makefile b/net/glflow/Makefile index a1d38f989735..95ac6144f01b 100644 --- a/net/glflow/Makefile +++ b/net/glflow/Makefile @@ -5,20 +5,21 @@ # $FreeBSD$ # -PORTNAME= glflow -PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTNAME= glFlow +PORTVERSION= 0.1.2.1 PORTEPOCH= 1 CATEGORIES= net security -MASTER_SITES= http://night.rdslink.ro/dudu/glflow/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= glflow DISTNAME= glFlow-${PORTVERSION} +EXTRACT_SUFX= .tgz MAINTAINER= lx@redundancy.redundancy.org COMMENT= A NetFlow tool for detecting DoS attacks PLIST_FILES= bin/glflow PORTDOCS= README -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-debug --with-hash=md4 diff --git a/net/glflow/distinfo b/net/glflow/distinfo index 46f2552b2a84..431de4e3a9f1 100644 --- a/net/glflow/distinfo +++ b/net/glflow/distinfo @@ -1,2 +1,2 @@ -MD5 (glFlow-0.1.1.tar.gz) = 0294963a9fdda460d06a9980f5ab8e8b -SIZE (glFlow-0.1.1.tar.gz) = 108654 +MD5 (glFlow-0.1.2.1.tgz) = d7a185b27be086f78b397bddf5427c1a +SIZE (glFlow-0.1.2.1.tgz) = 106839 |