pkgsrc/www/ja-trac/Makefile
obache 366a2697c8 Update ja-trac to 0.11.5pl1, a.k.a. Trac-0.11.5.ja1.
Trac-0.11.5.ja1 (Jul 20, 2009)
 * Merge Trac-0.11.5

Trac 0.11.5 (July 17, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.5

 Trac 0.11.5 is identical to 0.11.5rc2 except for fixing a minor
 incompatibility issue when using IIS via AJP as frontend (#8475).

Trac 0.11.5rc2 (July 11, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.5rc2

 Trac 0.11.5rc2 fixes two regressions found in rc1 and one minor enhancement:

 * Fixed workaround for zipped Genshi eggs, [8354], #7823
 * Fixed internal error when removing a wiki page version [8343].
 * Fixed display of merge properties for scoped repositories #7715.

Trac 0.11.5rc1 (March 30, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.5rc1

 Trac 0.11.5rc1 contains a number of bug fixes and minor enhancements.
 The following list contains only a few highlights:

Bug fixes:
 * Implemented pre-upgrade backup support for PostgreSQL and MySQL (#2304)
 * Fixed PostgreSQL upgrade issue (#8378)
 * More robust diff parsing (#2672)
 * Avoid intermittent hangs by not calling apr_terminate explicitly (#7785)
2009-07-28 00:25:16 +00:00

45 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.27 2009/07/28 00:25:16 obache Exp $
#
DISTNAME= Trac-0.11.5.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}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"