From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 26 09:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 716B35FA for ; Fri, 26 Oct 2012 09:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 4C2158FC14 for ; Fri, 26 Oct 2012 09:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9Q9K2dv084628 for ; Fri, 26 Oct 2012 09:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9Q9K2IL084627; Fri, 26 Oct 2012 09:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 26 Oct 2012 09:20:02 GMT Resent-Message-Id: <201210260920.q9Q9K2IL084627@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 195DB4AA; Fri, 26 Oct 2012 09:11:59 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (gslin-1-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:18a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id D976B8FC12; Fri, 26 Oct 2012 09:11:58 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id A93267E827; Fri, 26 Oct 2012 17:11:50 +0800 (CST) Message-Id: <20121026091150.A93267E827@colo-p.gslin.org> Date: Fri, 26 Oct 2012 17:11:50 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173119: [PATCH] www/trac: update to 0.12.4 Cc: gslin@gslin.org, clsung@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 09:20:02 -0000 >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: