diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-07 23:50:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-07 23:50:29 +0800 |
commit | 2eb8de88b65a8f15480f5fdc2895676b019ec9ac (patch) | |
tree | 2e5786b03afc36d72281e0c158fc1b19481295fd /security | |
parent | 56f9de2b605e6770093fa8e087b7c4d9c064f9c3 (diff) | |
download | freebsd-ports-gnome-2eb8de88b65a8f15480f5fdc2895676b019ec9ac.tar.gz freebsd-ports-gnome-2eb8de88b65a8f15480f5fdc2895676b019ec9ac.tar.zst freebsd-ports-gnome-2eb8de88b65a8f15480f5fdc2895676b019ec9ac.zip |
- Update to 5.9
- While here, clarify LICENSE and add LICENSE_FILE
PR: 210887
Submitted by: stargrave@stargrave.org (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/govpn/Makefile | 5 | ||||
-rw-r--r-- | security/govpn/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/govpn/Makefile b/security/govpn/Makefile index f86563ac17c3..46e14dd122b1 100644 --- a/security/govpn/Makefile +++ b/security/govpn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= govpn -PORTVERSION= 5.8 +PORTVERSION= 5.9 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \ http://sourceforge.net/projects/govpn/files/ @@ -10,7 +10,8 @@ MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \ MAINTAINER= stargrave@stargrave.org COMMENT= Simple secure, DPI-resistant VPN daemon -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= go:lang/go diff --git a/security/govpn/distinfo b/security/govpn/distinfo index d23cf0563bfe..1066592f829b 100644 --- a/security/govpn/distinfo +++ b/security/govpn/distinfo @@ -1,2 +1,2 @@ -SHA256 (govpn-5.8.tar.xz) = a730dc3bbb97bc412a80f529b0f3043e70d011387f5d579cbd2e29964ddf94f4 -SIZE (govpn-5.8.tar.xz) = 320448 +SHA256 (govpn-5.9.tar.xz) = ff6afd2a9ef51a3c6640a33c63b060490f7d9460220307c4cb7e2f6226497945 +SIZE (govpn-5.9.tar.xz) = 323488 |