mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net/dhcprelya: correct license, BSD-4 => BSD-3-clause
The previous commit incorrectly listed the license as 4-clause BSD. The error probably came from the clauses being listed as 1, 2, 4. Revbump! PR: 190932 Reported by: eadler
This commit is contained in:
parent
4797fbbb74
commit
62ab731bf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358327
1 changed files with 2 additions and 1 deletions
|
@ -3,12 +3,13 @@
|
||||||
|
|
||||||
PORTNAME= dhcprelya
|
PORTNAME= dhcprelya
|
||||||
PORTVERSION= 4.8
|
PORTVERSION= 4.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
MAINTAINER= sem@FreeBSD.org
|
MAINTAINER= sem@FreeBSD.org
|
||||||
COMMENT= Lightweight DHCP relay agent. Yandex edition
|
COMMENT= Lightweight DHCP relay agent. Yandex edition
|
||||||
|
|
||||||
LICENSE= BSD4CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= sem-hub
|
GH_ACCOUNT= sem-hub
|
||||||
|
|
Loading…
Add table
Reference in a new issue