diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-02 14:36:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-02 14:36:32 +0800 |
commit | 0674ca229d42b714474184b4c137240a6ead9adc (patch) | |
tree | dfc23e402aeba9eb277cc3ca63f1610602e72d3d /net | |
parent | 1a8c3195e6bfdcbe08f572d58d581d92c2c1d394 (diff) | |
download | freebsd-ports-gnome-0674ca229d42b714474184b4c137240a6ead9adc.tar.gz freebsd-ports-gnome-0674ca229d42b714474184b4c137240a6ead9adc.tar.zst freebsd-ports-gnome-0674ca229d42b714474184b4c137240a6ead9adc.zip |
- Update to 0.2.2.r554
PR: 176542
Submitted by: Ports Fury
Diffstat (limited to 'net')
-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 |