From owner-svn-ports-head@freebsd.org Sun Sep 11 16:40:13 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 EBD6ABD61F6; Sun, 11 Sep 2016 16:40:13 +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 A4F62FE5; Sun, 11 Sep 2016 16:40:13 +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 u8BGeCpr067410; Sun, 11 Sep 2016 16:40:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8BGeCOp067406; Sun, 11 Sep 2016 16:40:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609111640.u8BGeCOp067406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 11 Sep 2016 16:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421835 - in head/net-mgmt/bgpq: . files 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: Sun, 11 Sep 2016 16:40:14 -0000 Author: amdmi3 Date: Sun Sep 11 16:40:12 2016 New Revision: 421835 URL: https://svnweb.freebsd.org/changeset/ports/421835 Log: - Add LICENSE - Switch to USES=tar - Cosmetic fixes Modified: head/net-mgmt/bgpq/Makefile head/net-mgmt/bgpq/files/patch-Makefile.in head/net-mgmt/bgpq/pkg-descr Modified: head/net-mgmt/bgpq/Makefile ============================================================================== --- head/net-mgmt/bgpq/Makefile Sun Sep 11 16:38:32 2016 (r421834) +++ head/net-mgmt/bgpq/Makefile Sun Sep 11 16:40:12 2016 (r421835) @@ -5,13 +5,17 @@ PORTNAME= bgpq PORTVERSION= 1.0.9.9 CATEGORIES= net-mgmt MASTER_SITES= http://snar.spb.ru/prog/bgpq/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Bgpq - lightweight access-list generator for Cisco routers -PLIST_FILES= bin/bgpq man/man8/bgpq.8.gz +LICENSE= BSD2CLAUSE BSD4CLAUSE # latter for utils.c +LICENSE_COMB= multi +LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/COPYRIGHT +USES= tar:tgz GNU_CONFIGURE= yes +PLIST_FILES= bin/bgpq man/man8/bgpq.8.gz + .include Modified: head/net-mgmt/bgpq/files/patch-Makefile.in ============================================================================== --- head/net-mgmt/bgpq/files/patch-Makefile.in Sun Sep 11 16:38:32 2016 (r421834) +++ head/net-mgmt/bgpq/files/patch-Makefile.in Sun Sep 11 16:40:12 2016 (r421835) @@ -6,8 +6,8 @@ install: bgpq - $(INSTALL) -s -m 755 bgpq @prefix@@bindir@ - $(INSTALL) -m 644 bgpq.8 @prefix@@mandir@/man8 -+ $(INSTALL) -s -m 755 bgpq $(DESTDIR)@prefix@@bindir@ -+ $(INSTALL) -m 644 bgpq.8 $(DESTDIR)@mandir@/man8 ++ $(BSD_INSTALL_PROGRAM) bgpq $(DESTDIR)@prefix@@bindir@ ++ $(BSD_INSTALL_MAN) bgpq.8 $(DESTDIR)@mandir@/man8 test: bgpq @rm -f test.out ] Modified: head/net-mgmt/bgpq/pkg-descr ============================================================================== --- head/net-mgmt/bgpq/pkg-descr Sun Sep 11 16:38:32 2016 (r421834) +++ head/net-mgmt/bgpq/pkg-descr Sun Sep 11 16:40:12 2016 (r421835) @@ -1,4 +1,3 @@ - This program is a lightweight access- and prefix-list generator for Cisco routers and GateD/Zebra. Access lists are generated based on RADB/RIPE data.