Has anyone heard from Jeremy Higgs, maintainer for Trac, recently?

I emailed him twice this past month, but have not heard back.

I have been testing the enclosed patch which brings Trac up to version
0.10.3, tested only on 10.4. It also updates some of the URLs, and
notes the new BSD license (introduced in 0.9).

Any objections to applying this?

-- 
- Charles Lepple

Index: trunk/misc/trac-py.info
===================================================================
--- trunk/misc/trac-py.info (revision 330)
+++ trunk/misc/trac-py.info (revision 333)
@@ -1,5 +1,5 @@
 Info2: <<
 Package: trac-py%type_pkg[python]
-Version: 0.9
+Version: 0.10.3
 Revision: 1001
 Type: python(2.3 2.4)
@@ -10,5 +10,5 @@
 pysqlite-py%type_pkg[python],
 clearsilver-py%type_pkg[python],
-svn-ssl-swig-py%type_pkg[python] (>= 1.2.3-1012) |
svn-swig-py%type_pkg[python] (>= 1.2.3-1012)
+svn-swig-py%type_pkg[python] (>= 1.2.3-1012)
 <<
 BuildDepends: <<
@@ -17,7 +17,7 @@
 Conflicts: trac-py22, trac-py23, trac-py24
 Replaces: trac-py22, trac-py23, trac-py24
-Recommends: silvercity-py%type_pkg[python], clearsilver-py%type_pkg[python]
+Recommends: silvercity-py%type_pkg[python]
 Source: http://ftp.edgewall.com/pub/trac/trac-%v.tar.gz
-Source-MD5: 0d90ea5114b2a2c5285ea2a474da9fdf
+Source-MD5: 354cca575cffc732f2fb8015b5c60b50
 CompileScript: <<
   %p/bin/python%type_raw[python] setup.py build
@@ -37,4 +37,14 @@
 <<
 DescUsage: <<
+
+Trac will use pysqlite2 in preference to pysqlite.  If you install
+pysqlite2 after creating a pysqlite trac database, you will need to
+update your trac database:
+
+  $ mv trac.db trac2.db
+  $ sqlite trac2.db .dump | sqlite3 trac.db
+
+http://trac.edgewall.org/wiki/PySqlite
+
 *** To setup Trac with apache, the following lines should be added to your
 Apache httpd.conf file:
@@ -72,5 +82,5 @@

 *** Further configuration information is available at
-http://projects.edgewall.com/trac/wiki/
+http://trac.edgewall.org/wiki/TracGuide

 *** In order to have syntax highlighting in the Trac web pages, the
@@ -79,7 +89,7 @@
 DescPort: <<
 Information on installing Trac and dependencies was taken from
-http://projects.edgewall.com/trac/wiki/TracOnOsx
+http://trac.edgewall.org/wiki/TracOnOsx
 <<
-License: GPL
-Homepage: http://projects.edgewall.com/trac/
+License: BSD
+Homepage: http://trac.edgewall.org/
 <<

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to