Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2005 17:52:56 +0000 (GMT)
From:      Jacques Marneweck <jacques@powertrip.co.za>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82236: Fix interfacing with subversion 1.2.0
Message-ID:  <20050614175256.45E4B50A36@pendrell.textdrive.com>
Resent-Message-ID: <200506141800.j5EI0eBj073596@freefall.freebsd.org>

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

>Number:         82236
>Category:       ports
>Synopsis:       Fix interfacing with subversion 1.2.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 14 18:00:38 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jacques Marneweck
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Point45 Entertainment (Pty) Ltd
>Environment:
System: FreeBSD pendrell.textdrive.com 5.4-STABLE FreeBSD 5.4-STABLE #1: Tue May 17 04:07:57 GMT 2005 root@pendrell.textdrive.com:/usr/obj/usr/src/sys/TEXTDRIVE i386


	
>Description:
When using trac with subversion 1.2.0 trac 0.8.2 is required due to various changes with subversion and their reorganisation of their python SWIG interface.
>How-To-Repeat:
	
>Fix:

	Upgrade to trac 0.8.2

--- trac-0.8.2.patch begins here ---
diff -Nurd trac.old/Makefile trac/Makefile
--- trac.old/Makefile	Thu May 12 13:51:58 2005
+++ trac/Makefile	Tue Jun 14 17:34:30 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	trac
-PORTVERSION=	0.8.1
+PORTVERSION=	0.8.2
 CATEGORIES=	www devel python
 MASTER_SITES=	http://ftp.edgewall.com/pub/trac/ \
 		ftp://ftp.edgewall.com/pub/trac/
diff -Nurd trac.old/distinfo trac/distinfo
--- trac.old/distinfo	Thu May 12 13:51:58 2005
+++ trac/distinfo	Tue Jun 14 17:36:42 2005
@@ -1,2 +1,2 @@
-MD5 (trac-0.8.1.tar.gz) = e90b6236f9716f74a8f111db6c95351a
-SIZE (trac-0.8.1.tar.gz) = 216568
+MD5 (trac-0.8.2.tar.gz) = 2a94a4994980baaca3ec6285ca650cd4
+SIZE (trac-0.8.2.tar.gz) = 217035
--- trac-0.8.2.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?20050614175256.45E4B50A36>