diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-02-02 18:01:36 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-02-02 18:01:36 +0000 |
commit | a3199719a9d44e0680730ccb90c34c475ba0130b (patch) | |
tree | 92d2f7a44fe00fe483324a1962e96b9357a42d5e /security/softether/Makefile | |
parent | 67d89e60d05161f3486b239cb402fd8916f7fc8e (diff) | |
download | ports-a3199719a9d44e0680730ccb90c34c475ba0130b.tar.gz ports-a3199719a9d44e0680730ccb90c34c475ba0130b.zip |
Notes
Diffstat (limited to 'security/softether/Makefile')
-rw-r--r-- | security/softether/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/softether/Makefile b/security/softether/Makefile index 46126da07cc1..1fb8255d8af1 100644 --- a/security/softether/Makefile +++ b/security/softether/Makefile @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= softether -PORTVERSION= 4.20.9608 -PORTREVISION= 1 +PORTVERSION= 4.25.9656 CATEGORIES= security -MASTER_SITES= http://www.softether-download.com/files/softether/v4.20-9608-rtm-2016.04.17-tree/Source_Code/ -DISTNAME= ${PORTNAME}-src-v4.20-9608-rtm +MASTER_SITES= http://www.softether-download.com/files/softether/v4.25-9656-rtm-2018.01.15-tree/Source_Code/ +DISTNAME= ${PORTNAME}-src-v4.25-9656-rtm MAINTAINER= net@arrishq.net COMMENT= Softether VPN solution @@ -51,7 +50,7 @@ PLIST_SUB+= LOGDIR="${LOGDIR}" SUB_LIST= LOGDIR="${LOGDIR}" # a pity the source directory has such a naming scheme, but well -WRKSRC= ${WRKDIR}/v4.20-9608 +WRKSRC= ${WRKDIR}/v4.25-9656 ALL_TARGET= build |