From owner-svn-ports-head@freebsd.org Thu Dec 1 10:42:54 2016 Return-Path: Delivered-To: svn-ports-head@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 A561AC60DB7; Thu, 1 Dec 2016 10:42:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 6DF6710DE; Thu, 1 Dec 2016 10:42:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB1Agra6072230; Thu, 1 Dec 2016 10:42:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB1Agrpv072229; Thu, 1 Dec 2016 10:42:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612011042.uB1Agrpv072229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Dec 2016 10:42:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427489 - head/net/ndpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 10:42:54 -0000 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