summaryrefslogtreecommitdiff
path: root/www/trac/Makefile
diff options
context:
space:
mode:
authorepg <epg>2004-05-31 01:57:25 +0000
committerepg <epg>2004-05-31 01:57:25 +0000
commit0bad2aa7698eaf62b73a216f246b6446da67c056 (patch)
treeb8bc05071b31be97064fd7fdc35e561410a8992a /www/trac/Makefile
parent235900a8c2fd69def0ea760b75aa4c38773dd1f7 (diff)
downloadpkgsrc-0bad2aa7698eaf62b73a216f246b6446da67c056.tar.gz
Update to Trac 0.7 'Fulci' (May 18, 2004)
http://svn.edgewall.com/repos/trac/tags/trac-0.7 * Revised database format (requires manual upgrade). * Trac standalone daemon, tracd (Experimental). * Greatly improved browser. * Many usability improvements. * Clean-up of CSS and templates. * UTF-8 character encoding support. * Wiki page attachments. * Syntax coloring supporting >35 languages, using SilverCity or GNU Enscript. * Better support for ReStructuredText. * Logging support, including syslog and windows eventlog. * Ticket attachments. * Import tickets from Bugzilla (contributed by Mark Rowe). * Import tickets from SourceForge (contributed by Dmitry Yusupov). * New ticket field: keywords * Ticket email notification. * Localized date and time display. * Viewable SQL for reports. * Improved search facilities. * Windows installer package. * More documentation. * Fixed bugs: #14, #19, #27, #62, #87, #96, #106, #111, #115, #127, #146, #161, #166, #171, #180, #182, #183, #188, #190, #191, #192, #193, #195, #196, #197, #201, #205, #207, #211, #212, #213, #220, #224, #227, #228, #231, #233, #235, #236, #240, #241, #243, #244, #246, #247, #248, #249, #251, #252, #253, #254, #255, #258, #259, #261, #262, #263, #265, #270, #271, #273, #275, #277, #278, #281, #284, #285, #88, #289, #292, #293, #294, #296, #300, #302, #310, #313, #314, #315, #316, #320, #322, #328, #332, #333, #337, #338, #339, #340, #341, #344, #348, #349, #358, #361, #362, #363, #368, #370, #371, #372, #376, #377, #378, #381, #384, #385, #386, #387, #388, #392, #394, #396, #398, #402, #403, #410
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r--www/trac/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index a425b497e33..8af31a784a8 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/04/20 23:22:26 epg Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/31 01:57:25 epg Exp $
#
-DISTNAME= trac-0.6.1
+DISTNAME= trac-0.7
CATEGORIES= devel www
MASTER_SITES= http://ftp.edgewall.com/pub/trac/
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-subversion>=0.37:../../devel/py-subversion
PYDISTUTILSPKG= YES
PY_PATCHPLIST= YES
-PYTHON_PATCH_SCRIPTS= cgi-bin/trac.cgi contrib/*
+PYTHON_PATCH_SCRIPTS= contrib/*.py
EGDIR= ${PREFIX}/share/examples/trac