Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2016 10:42:53 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427489 - head/net/ndpi
Message-ID:  <201612011042.uB1Agrpv072229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec  1 10:42:53 2016
New Revision: 427489
URL: https://svnweb.freebsd.org/changeset/ports/427489

Log:
  - Fix license
  - Add LICENSE_FILE
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  - Remove post-patch, redundant with USES=pathfix
  
  Approved by:	portmgr blanket

Modified:
  head/net/ndpi/Makefile

Modified: head/net/ndpi/Makefile
==============================================================================
--- head/net/ndpi/Makefile	Thu Dec  1 10:40:20 2016	(r427488)
+++ head/net/ndpi/Makefile	Thu Dec  1 10:42:53 2016	(r427489)
@@ -9,7 +9,8 @@ CATEGORIES=	net
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	NTOP-maintained superset of the popular OpenDPI library
 
-LICENSE=	GPLv3
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libjson-c.so:devel/json-c
 
@@ -19,7 +20,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 LIBS+=		-ljson-c
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=	 	autoreconf compiler:c++11-lang libtool pathfix pkgconfig tar:tgz
+USES=	 	autoreconf compiler:c++11-lang libtool pathfix pkgconfig
 INSTALL_TARGET=	install-strip
 
 USE_GITHUB=	yes
@@ -29,8 +30,4 @@ GH_TAGNAME=	6fb81f1
 
 PLIST_SUB=	MAJOR_VER=${PORTVERSION}.0
 
-post-patch:
-	${REINPLACE_CMD} 's|$$(libdir)|$$(libdir)data|' \
-		${WRKSRC}/Makefile.am
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612011042.uB1Agrpv072229>