diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-08-22 19:15:36 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-08-22 19:15:36 +0800 |
commit | 0f2ab9c1d685bc0e7b44859589ba2cc0e3980e52 (patch) | |
tree | 71cc5ed4d7c25a3b25842be62b6342cde3e21745 /japanese/trac/Makefile | |
parent | 0774425e0ea98e743116c4bce30bb32a049ef95d (diff) | |
download | freebsd-ports-gnome-0f2ab9c1d685bc0e7b44859589ba2cc0e3980e52.tar.gz freebsd-ports-gnome-0f2ab9c1d685bc0e7b44859589ba2cc0e3980e52.tar.zst freebsd-ports-gnome-0f2ab9c1d685bc0e7b44859589ba2cc0e3980e52.zip |
- Add an experimental patch to use local TZ in notify mail Date:
header (default off).
- Alter indent in patch-Notify.py to improve readability.
Diffstat (limited to 'japanese/trac/Makefile')
-rw-r--r-- | japanese/trac/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile index 538b67a671e3..9f2f0b0d1607 100644 --- a/japanese/trac/Makefile +++ b/japanese/trac/Makefile @@ -7,6 +7,7 @@ PORTNAME= trac PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= japanese www devel python MASTER_SITES= http://dist.bsdlab.org/ \ http://www.i-act.co.jp/project/products/downloads/ @@ -22,7 +23,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/ RUN_DEPENDS= ${BUILD_DEPENDS} OPTIONS= SILVERCITY "Use Silvercity for syntax highlighting" On \ - DOCUTILS "Allow additional text markup" On + DOCUTILS "Allow additional text markup" On \ + LOCALTZ "Use local TZ in notify mail Date: header" Off CONFLICTS= trac-0.* WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-ja-1 @@ -61,4 +63,8 @@ RUN_DEPENDS+= ${PREFIX}/bin/source2html.py:${PORTSDIR}/textproc/silvercity RUN_DEPENDS+= ${PREFIX}/bin/rst2html:${PORTSDIR}/textproc/py-docutils .endif +.if defined(WITH_LOCALTZ) +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Notify.py +.endif + .include <bsd.port.post.mk> |