diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-08 06:24:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-08 06:24:12 +0000 |
commit | 0d908ea59a22835ed9a92ac613bb9c42e6031004 (patch) | |
tree | 90ada3335d333a77ebc72f69338a877a9cf1698b /textproc/translate-toolkit/Makefile | |
parent | Adds HEAD tag parsing to WWW::Mechanize (diff) |
- Update to 1.4.0
PR: 137535
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=239130
Diffstat (limited to 'textproc/translate-toolkit/Makefile')
-rw-r--r-- | textproc/translate-toolkit/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index 135f62a32452..b9ace1b22c5a 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -6,9 +6,10 @@ # PORTNAME= translate-toolkit -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= textproc -MASTER_SITES= SF/translate +MASTER_SITES= SF/translate \ + http://freebsd.unixfreunde.de/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts between many translation formats @@ -36,11 +37,11 @@ MAN1= csv2po.1 csv2tbx.1 html2po.1 ical2po.1 ini2po.1 \ php2po.1 po2csv.1 po2html.1 po2ical.1 po2ini.1 \ po2moz.1 po2oo.1 po2php.1 po2prop.1 po2rc.1 \ po2symb.1 po2tiki.1 po2tmx.1 po2ts.1 po2txt.1 \ - po2wordfast.1 po2xliff.1 poclean.1 pocompile.1 poconflicts.1 \ - podebug.1 pofilter.1 pogrep.1 pomerge.1 porestructure.1 \ - posegment.1 poswap.1 pot2po.1 pretranslate.1 prop2po.1 \ - rc2po.1 symb2po.1 tiki2po.1 ts2po.1 txt2po.1 \ - xliff2odf.1 xliff2oo.1 xliff2po.1 + po2web2py.1 po2wordfast.1 po2xliff.1 poclean.1 pocompile.1 \ + poconflicts.1 podebug.1 pofilter.1 pogrep.1 pomerge.1 \ + porestructure.1 posegment.1 poswap.1 pot2po.1 pretranslate.1 \ + prop2po.1 rc2po.1 symb2po.1 tiki2po.1 ts2po.1 \ + txt2po.1 web2py2po.1 xliff2odf.1 xliff2oo.1 xliff2po.1 post-patch: @${FIND} ${WRKSRC}/tools -type f -print0 | ${XARGS} -0 \ |