From 9411c9551820f33664cb7d9a87bca8e4eeecf6c8 Mon Sep 17 00:00:00 2001 From: gman999 Date: Wed, 9 Aug 2017 10:30:19 -0400 Subject: [PATCH] change from GH as per https://github.com/torbsd/openbsd-ports/issues/8 from Yawning, EXTRACT_SUFX change, homepage to specs --- net/obfs4proxy/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/net/obfs4proxy/Makefile b/net/obfs4proxy/Makefile index 42115f9..54e7106 100644 --- a/net/obfs4proxy/Makefile +++ b/net/obfs4proxy/Makefile @@ -2,15 +2,16 @@ COMMENT = a look-like nothing obfuscation protocol for TCP -GH_ACCOUNT = Yawning -GH_PROJECT = obfs4 -GH_TAGNAME = 0.0.7 -DISTNAME = obfs4proxy-${GH_TAGNAME} -MASTER_SITES = https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/ +V = 0.0.7 +DISTNAME = obfs4proxy-${V} + +MASTER_SITES = https://people.torproject.org/~yawning/releases/obfs4proxy/ + +EXTRACT_SUFX = .tar.xz CATEGORIES = net www -HOMEPAGE = https://www.torproject.org/docs/pluggable-transports +HOMEPAGE = https://github.com/Yawning/obfs4/blob/master/doc/obfs4-spec.txt MAINTAINER = Sean Levy