svn commit: r417895 - in head/net: ndpi ntopng

Guido Falsi madpilot at FreeBSD.org
Fri Jul 1 18:04:56 UTC 2016


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
>> ==============================================================================
>> --- 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 @@
>>  
>>  PORTNAME=	ndpi
>>  PORTVERSION=	1.8
>> +PORTREVISION=	1
>>  CATEGORIES=	net
>> -MASTER_SITES=	SF/ntop/nDPI
>> -DISTNAME=	nDPI-${PORTVERSION}
>>  
>>  MAINTAINER=	madpilot at FreeBSD.org
>>  COMMENT=	NTOP-maintained superset of the popular OpenDPI library
>> @@ -21,9 +20,13 @@ LIBS+=		-ljson-c
>>  GNU_CONFIGURE=	yes
>>  USE_LDCONFIG=	yes
>>  USES=	 	alias autoreconf compiler:c++11-lang libtool pathfix pkgconfig tar:tgz
>> -WRKSRC=		${WRKDIR}/nDPI-${PORTVERSION}
>>  INSTALL_TARGET=	install-strip
>>  
>> +USE_GITHUB=	yes
>> +GH_ACCOUNT=	ntop
>> +GH_PROJECT=	nDPI
>> +GH_TAGNAME=	6fb81f1
>> +
> You could use the tags instead of adding GH_TAGNAME, there is a "1.8" tag, so
> removing the GH_TAGNAME entirely should just fetch the same sources (distfile
> 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.

-- 
Guido Falsi <madpilot at FreeBSD.org>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 502 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160701/79905ffa/attachment.sig>


More information about the svn-ports-all mailing list