[89455] trunk/dports/sysutils/diffutils/Portfile

dports at macports.org dports at macports.org
Sun Jan 29 15:49:06 PST 2012


Revision: 89455
          http://trac.macports.org/changeset/89455
Author:   dports at macports.org
Date:     2012-01-29 15:49:06 -0800 (Sun, 29 Jan 2012)
Log Message:
-----------
diffutils: update to v3.2

Modified Paths:
--------------
    trunk/dports/sysutils/diffutils/Portfile

Modified: trunk/dports/sysutils/diffutils/Portfile
===================================================================
--- trunk/dports/sysutils/diffutils/Portfile	2012-01-29 23:06:07 UTC (rev 89454)
+++ trunk/dports/sysutils/diffutils/Portfile	2012-01-29 23:49:06 UTC (rev 89455)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -3,6 +4,5 @@
 
 name                diffutils
-version             3.0
-revision            1
+version             3.2
 categories          sysutils textproc devel
 license             GPL-3+
@@ -18,9 +18,8 @@
 homepage            http://www.gnu.org/software/diffutils/
 master_sites        gnu
 
-checksums           md5     684aaba1baab743a2a90e52162ff07da \
-                    sha1    17fcdcd435ef6b424aa9c7a487ffde408d1a00e6 \
-                    rmd160  a092169e12ddc2b84b927622e7e3a08e3446cca6
+checksums           rmd160  b4a544add6aed9678b25ed84146a40f60b6d9352 \
+                    sha256  2aaaebef615be7dc365306a14caa5d273a4fc174f9f10abca8b60e082c054ed3
 
 depends_lib         port:gettext
 
@@ -32,8 +31,6 @@
 set docdir          ${prefix}/share/doc/${name}
 
 post-destroot {
-    move ${destroot}${prefix}/share/info/diff.info ${destroot}${prefix}/share/info/gdiff.info
-
     xinstall -m 0755 -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README THANKS \
         ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120129/f35ff35d/attachment.html>


More information about the macports-changes mailing list