Bug 187031 - [patch] Update security/tor-devel to 0.2.5.2-alpha
Summary: [patch] Update security/tor-devel to 0.2.5.2-alpha
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Brendan Fabeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-25 13:30 UTC by Fabian Keil
Modified: 2014-03-05 05:10 UTC (History)
0 users

See Also:


Attachments
file.txt (1.52 KB, text/plain)
2014-02-25 13:30 UTC, Fabian Keil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Keil 2014-02-25 13:30:00 UTC
The attached patch updates security/tor-devel to 0.2.5.2-alpha.

Redports logs are available at:
https://redports.org/buildarchive/20140225105129-36151/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-25 13:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bf

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-05 05:00:16 UTC
Author: bf
Date: Wed Mar  5 05:00:08 2014
New Revision: 347095
URL: http://svnweb.freebsd.org/changeset/ports/347095
QAT: https://qat.redports.org/buildarchive/r347095/

Log:
  Update to 0.2.5.2-alpha
  
  PR:		187031
  Submitted by:	F. Keil

Modified:
  head/security/tor-devel/Makefile
  head/security/tor-devel/distinfo

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Wed Mar  5 03:21:24 2014	(r347094)
+++ head/security/tor-devel/Makefile	Wed Mar  5 05:00:08 2014	(r347095)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tor
-DISTVERSION=	0.2.4.20
+DISTVERSION=	0.2.5.2-alpha
 CATEGORIES=	security net ipv6
 MASTER_SITES=	TOR
 PKGNAMESUFFIX=	-devel
@@ -55,6 +55,7 @@ CONFIGURE_ARGS+=	--disable-gcc-hardening
 
 .if ${PORT_OPTIONS:MBUFFEREVENTS}
 CONFIGURE_ARGS+=	--enable-bufferevents
+BROKEN=	some functions are hidden from the test binaries that use them WITH_BUFFEREVENTS
 .else
 CONFIGURE_ARGS+=	--disable-bufferevents
 .endif
@@ -122,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)|' \
+	@${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(regular_mans:=.1) doc/torify.1|' \
 		${WRKSRC}/Makefile
 
 .if ! ${PORT_OPTIONS:MTOR2WEB}

Modified: head/security/tor-devel/distinfo
==============================================================================
--- head/security/tor-devel/distinfo	Wed Mar  5 03:21:24 2014	(r347094)
+++ head/security/tor-devel/distinfo	Wed Mar  5 05:00:08 2014	(r347095)
@@ -1,2 +1,2 @@
-SHA256 (tor-0.2.4.20.tar.gz) = ccc51747cbcbf98f658c34d5c693ff8a868698da0349d056e98287ef2e294d9f
-SIZE (tor-0.2.4.20.tar.gz) = 2867180
+SHA256 (tor-0.2.5.2-alpha.tar.gz) = 32a1d6dbfa4527fdaebfcb093f1d35cf464877b83b717a2ee0031e4f1f85b805
+SIZE (tor-0.2.5.2-alpha.tar.gz) = 2961889
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Brendan Fabeny freebsd_committer freebsd_triage 2014-03-05 05:08:55 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!