diff options
-rw-r--r-- | net/onioncat/Makefile | 7 | ||||
-rw-r--r-- | net/onioncat/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/onioncat/Makefile b/net/onioncat/Makefile index 61d5301a8ef7..198f6676ba0c 100644 --- a/net/onioncat/Makefile +++ b/net/onioncat/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= onioncat -PORTVERSION= 0.2.2.r553 +PORTVERSION= 0.2.2.r554 CATEGORIES= net security -MASTER_SITES= http://www.cypherpunk.at/ocat/download/Source/stable/ +MASTER_SITES= https://www.cypherpunk.at/ocat/download/Source/stable/ MAINTAINER= ports@FreeBSD.org COMMENT= IP-transparent Tor Hidden Service connector @@ -14,8 +14,7 @@ LICENSE= GPLv3 RUN_DEPENDS= tor:${PORTSDIR}/security/tor GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" +CONFIGURE_ENV= PTHREAD_LIBS="-pthread" MAKE_JOBS_SAFE= yes USE_RC_SUBR= ${PORTNAME} diff --git a/net/onioncat/distinfo b/net/onioncat/distinfo index 2b1e9ee9f5ad..0b31771ea09f 100644 --- a/net/onioncat/distinfo +++ b/net/onioncat/distinfo @@ -1,2 +1,2 @@ -SHA256 (onioncat-0.2.2.r553.tar.gz) = fe33e95f29e1a88349d89f7f2ff18d546571ada6278962980acb4d6ee6424b7d -SIZE (onioncat-0.2.2.r553.tar.gz) = 192210 +SHA256 (onioncat-0.2.2.r554.tar.gz) = f44686696a9dda53ebad9f4fe06bdd0d313a2536f04703e2a277c3c174e5dbb7 +SIZE (onioncat-0.2.2.r554.tar.gz) = 200437 |