[84219] trunk/dports/tex/latexdiff/Portfile

snc at macports.org snc at macports.org
Tue Sep 20 17:38:52 PDT 2011


Revision: 84219
          http://trac.macports.org/changeset/84219
Author:   snc at macports.org
Date:     2011-09-20 17:38:52 -0700 (Tue, 20 Sep 2011)
Log Message:
-----------
latexdiff: fix license, lint

Modified Paths:
--------------
    trunk/dports/tex/latexdiff/Portfile

Modified: trunk/dports/tex/latexdiff/Portfile
===================================================================
--- trunk/dports/tex/latexdiff/Portfile	2011-09-21 00:34:46 UTC (rev 84218)
+++ trunk/dports/tex/latexdiff/Portfile	2011-09-21 00:38:52 UTC (rev 84219)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem       1.0
@@ -7,6 +8,7 @@
 revision         1
 categories	     tex
 maintainers	     aschenke
+license             GPL-2
 platforms	     darwin
 supported_archs	 noarch
 description	     determine and mark up significant differences between latex files
@@ -55,7 +57,7 @@
     # texlive-bin-extra used to contain latexdiff, but doesn't
     # anymore. If the old version is installed, deactivate it to avoid
     # a conflict.
-    if {[file exists $prefix/bin/latexdiff] 
+    if {[file exists $prefix/bin/latexdiff]
         && ![catch {set vers [lindex [registry_active texlive-bin-extra] 0]}]
         && [rpm-vercomp [lindex $vers 1] 19536] < 0} {
         set deactivate_proc registry_deactivate_composite
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110920/73a511c4/attachment-0001.html>


More information about the macports-changes mailing list