[57304] trunk/dports/news/hellanzb
Ryan Schmidt
ryandesign at macports.org
Tue Sep 8 21:05:26 PDT 2009
On Sep 8, 2009, at 22:58, jameskyle at macports.org wrote:
> Revision: 57304
> http://trac.macports.org/changeset/57304
> Author: jameskyle at macports.org
> Date: 2009-09-08 20:58:55 -0700 (Tue, 08 Sep 2009)
> Log Message:
> -----------
> Patched the hellanzb source to suppress deprecation warnings. Kind
> of annoying.
It looks like you did more than that, so you should revise the commit
message to show all you did.
[snip
> Added: trunk/dports/news/hellanzb/files/patch-hellanzb.py.diff
> ===================================================================
> --- trunk/dports/news/hellanzb/files/patch-
> hellanzb.py.diff (rev 0)
> +++ trunk/dports/news/hellanzb/files/patch-hellanzb.py.diff
> 2009-09-09 03:58:55 UTC (rev 57304)
> @@ -0,0 +1,18 @@
> +--- hellanzb.py 2007-03-26 21:20:43.000000000 -0700
> ++++ /opt/local/bin/hellanzb.py 2009-09-07 10:39:03.000000000 -0700
> +@@ -1,4 +1,4 @@
> +-#!/usr/bin/env python
> ++#!/opt/local/Library/Frameworks/Python.framework/Versions/2.6/
> Resources/Python.app/Contents/MacOS/Python
[snip]
You can't hardcode /opt/local; you must arrange for ${prefix} to
appear here somehow, perhaps through a reinplace.
More information about the macports-dev
mailing list