openbsd-ports/x11/gnome/development-monitor/patches/patch-gnome_py
2010-04-04 07:53:52 +00:00

19 lines
681 B
Plaintext

$OpenBSD: patch-gnome_py,v 1.2 2010/04/04 07:53:52 ajacoutot Exp $
--- gnome.py.orig Fri Jan 8 12:34:23 2010
+++ gnome.py Sun Apr 4 09:45:09 2010
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!${MODPY_BIN}
# SVN Commits Mailing List Parser
# For generating weekly commit digests
@@ -236,7 +236,7 @@ class Stats:
RE_EXP = "^\[([\w+\-/]+)\] (.*)"
RE_TRANSLATION_MESSAGE = ".*([Tt]ranslation|[Tt]ranslations]|[Ll]anguage).*"
- LIST_ARCHIVE_URL = "http://mail.gnome.org/archives/svn-commits-list/%s/date.html"
+ LIST_ARCHIVE_URL = "http://mail.gnome.org/archives/commits-list/%s/date.html"
TRANSLATION_INCLUDE = "include"
TRANSLATION_EXCLUDE = "exclude"