[66318] trunk/dports/security/tor-devel

boeyms at macports.org boeyms at macports.org
Thu Apr 8 21:07:26 PDT 2010


Revision: 66318
          http://trac.macports.org/changeset/66318
Author:   boeyms at macports.org
Date:     2010-04-08 21:07:24 -0700 (Thu, 08 Apr 2010)
Log Message:
-----------
security/tor-devel: update to latest version (0.2.2.10-alpha).

tor-devel now refuses to configure in the absence of asciidoc unless the
--disable-asciidoc switch is passed.  Unfortunately, this also disables the
installation of the provided documentation unless doc/Makefile.in is patched.
This appears to be an upstream bug.

Modified Paths:
--------------
    trunk/dports/security/tor-devel/Portfile

Added Paths:
-----------
    trunk/dports/security/tor-devel/files/patch-doc__Makefile.in.diff

Modified: trunk/dports/security/tor-devel/Portfile
===================================================================
--- trunk/dports/security/tor-devel/Portfile	2010-04-09 04:02:25 UTC (rev 66317)
+++ trunk/dports/security/tor-devel/Portfile	2010-04-09 04:07:24 UTC (rev 66318)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             tor-devel
-version          0.2.2.7-alpha
+version          0.2.2.10-alpha
 categories       security
 maintainers      boeyms openmaintainer
 description      anonymizing overlay network for TCP
@@ -19,16 +19,17 @@
 master_sites     ${homepage}dist/
 distname         tor-${version}
 
-checksums        md5    0c87948b21f530093112c619eb98f445\
-                 sha1   85d30e3f6e9533fb31544fa5725379f6040394b6\
-                 rmd160 1dcc140825d8f6a241e2935d7840566609e887ba
+checksums        md5    e2576c3c355b1c6830c91fb0643f06be\
+                 sha1   92f34cb685ac35d4869d81afd87bd67158a9f943\
+                 rmd160 cd16bc2d6d57962161a1e4a0cb87f7c2b6437ca9
 
-patchfiles       patch-contrib__torify.in.diff
+patchfiles       patch-doc__Makefile.in.diff patch-contrib__torify.in.diff
 
 depends_lib      port:libevent port:openssl port:zlib
 configure.args   --with-libevent-dir=${prefix} \
                  --with-openssl-dir=${prefix} \
-                 --with-zlib-dir=${prefix}
+                 --with-zlib-dir=${prefix} \
+                 --disable-asciidoc
 
 post-destroot {
     set tsocksconf  ${destroot}${prefix}/etc/tor/tor-tsocks.conf 

Added: trunk/dports/security/tor-devel/files/patch-doc__Makefile.in.diff
===================================================================
--- trunk/dports/security/tor-devel/files/patch-doc__Makefile.in.diff	                        (rev 0)
+++ trunk/dports/security/tor-devel/files/patch-doc__Makefile.in.diff	2010-04-09 04:07:24 UTC (rev 66318)
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig	2010-03-07 07:36:30.000000000 +0000
++++ doc/Makefile.in	2010-04-06 14:23:44.000000000 +0000
+@@ -198,7 +198,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ @USE_ASCIIDOC_FALSE at asciidoc_files = 
+- at USE_ASCIIDOC_TRUE@asciidoc_files = tor tor-gencert tor-resolve torify
++asciidoc_files = tor tor-gencert tor-resolve torify
+ html_in = $(asciidoc_files:=.html.in)
+ man_in = $(asciidoc_files:=.1.in)
+ EXTRA_DIST = HACKING asciidoc-helper.sh                      \


Property changes on: trunk/dports/security/tor-devel/files/patch-doc__Makefile.in.diff
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100408/ec14827c/attachment.html>


More information about the macports-changes mailing list