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

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 1 16:58:15 UTC 2016


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)

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160701/200cc7ac/attachment.sig>


More information about the svn-ports-all mailing list