svn commit: r367543 - in head/net/ndpi: . files

Jason E. Hale jhale at FreeBSD.org
Sun Sep 7 13:34:40 UTC 2014


Author: jhale
Date: Sun Sep  7 13:34:39 2014
New Revision: 367543
URL: http://svnweb.freebsd.org/changeset/ports/367543
QAT: https://qat.redports.org/buildarchive/r367543/

Log:
  - Update to 1.5.1
  
  PR:		193418
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com> (maintainer)

Deleted:
  head/net/ndpi/files/patch-example_Makefile.in
Modified:
  head/net/ndpi/Makefile
  head/net/ndpi/distinfo
  head/net/ndpi/files/patch-configure

Modified: head/net/ndpi/Makefile
==============================================================================
--- head/net/ndpi/Makefile	Sun Sep  7 13:02:09 2014	(r367542)
+++ head/net/ndpi/Makefile	Sun Sep  7 13:34:39 2014	(r367543)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	ndpi
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.1
 CATEGORIES=	net
 MASTER_SITES=	SF/ntop/nDPI
-DISTNAME=	libndpi-${PORTVERSION}_r8115
+DISTNAME=	libndpi-${PORTVERSION}
 
 MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	NTOP-maintained superset of the popular OpenDPI library
@@ -22,10 +22,8 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=	 	libtool pathfix pkgconfig compiler:c++11-lang
 WRKSRC=		${WRKDIR}/libndpi-${PORTVERSION}
+INSTALL_TARGET=	install-strip
 
 PLIST_SUB=	MAJOR_VER=${PORTVERSION}
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libndpi.so.1.0.0
-
 .include <bsd.port.mk>

Modified: head/net/ndpi/distinfo
==============================================================================
--- head/net/ndpi/distinfo	Sun Sep  7 13:02:09 2014	(r367542)
+++ head/net/ndpi/distinfo	Sun Sep  7 13:34:39 2014	(r367543)
@@ -1,2 +1,2 @@
-SHA256 (libndpi-1.5.0_r8115.tar.gz) = c37b572b1a46643bfc127af197735c47c7895517ab397a4e5489c0ea82602740
-SIZE (libndpi-1.5.0_r8115.tar.gz) = 1140853
+SHA256 (libndpi-1.5.1.tar.gz) = 32f15bcb273ddaead6cb3d57b47e1afa3cb20bb363d61ef294c5aa57a9c07e58
+SIZE (libndpi-1.5.1.tar.gz) = 516961

Modified: head/net/ndpi/files/patch-configure
==============================================================================
--- head/net/ndpi/files/patch-configure	Sun Sep  7 13:02:09 2014	(r367542)
+++ head/net/ndpi/files/patch-configure	Sun Sep  7 13:34:39 2014	(r367543)
@@ -1,18 +1,18 @@
 --- configure.orig	2014-08-16 00:57:46.212599224 +0600
 +++ configure	2014-08-16 00:58:17.728596731 +0600
-@@ -12619,13 +12619,13 @@
+@@ -12620,13 +12620,8 @@
  
  
  
+-if test -d ".svn"; then :
 -SVN_RELEASE=`svn info . | grep "^Revision"|cut -d " " -f 2`
-+SVN_RELEASE="2014-08-13 21:10:03 +0600 (Wed, 13 Aug 2014)"
- 
- cat >>confdefs.h <<_ACEOF
- #define NDPI_SVN_RELEASE "r${SVN_RELEASE}"
- _ACEOF
- 
 -SVN_DATE=`svn info . | grep "^Last Changed Date"|cut -d " " -f 4-`
-+SVN_DATE="8122"
+-else
+-SVN_RELEASE="${PACKAGE_VERSION}"
+-SVN_DATE=`date`
+-fi
++SVN_RELEASE="8210"
++SVN_DATE="2014-09-06 23:19:42 +0600 (Sat, 06 Sep 2014)"
+ 
  
  cat >>confdefs.h <<_ACEOF
- #define NDPI_SVN_DATE "${SVN_DATE}"


More information about the svn-ports-head mailing list