View | Details | Raw Unified | Return to bug 173119
Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	trac
8
PORTNAME=	trac
9
PORTVERSION=	0.12.3
9
PORTVERSION=	0.12.4
10
CATEGORIES=	www devel python
10
CATEGORIES=	www devel python
11
MASTER_SITES=	http://ftp.edgewall.com/pub/trac/ \
11
MASTER_SITES=	http://ftp.edgewall.com/pub/trac/ \
12
		ftp://ftp.edgewall.com/pub/trac/
12
		ftp://ftp.edgewall.com/pub/trac/
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Trac-0.12.3.tar.gz) = 0eefacc5ebb91158ed7351b8f9b2eec7f45ce03b692bdc72a3c8061951174506
1
SHA256 (Trac-0.12.4.tar.gz) = 3c3d773442e9d9cf757ef6675250a89d635eaf5dd0c1324b6137051f875b457a
2
SIZE (Trac-0.12.3.tar.gz) = 2239934
2
SIZE (Trac-0.12.4.tar.gz) = 2329394
(-)./files/patch-trac__util__daemon.py (-1 / +1 lines)
Lines 14-20 Link Here
14
 
14
 
15
-        # The pid file must be writable
15
-        # The pid file must be writable
16
-        try:
16
-        try:
17
-            fileobj = open(pidfile, 'r+')
17
-            fileobj = open(pidfile, 'a+')
18
-            fileobj.close()
18
-            fileobj.close()
19
-        except IOError, e:
19
-        except IOError, e:
20
-            from trac.util.text import exception_to_unicode
20
-            from trac.util.text import exception_to_unicode

Return to bug 173119