Changeset 89455 for trunk/dports


Ignore:
Timestamp:
Jan 29, 2012, 11:49:06 PM (12 years ago)
Author:
dports@…
Message:

diffutils: update to v3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/diffutils/Portfile

    r76845 r89455  
     1# -*- 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
    12# $Id$
    23
     
    45
    56name                diffutils
    6 version             3.0
    7 revision            1
     7version             3.2
    88categories          sysutils textproc devel
    99license             GPL-3+
     
    1919master_sites        gnu
    2020
    21 checksums           md5     684aaba1baab743a2a90e52162ff07da \
    22                     sha1    17fcdcd435ef6b424aa9c7a487ffde408d1a00e6 \
    23                     rmd160  a092169e12ddc2b84b927622e7e3a08e3446cca6
     21checksums           rmd160  b4a544add6aed9678b25ed84146a40f60b6d9352 \
     22                    sha256  2aaaebef615be7dc365306a14caa5d273a4fc174f9f10abca8b60e082c054ed3
    2423
    2524depends_lib         port:gettext
     
    3332
    3433post-destroot {
    35     move ${destroot}${prefix}/share/info/diff.info ${destroot}${prefix}/share/info/gdiff.info
    36 
    3734    xinstall -m 0755 -d ${destroot}${docdir}
    3835    xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README THANKS \
Note: See TracChangeset for help on using the changeset viewer.