Trac-0.11.7.ja1 (Mar 11, 2010) * Merge Trac-0.11.7 * Fix typos - trac/wiki/default-pages/InterTrac Trac 0.11.7 (March 10, 2010) http://svn.edgewall.org/repos/trac/tags/trac-0.11.7 Trac 0.11.7 is nearly identical to 0.11.7rc1 except for a few more fixes: - avoid an infinite loop when using an AtomicFile in a read-only directory (#9081) - don't report client disconnects during writes as internal errors (#9103) - don't reuse a closed cursor, which could happen in one specific case for the pysqlite backend (#9104) Trac 0.11.7rc1 (February 23, 2010) http://svn.edgewall.org/repos/trac/tags/trac-0.11.7rc1 Security fixes: - Fixed a ticket validation issue that would allow unauthorized users to modify the status and resolution of a ticket (#8884) Performance improvements: - Trac wiki had some trouble handling very long unicode words (#9025) [[comment(intentionally kept vague, we don't want to advertize a DOS, do we?)]] - Full text search was very slow if lots of custom fields were used (#8935) Bug fixes: - Fixed a race condition that could lead to the destruction of the trac.ini file (#8623) - Fixed creation of new milestone which could have been a rename if performed after a name clash has been detected (#8816) - Fixed display of value 0 in report cells (#7512)
48 lines
1.3 KiB
Makefile
48 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.32 2010/03/24 04:55:20 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Trac-0.11.7.ja1
|
|
PKGNAME= ja-${DISTNAME:tl:S/.ja/pl/}
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= http://www.i-act.co.jp/project/products/downloads/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.i-act.co.jp/project/products/products.html
|
|
COMMENT= Trac issue tracking system with Japanese localization
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= trac-[0-9]*
|
|
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= pax
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi
|
|
|
|
REPLACE_PYTHON= cgi-bin/trac.cgi cgi-bin/trac.fcgi
|
|
REPLACE_PYTHON+=contrib/*.py contrib/*-hook contrib/workflow/*.py
|
|
REPLACE_PYTHON+=trac/admin/templates/deploy_trac.* trac/tests/functional/*.py
|
|
|
|
.include "options.mk"
|
|
|
|
EGDIR= share/examples/trac
|
|
|
|
INSTALLATION_DIRS+= libexec/cgi-bin ${EGDIR}
|
|
|
|
post-install:
|
|
.for cgi in trac.cgi trac.fcgi
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cgi-bin/${cgi} ${DESTDIR}${PREFIX}/libexec/cgi-bin
|
|
.endfor
|
|
cd ${WRKSRC}/contrib && \
|
|
pax -rw -pp -pm . ${DESTDIR}${PREFIX}/${EGDIR}
|
|
|
|
MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
|
|
|
|
# deploy template files
|
|
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/trac/admin/templates/deploy_*.*cgi
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|