svn commit: r481704 - head/net/quagga

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 10 09:38:41 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list