#
PORTNAME= trac
PORTVERSION= 0.12.3
PORTVERSION= 0.12.4
CATEGORIES= www devel python
MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \
ftp://ftp.edgewall.com/pub/trac/
SHA256 (Trac-0.12.3.tar.gz) = 0eefacc5ebb91158ed7351b8f9b2eec7f45ce03b692bdc72a3c8061951174506
SHA256 (Trac-0.12.4.tar.gz) = 3c3d773442e9d9cf757ef6675250a89d635eaf5dd0c1324b6137051f875b457a
SIZE (Trac-0.12.3.tar.gz) = 2239934
SIZE (Trac-0.12.4.tar.gz) = 2329394
- # The pid file must be writable
- try:
- fileobj = open(pidfile, 'r+')
- fileobj = open(pidfile, 'a+')
- fileobj.close()
- except IOError, e:
- from trac.util.text import exception_to_unicode