Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 17:11:50 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, clsung@FreeBSD.org
Subject:   ports/173119: [PATCH] www/trac: update to 0.12.4
Message-ID:  <20121026091150.A93267E827@colo-p.gslin.org>
Resent-Message-ID: <201210260920.q9Q9K2IL084627@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173119
>Category:       ports
>Synopsis:       [PATCH] www/trac: update to 0.12.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 26 09:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 9.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012
>Description:
- Update to 0.12.4

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- trac-0.12.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/trac/Makefile ./Makefile
--- /usr/ports/www/trac/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/
diff -ruN --exclude=CVS /usr/ports/www/trac/distinfo ./distinfo
--- /usr/ports/www/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
diff -ruN --exclude=CVS /usr/ports/www/trac/files/patch-trac__util__daemon.py ./files/patch-trac__util__daemon.py
--- /usr/ports/www/trac/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
--- trac-0.12.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121026091150.A93267E827>