summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-11-21 22:35:39 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-11-21 22:35:39 +0000
commitf23cc2478eb3bdd520e3a2a76454bbf694d407d6 (patch)
treec4f9252a76b055c91cdbb663591bd20548f801e9 /net
parentwww/p5-pQuery: 0.09 -> 0.23 (diff)
net/ndpi: Update version 1.6=>1.7
Notes
Notes: svn path=/head/; revision=402205
Diffstat (limited to 'net')
-rw-r--r--net/ndpi/Makefile3
-rw-r--r--net/ndpi/distinfo4
-rw-r--r--net/ndpi/files/patch-configure.ac28
3 files changed, 3 insertions, 32 deletions
diff --git a/net/ndpi/Makefile b/net/ndpi/Makefile
index 57afa113fadd..7467135c2540 100644
--- a/net/ndpi/Makefile
+++ b/net/ndpi/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ndpi
-PORTVERSION= 1.6
-PORTREVISION= 1
+PORTVERSION= 1.7
CATEGORIES= net
MASTER_SITES= SF/ntop/nDPI
DISTNAME= nDPI-${PORTVERSION}
diff --git a/net/ndpi/distinfo b/net/ndpi/distinfo
index 030c70c445f2..5959e8b87248 100644
--- a/net/ndpi/distinfo
+++ b/net/ndpi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (nDPI-1.6.tar.gz) = 0e2201d0d003ac5df0de904f8e4df149ca55a59e708a32ce55500be92a031444
-SIZE (nDPI-1.6.tar.gz) = 3943963
+SHA256 (nDPI-1.7.tar.gz) = 714b745103a072462130b0e14cf31b2eb5270f580b7c839da5cf5ea75150262d
+SIZE (nDPI-1.7.tar.gz) = 4282767
diff --git a/net/ndpi/files/patch-configure.ac b/net/ndpi/files/patch-configure.ac
deleted file mode 100644
index 7c637e496280..000000000000
--- a/net/ndpi/files/patch-configure.ac
+++ /dev/null
@@ -1,28 +0,0 @@
---- configure.ac.orig 2015-06-06 19:48:47 UTC
-+++ configure.ac
-@@ -9,20 +9,11 @@ LT_INIT
- AC_PROG_CC
- AX_PTHREAD
-
--if test -d ".git"; then :
-- GIT_TAG=`git log -1 --format=%h`
-- GIT_DATE=`git log -1 --format=%cd`
-- #
-- # On CentOS 6 `git rev-list HEAD --count` does not work
-- #
-- #
-- GIT_NUM=`git log --pretty=oneline | wc -l`
-- GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`
-- GIT_RELEASE="${PACKAGE_VERSION}-${GIT_BRANCH}-${GIT_NUM}-${GIT_TAG}"
--else
-- GIT_RELEASE="${PACKAGE_VERSION}"
-- GIT_DATE=`date`
--fi
-+GIT_TAG="a31b0a3"
-+GIT_DATE="Sun May 31 19:50:52 2015 +0200"
-+GIT_NUM="62"
-+GIT_BRANCH="master"
-+GIT_RELEASE="${PACKAGE_VERSION}-${GIT_BRANCH}-${GIT_NUM}-${GIT_TAG}"
-
- AC_DEFINE_UNQUOTED(NDPI_GIT_RELEASE, "${GIT_RELEASE}", [GIT Release])
- AC_DEFINE_UNQUOTED(NDPI_GIT_DATE, "${GIT_DATE}", [Last GIT change])