Hi,
On 2008/08/01 10:58, [EMAIL PROTECTED] wrote:
> This updates tor to the current stable version. It compiles and runs
> on my i386 and alpha, but should probably be tested further.
Ports is in a pre-release lock at the moment. Please send to the
person listed as maintainer ("make show=MAINTAINER" in the port
directory) when you notice things are unlocked.
> This patch may be deficient somehow, I've never done this before.
That's ok, everyone learns somehow :)
> diff -ur oldtor/Makefile tor/Makefile
> --- oldtor/Makefile Sat Jan 19 11:03:21 2008
> +++ tor/Makefile Fri Aug 1 09:25:41 2008
You might find it easier to work against a CVS checkout and use
the cvs commands to create diffs, etc.
> diff -ur oldtor/patches/patch-configure tor/patches/patch-configure
> --- oldtor/patches/patch-configure Sun Nov 4 03:39:20 2007
> +++ tor/patches/patch-configure Fri Aug 1 10:06:29 2008
> @@ -1,10 +1,9 @@
> -$OpenBSD: patch-configure,v 1.7 2007/11/04 08:39:20 rui Exp $
...
Please use "make update-patches" to generate your patch files.
You probably also need to "make plist" to regenerate the
plist (but check the difference from the previous version).