Skip to content

Commit

Permalink
Final tweaks in re issue #8 (Thanks, @Yawning). Fix up licenses
Browse files Browse the repository at this point in the history
on all of the ports.  Deal with portcheck nits
  • Loading branch information
haqistan committed Aug 10, 2017
1 parent a57245a commit ac253a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion devel/go-goptlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HOMEPAGE = https://www.torproject.org/docs/pluggable-transports

MAINTAINER = Sean Levy <[email protected]>

# BSD
# CC0
PERMIT_PACKAGE_CDROM = Yes

MODULES += lang/go
Expand Down
14 changes: 6 additions & 8 deletions net/obfs4proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

# 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 \
Expand Down
4 changes: 2 additions & 2 deletions net/obfs4proxy/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion security/go-siphash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HOMEPAGE = https://github.com/dchest/siphash

MAINTAINER = Sean Levy <[email protected]>

# BSD
# CC0
PERMIT_PACKAGE_CDROM = Yes

MODULES += lang/go
Expand Down

0 comments on commit ac253a5

Please sign in to comment.