diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2014-04-29 07:26:09 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2014-04-29 07:26:09 +0000 |
commit | 7b42113d110a802c1ee090dfcca5d34d50962d8b (patch) | |
tree | f8e489e3c849bc3a20f50dc971101fa324dead57 /security/tor-devel | |
parent | 0bec74d5fbc17de0570ac2dd1704e9ff36f7a2a2 (diff) | |
download | ports-7b42113d110a802c1ee090dfcca5d34d50962d8b.tar.gz ports-7b42113d110a802c1ee090dfcca5d34d50962d8b.zip |
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 4 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 98a7a5b474c5..b2d00b622323 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.5.2-alpha +DISTVERSION= 0.2.5.4-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel @@ -123,7 +123,7 @@ post-patch: post-configure: @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ "s|-lpthread|${PTHREAD_LIBS}|g" - @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(regular_mans:=.1) doc/torify.1|' \ + @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(install_mans:=.1)|' \ ${WRKSRC}/Makefile .if ! ${PORT_OPTIONS:MTOR2WEB} diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 6aa559463f82..c96ad08ff2d6 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.5.2-alpha.tar.gz) = 32a1d6dbfa4527fdaebfcb093f1d35cf464877b83b717a2ee0031e4f1f85b805 -SIZE (tor-0.2.5.2-alpha.tar.gz) = 2961889 +SHA256 (tor-0.2.5.4-alpha.tar.gz) = 92ec86e009cc859a3e18fcf286d8699fa393fb08047aab37295e22ea62a5219d +SIZE (tor-0.2.5.4-alpha.tar.gz) = 3074918 |