diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-05-24 15:30:14 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-05-24 15:30:14 +0800 |
commit | e95f5f3fe82df14e8a5c2b6482e1cc0c92b08e45 (patch) | |
tree | 60c6f00233683d84ed65446c50f5110e01c613c7 /japanese/trac/Makefile | |
parent | cdb043ae300da2564ce20bf788f23491284a7516 (diff) | |
download | freebsd-ports-gnome-e95f5f3fe82df14e8a5c2b6482e1cc0c92b08e45.tar.gz freebsd-ports-gnome-e95f5f3fe82df14e8a5c2b6482e1cc0c92b08e45.tar.zst freebsd-ports-gnome-e95f5f3fe82df14e8a5c2b6482e1cc0c92b08e45.zip |
- Add a workaround to handle Unicode tilde coming from Windows (~)
by converting to ĭC;. Without this hack, notification mails were
not sent when including these characters.
Diffstat (limited to 'japanese/trac/Makefile')
-rw-r--r-- | japanese/trac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile index e6264ba61115..d6269bc58474 100644 --- a/japanese/trac/Makefile +++ b/japanese/trac/Makefile @@ -7,6 +7,7 @@ PORTNAME= trac PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= japanese www devel python MASTER_SITES= http://dist.bsdlab.org/ \ http://www.i-act.co.jp/project/products/downloads/ |