From owner-svn-ports-all@freebsd.org Fri Jul 1 18:04:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4797EB8F0B1; Fri, 1 Jul 2016 18:04:56 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F10F2FB4; Fri, 1 Jul 2016 18:04:55 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3rh47R2KNPzZsD; Fri, 1 Jul 2016 20:04:51 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id aSErzBRitZcR; Fri, 1 Jul 2016 20:04:48 +0200 (CEST) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Fri, 1 Jul 2016 20:04:47 +0200 (CEST) Subject: Re: svn commit: r417895 - in head/net: ndpi ntopng To: Baptiste Daroussin References: <201607011649.u61Gn9fh068891@repo.freebsd.org> <20160701165811.7bcj7applsqmtsvr@ivaldir.etoilebsd.net> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Guido Falsi Message-ID: Date: Fri, 1 Jul 2016 20:04:34 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160701165811.7bcj7applsqmtsvr@ivaldir.etoilebsd.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="BKqs1CJ2UtSFjQCR1LlbXfO6hlsU80HXc" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2016 18:04:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --BKqs1CJ2UtSFjQCR1LlbXfO6hlsU80HXc Content-Type: multipart/mixed; boundary="vWGoxahQmqWIdkXq21OMun5kabwpS8eMI" From: Guido Falsi To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r417895 - in head/net: ndpi ntopng References: <201607011649.u61Gn9fh068891@repo.freebsd.org> <20160701165811.7bcj7applsqmtsvr@ivaldir.etoilebsd.net> In-Reply-To: <20160701165811.7bcj7applsqmtsvr@ivaldir.etoilebsd.net> --vWGoxahQmqWIdkXq21OMun5kabwpS8eMI Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 07/01/16 18:58, Baptiste Daroussin wrote: > On Fri, Jul 01, 2016 at 04:49:09PM +0000, Guido Falsi wrote: >> Author: madpilot >> Date: Fri Jul 1 16:49:09 2016 >> New Revision: 417895 >> URL: https://svnweb.freebsd.org/changeset/ports/417895 >> >> Log: >> - Update ndpi port to a newer snapshot from github, required by >> ntopng update >> - Update ntopng to 2.4 >> >> Modified: >> head/net/ndpi/Makefile >> head/net/ndpi/distinfo >> head/net/ntopng/Makefile >> head/net/ntopng/distinfo >> head/net/ntopng/pkg-plist >> >> Modified: head/net/ndpi/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/net/ndpi/Makefile Fri Jul 1 16:28:24 2016 (r417894) >> +++ head/net/ndpi/Makefile Fri Jul 1 16:49:09 2016 (r417895) >> @@ -3,9 +3,8 @@ >> =20 >> PORTNAME=3D ndpi >> PORTVERSION=3D 1.8 >> +PORTREVISION=3D 1 >> CATEGORIES=3D net >> -MASTER_SITES=3D SF/ntop/nDPI >> -DISTNAME=3D nDPI-${PORTVERSION} >> =20 >> MAINTAINER=3D madpilot@FreeBSD.org >> COMMENT=3D NTOP-maintained superset of the popular OpenDPI library >> @@ -21,9 +20,13 @@ LIBS+=3D -ljson-c >> GNU_CONFIGURE=3D yes >> USE_LDCONFIG=3D yes >> USES=3D alias autoreconf compiler:c++11-lang libtool pathfix pkgcon= fig tar:tgz >> -WRKSRC=3D ${WRKDIR}/nDPI-${PORTVERSION} >> INSTALL_TARGET=3D install-strip >> =20 >> +USE_GITHUB=3D yes >> +GH_ACCOUNT=3D ntop >> +GH_PROJECT=3D nDPI >> +GH_TAGNAME=3D 6fb81f1 >> + > You could use the tags instead of adding GH_TAGNAME, there is a "1.8" t= ag, so > removing the GH_TAGNAME entirely should just fetch the same sources (di= stfile > name will change) Unluckily I cannot. This isn't the 1.8 tag, but a commit slightly ahead of it in the 1.8-stable branch. There is no tag referencing it. The author told me to reference that. ntopng 2.4 code depends on a field added to a struct in that commit. --=20 Guido Falsi --vWGoxahQmqWIdkXq21OMun5kabwpS8eMI-- --BKqs1CJ2UtSFjQCR1LlbXfO6hlsU80HXc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEyBAEBCAAcBQJXdrC/FRxtYWRwaWxvdEBmcmVlYnNkLm9yZwAKCRAa5oYOVsvS k0pnCACDuDJ0fwk3CV7n6AiDEhxnQhcaY3UhLSm8laHxdruZNcEIVJiWFY/+Y6LP N6uo78RHdk1oFC0RZsnVuf915Gfy3Oyrd/fNbkBV6brIu44fuSL4IA/tghhtENnh lOcJamuUnUOJitV7ElmbnbaGPEy+96eXyZu1Qnk7irpfYMByvM1JhtWznKGbqXxi lAJVTRrVHdbuMYSHSZ84HFThM8RpkP0M3Z3DPv/eEoXd+eHVTtuWfn9OIO3pEibh J4WDhhBYlFY/nSHEl3IopUx2fOMCvjSZBZPy6hNT/Qq46+IYLDXg5gEaJGyLAXmc x9/5Sxh7UCoD2WY+/U75V6f01YZ5 =SPZp -----END PGP SIGNATURE----- --BKqs1CJ2UtSFjQCR1LlbXfO6hlsU80HXc--