net/ndpi: Update version 1.6=>1.7

This commit is contained in:
Muhammad Moinur Rahman 2015-11-21 22:35:39 +00:00
parent c6c0fe495d
commit f23cc2478e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402205
3 changed files with 3 additions and 32 deletions

View File

@ -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}

View File

@ -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

View File

@ -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])