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

Mathieu Arnold mat at FreeBSD.org
Sat Jul 2 20:01:51 UTC 2016


+--On 1 juillet 2016 20:04:34 +0200 Guido Falsi <madpilot at FreeBSD.org>
wrote:
| 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.

If this is not 1.8, it should not be called 1.8 but 1.8.1 or similar.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160702/be7775dd/attachment.sig>


More information about the svn-ports-all mailing list