--- ./Makefile 2012-03-03 01:00:35.000000000 +0800 +++ ./Makefile 2012-10-26 16:44:12.000000000 +0800 @@ -6,7 +6,7 @@ # 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/ --- ./distinfo 2012-03-03 01:00:35.000000000 +0800 +++ ./distinfo 2012-10-26 16:45:00.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Trac-0.12.3.tar.gz) = 0eefacc5ebb91158ed7351b8f9b2eec7f45ce03b692bdc72a3c8061951174506 -SIZE (Trac-0.12.3.tar.gz) = 2239934 +SHA256 (Trac-0.12.4.tar.gz) = 3c3d773442e9d9cf757ef6675250a89d635eaf5dd0c1324b6137051f875b457a +SIZE (Trac-0.12.4.tar.gz) = 2329394 --- ./files/patch-trac__util__daemon.py 2012-03-03 01:00:35.000000000 +0800 +++ ./files/patch-trac__util__daemon.py 2012-10-26 16:47:10.000000000 +0800 @@ -14,7 +14,7 @@ - # 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