Date: Fri, 3 Jan 2014 22:28:36 -0500 From: Brendan Fabeny <bf1783@gmail.com> To: Baptiste Daroussin <bapt@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Brendan Fabeny <bf@freebsd.org> Subject: Re: svn commit: r338607 - in head/security: tor tor-devel Message-ID: <CAGFTUwOUDauWNPyPpity1gDn%2BPFit4HFp8W8VYGN5xw1NvxtEA@mail.gmail.com> In-Reply-To: <20140104003434.GD19702@ithaqua.etoilebsd.net> References: <201401040029.s040TqgU024391@svn.freebsd.org> <20140104003434.GD19702@ithaqua.etoilebsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 1/3/14, Baptiste Daroussin <bapt@freebsd.org> wrote: > On Sat, Jan 04, 2014 at 12:29:52AM +0000, Brendan Fabeny wrote: >> Author: bf >> Date: Sat Jan 4 00:29:51 2014 >> New Revision: 338607 >> URL: http://svnweb.freebsd.org/changeset/ports/338607 >> >> Log: >> Update tor and tor-devel to 0.2.4.20 >> >> Modified: >> head/security/tor-devel/Makefile >> head/security/tor-devel/distinfo >> head/security/tor/Makefile >> head/security/tor/distinfo >> head/security/tor/pkg-plist >> >> Modified: head/security/tor-devel/Makefile >> ============================================================================== >> --- head/security/tor-devel/Makefile Sat Jan 4 00:28:42 2014 (r338606) >> +++ head/security/tor-devel/Makefile Sat Jan 4 00:29:51 2014 (r338607) >> @@ -2,7 +2,7 @@ >> # $FreeBSD$ >> >> PORTNAME= tor >> -DISTVERSION= 0.2.4.18-rc >> +DISTVERSION= 0.2.4.20 >> CATEGORIES= security net ipv6 >> MASTER_SITES= https://www.torproject.org/dist/ \ >> ftp://ftp.bit.nl/mirror/tor/ \ >> @@ -47,7 +47,7 @@ PKGNAMESUFFIX= -devel >> MAINTAINER= bf@FreeBSD.org >> COMMENT= An anonymizing overlay network for TCP >> >> -LICENSE= BSD >> +LICENSE= BSD3CLAUSE >> LICENSE_FILE= ${WRKSRC}/LICENSE >> >> GNU_CONFIGURE= yes >> >> Modified: head/security/tor-devel/distinfo >> ============================================================================== >> --- head/security/tor-devel/distinfo Sat Jan 4 00:28:42 2014 (r338606) >> +++ head/security/tor-devel/distinfo Sat Jan 4 00:29:51 2014 (r338607) >> @@ -1,2 +1,2 @@ >> -SHA256 (tor-0.2.4.18-rc.tar.gz) = >> e4e644274e24c2270f638fbcbe1c9167607ec98332a1cef4c3d03f408eb3aef5 >> -SIZE (tor-0.2.4.18-rc.tar.gz) = 2854762 >> +SHA256 (tor-0.2.4.20.tar.gz) = >> ccc51747cbcbf98f658c34d5c693ff8a868698da0349d056e98287ef2e294d9f >> +SIZE (tor-0.2.4.20.tar.gz) = 2867180 >> >> Modified: head/security/tor/Makefile >> ============================================================================== >> --- head/security/tor/Makefile Sat Jan 4 00:28:42 2014 (r338606) >> +++ head/security/tor/Makefile Sat Jan 4 00:29:51 2014 (r338607) >> @@ -2,8 +2,7 @@ >> # $FreeBSD$ >> >> PORTNAME= tor >> -DISTVERSION= 0.2.3.25 >> -PORTREVISION= 1 >> +DISTVERSION= 0.2.4.20 >> CATEGORIES= security net ipv6 >> MASTER_SITES= https://www.torproject.org/dist/ \ >> ftp://ftp.bit.nl/mirror/tor/ \ >> @@ -49,7 +48,7 @@ MASTER_SITES= https://www.torproject.org >> MAINTAINER= bf@FreeBSD.org >> COMMENT= An anonymizing overlay network for TCP >> >> -LICENSE= BSD >> +LICENSE= BSD3CLAUSE >> LICENSE_FILE= ${WRKSRC}/LICENSE >> >> GNU_CONFIGURE= yes >> @@ -109,6 +108,10 @@ CONFIGURE_ARGS+= --disable-gcc-hardening >> WITH_OPENSSL_PORT= yes >> .endif >> >> +.if ( ${OSVERSION} < 800038 ) >> +CPPFLAGS+= -DSTAILQ_ENTRY=SIMPLEQ_ENTRY >> +.endif >> + > What is the point of adding tests for unsupported versions? It was already present in the -devel port from an earlier workaround, and I didn't bother to remove it when I reconciled the two because a few users told me that they still use 7.4. But I'll probably yank it soon, and point them to the commit. B.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGFTUwOUDauWNPyPpity1gDn%2BPFit4HFp8W8VYGN5xw1NvxtEA>