Date: Wed, 10 Oct 2018 09:38:40 +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: r481704 - head/net/quagga Message-ID: <201810100938.w9A9ceAL017305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Oct 10 09:38:40 2018 New Revision: 481704 URL: https://svnweb.freebsd.org/changeset/ports/481704 Log: - Fix LICENSE - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/net/quagga/Makefile head/net/quagga/pkg-descr Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Wed Oct 10 09:08:40 2018 (r481703) +++ head/net/quagga/Makefile Wed Oct 10 09:38:40 2018 (r481704) @@ -10,7 +10,8 @@ MASTER_SITES= SAVANNAH MAINTAINER= pi@FreeBSD.org COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gawk:lang/gawk Modified: head/net/quagga/pkg-descr ============================================================================== --- head/net/quagga/pkg-descr Wed Oct 10 09:08:40 2018 (r481703) +++ head/net/quagga/pkg-descr Wed Oct 10 09:38:40 2018 (r481704) @@ -5,4 +5,4 @@ to mention a few. Quagga is a fork of GNU Zebra which by Kunihiro Ishiguro. The Quagga tree aims to build a more involved community around Quagga than the current centralised model of GNU Zebra. -WWW: http://www.quagga.net/ +WWW: https://www.quagga.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810100938.w9A9ceAL017305>