On Aug 24, 2007, at 14:40, source_changes@macosforge.org wrote:
Revision: 28210 http://trac.macosforge.org/projects/macports/changeset/28210 Author: jochen@macports.org Date: 2007-08-24 12:40:33 -0700 (Fri, 24 Aug 2007)
Log Message: ----------- fix comment, add Emacs local variable for coding-system
Modified Paths: -------------- trunk/dports/tex/bibutils/Portfile
Modified: trunk/dports/tex/bibutils/Portfile =================================================================== --- trunk/dports/tex/bibutils/Portfile 2007-08-24 19:36:42 UTC (rev 28209) +++ trunk/dports/tex/bibutils/Portfile 2007-08-24 19:40:33 UTC (rev 28210) @@ -1,4 +1,5 @@ # $Id$ +# -*- coding: utf-8; -*-
PortSystem 1.0 name bibutils @@ -11,7 +12,7 @@ intermediate. For example, one can convert RIS-format files \ to Bibtex by doing two transformations: RIS->MODS->Bibtex. \ By using a common intermediate for N formats, only 2N \ - programs are required and not N²- N. These programs operate \ + programs are required and not N. These programs operate \ on the command line and are styled after standard UNIX-like \ filters.
But I had already fixed the description in r28186, converting the portfile from iso-8859-1 to utf-8. Now you have broken the description by changing "N²-N" to "N" which no longer matches the description on the project's homepage: http://www.scripps.edu/~cdputnam/software/bibutils/