Index: Makefile =================================================================== --- Makefile (revision 412647) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.2.7.6 -PORTREVISION= 1 +DISTVERSION= 0.2.8.2-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Index: distinfo =================================================================== --- distinfo (revision 412647) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.7.6.tar.gz) = 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d -SIZE (tor-0.2.7.6.tar.gz) = 4869754 +SHA256 (tor-0.2.8.2-alpha.tar.gz) = 4756a04dea76395f5caf89de3cd75f05cc8d43576ef0f966cea9259b16eb1628 +SIZE (tor-0.2.8.2-alpha.tar.gz) = 5073910 Index: files/patch-configure =================================================================== --- files/patch-configure (revision 412647) +++ files/patch-configure (working copy) @@ -1,49 +0,0 @@ ---- configure.orig 2012-06-15 03:10:31.000000000 -0400 -+++ configure 2012-06-17 08:46:34.000000000 -0400 -@@ -6319,6 +6319,7 @@ - fi - - -+if false ; then - trylibeventdir="" - - # Check whether --with-libevent-dir was given. -@@ -6645,6 +6646,7 @@ - LIBS="$tor_saved_LIBS" - LDFLAGS="$tor_saved_LDFLAGS" - CPPFLAGS="$tor_saved_CPPFLAGS" -+fi - - - -@@ -6707,6 +6709,7 @@ - fi - - -+if false ; then - if test "$enable_static_libevent" = "yes"; then - if test "$tor_cv_library_libevent_dir" = "(system)"; then - as_fn_error $? "\"You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent\"" "$LINENO" 5 -@@ -6716,6 +6719,7 @@ - else - TOR_LIBEVENT_LIBS="-levent" - fi -+fi - - if test "$enable_bufferevents" = "yes" ; then - if test "$ac_cv_header_event2_bufferevent_ssl_h" != "yes" ; then -@@ -6794,12 +6798,14 @@ - - $as_echo "#define USE_BUFFEREVENTS 1" >>confdefs.h - -+if false ; then - if test "$enable_static_libevent" = "yes"; then - TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent_openssl.a $TOR_LIBEVENT_LIBS" - else - TOR_LIBEVENT_LIBS="-levent_openssl $TOR_LIBEVENT_LIBS" - fi - fi -+fi - - -