From owner-svn-ports-head@freebsd.org Sat Oct 22 09:03: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 32E55C1B93A; Sat, 22 Oct 2016 09:03: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 DB90929A; Sat, 22 Oct 2016 09:03:53 +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 u9M93qfC043633; Sat, 22 Oct 2016 09:03:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M93qHS043631; Sat, 22 Oct 2016 09:03:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610220903.u9M93qHS043631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 22 Oct 2016 09:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424455 - head/net-mgmt/bandwidthd 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: Sat, 22 Oct 2016 09:03:54 -0000 Author: amdmi3 Date: Sat Oct 22 09:03:52 2016 New Revision: 424455 URL: https://svnweb.freebsd.org/changeset/ports/424455 Log: - Fix LICENSE - Switch to options helpers Modified: head/net-mgmt/bandwidthd/Makefile head/net-mgmt/bandwidthd/distinfo Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Sat Oct 22 08:28:30 2016 (r424454) +++ head/net-mgmt/bandwidthd/Makefile Sat Oct 22 09:03:52 2016 (r424455) @@ -10,29 +10,32 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Tracks bandwidth usage by IP address -LICENSE= GPLv2 +LICENSE= GPLv3+ # "any version of the GPL that is current as of your download" LIB_DEPENDS= libgd.so:graphics/gd -SUB_FILES= bandwidthd - -USE_CSTD= gnu89 - +USES= gmake tar:tgz GNU_CONFIGURE= YES CONFIGURE_ARGS= ac_cv_lib_iconv_libiconv_open=no \ ac_cv_lib_m_pow=no \ ac_cv_lib_png_png_read_info=no \ ac_cv_lib_pq_PQconnectdb=no -USES= gmake tar:tgz +USE_CSTD= gnu89 + +SUB_FILES= bandwidthd + +OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e '/requires.*libpng/,/exit/d' \ + @${REINPLACE_CMD} -e '/requires.*libpng/,/exit/d' \ ${WRKSRC}/configure post-install: ${INSTALL_SCRIPT} ${WRKDIR}/bandwidthd \ - ${STAGEDIR}${PREFIX}/etc/rc.d - ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${STAGEDIR}${PREFIX}/etc/rc.d + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/net-mgmt/bandwidthd/distinfo ============================================================================== --- head/net-mgmt/bandwidthd/distinfo Sat Oct 22 08:28:30 2016 (r424454) +++ head/net-mgmt/bandwidthd/distinfo Sat Oct 22 09:03:52 2016 (r424455) @@ -1,2 +1,3 @@ +TIMESTAMP = 1476707733 SHA256 (bandwidthd-2.0.1.tgz) = 6ddbb80f7585658425fe31f6ccd293df9754052e012376af11814566ca878306 SIZE (bandwidthd-2.0.1.tgz) = 140687