Fix LIST_ARCHIVE_URL.

This commit is contained in:
ajacoutot 2010-04-04 07:53:52 +00:00
parent 0e55da1d2f
commit 69633fc6bd
2 changed files with 14 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2010/03/21 10:37:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2010/04/04 07:53:52 ajacoutot Exp $
COMMENT= follow GNOME development activity
GNOME_PROJECT= gnome-development-monitor
GNOME_VERSION= 0.1
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= devel

View File

@ -1,9 +1,18 @@
$OpenBSD: patch-gnome_py,v 1.1.1.1 2010/01/11 15:01:34 ajacoutot Exp $
--- gnome.py.orig Sun Jan 10 15:26:21 2010
+++ gnome.py Sun Jan 10 15:26:36 2010
$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"