diff --git a/devel/go-goptlib/Makefile b/devel/go-goptlib/Makefile index 8c6a860..1dfef7e 100644 --- a/devel/go-goptlib/Makefile +++ b/devel/go-goptlib/Makefile @@ -14,7 +14,7 @@ HOMEPAGE = https://www.torproject.org/docs/pluggable-transports MAINTAINER = Sean Levy -# BSD +# CC0 PERMIT_PACKAGE_CDROM = Yes MODULES += lang/go diff --git a/net/obfs4proxy/Makefile b/net/obfs4proxy/Makefile index 1a7a6b8..1fc2679 100644 --- a/net/obfs4proxy/Makefile +++ b/net/obfs4proxy/Makefile @@ -2,26 +2,24 @@ COMMENT = a look-like nothing obfuscation protocol for TCP -V = 0.0.7 -DISTNAME = obfs4proxy-${V} - -WANTLIB += c pthread - -MASTER_SITES = https://people.torproject.org/~yawning/releases/obfs4proxy/ +DISTNAME = obfs4proxy-0.0.7 +MASTER_SITES = https://people.torproject.org/~yawning/releases/obfs4proxy/ EXTRACT_SUFX = .tar.xz CATEGORIES = net www -HOMEPAGE = https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/README.md +HOMEPAGE = \ +https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/README.md MAINTAINER = Sean Levy # BSD PERMIT_PACKAGE_CDROM = Yes +WANTLIB += c pthread + MODULES += lang/go -#MODGO_SUBDIR = ${WRKDIR}/${GH_PROJECT}-obfs4proxy-${GH_TAGNAME} ALL_TARGET_BASE = git.torproject.org/pluggable-transports/obfs4.git WRKSRC = ${MODGO_WORKSPACE}/src/${ALL_TARGET_BASE} ALL_TARGET = ${ALL_TARGET_BASE}/obfs4proxy \ diff --git a/net/obfs4proxy/distinfo b/net/obfs4proxy/distinfo index 15e93b8..3d9e4b7 100644 --- a/net/obfs4proxy/distinfo +++ b/net/obfs4proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (obfs4proxy-0.0.7.tar.gz) = ji8Py5PMx4hgHQDoRndiT2oDt4X9LhnkF0Cl0VrjUQ4= -SIZE (obfs4proxy-0.0.7.tar.gz) = 67479 +SHA256 (obfs4proxy-0.0.7.tar.xz) = wHoaaQ66swV8i1ZuGkkCQ5x30bpcNbv0L83FtGqzymM= +SIZE (obfs4proxy-0.0.7.tar.xz) = 56184 diff --git a/security/go-siphash/Makefile b/security/go-siphash/Makefile index 102a56f..1569321 100644 --- a/security/go-siphash/Makefile +++ b/security/go-siphash/Makefile @@ -14,7 +14,7 @@ HOMEPAGE = https://github.com/dchest/siphash MAINTAINER = Sean Levy -# BSD +# CC0 PERMIT_PACKAGE_CDROM = Yes MODULES += lang/go