Changeset 40528 for trunk/dports


Ignore:
Timestamp:
Oct 5, 2008, 4:13:49 PM (15 years ago)
Author:
simon@…
Message:

sysutils/file: Updated to 4.26, added new maintainer. Closes #16759, thanks to jay-macports@….

Location:
trunk/dports/sysutils/file
Files:
1 added
2 edited

Legend:

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

    r38089 r40528  
     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                file
    6 version             4.25
     7version             4.26
    78categories          sysutils
    8 maintainers         nomaintainer
     9maintainers         jay.fm:jay-macports \
     10                    openmaintainer
    911description         File - determine file type
    1012long_description \
     
    1921                    ftp://ftp.astron.com/pub/${name}/ \
    2022                    ftp://ftp.gw.com/mirrors/pub/unix/${name}/
    21 checksums           md5 cdf1f90d2704e71118353c16c19898ba \
    22                     sha1 0d4a0b678a4c13fbc38cd0ea633ef4df60d74f22 \
    23                     rmd160  c877a223a1dbdfd38c6f5ac385b533e8c5223fe1
     23checksums           md5     74cd5466416136da30a4e69f74dbc7a0 \
     24                    sha1    412cdac5cd778d867e2d91a01b09858be1998ec3 \
     25                    rmd160      e8b84e01d1f43faedfe676afc92c2cba4a01ecdf
    2426
    25 patchfiles          patch-lzma.diff
     27patchfiles          patch-lzma.diff \
     28                        patch-src-file.h.diff
    2629
    2730configure.args      --mandir=${prefix}/share/man \
     
    3134
    3235variant with_default_names description {don't prefix names with a 'g'} {
    33     post-destroot {
    34         foreach d {bin share/man/man1 share/man/man3 share/man/man5} {
    35             foreach a [glob -directory ${destroot}${prefix}/$d g*] {
    36                 regexp /g(.+)\$ $a dummy b
    37                 file link -hard ${destroot}${prefix}/$d/$b $a
    38             }
    39         }
    40     }
     36    configure.args-delete   --program-prefix=g
    4137}
    4238
    4339livecheck.check     md5
    4440livecheck.url       ftp://ftp.fu-berlin.de/unix/tools/${name}/
    45 livecheck.md5       600d214efae30987572951c14fa31863
     41livecheck.md5       a2918bbcee8b1ca0225c5358f1801fdb
  • trunk/dports/sysutils/file/files/patch-lzma.diff

    r29867 r40528  
    11# adapted from lzma-4.42.0alphaX/extra/tar/file-4.21.patch
    2 --- magic/Magdir/compress.orig  2006-03-02 23:10:26.000000000 +0100
    3 +++ magic/Magdir/compress       2007-09-12 21:40:54.000000000 -0000
    4 @@ -174,6 +174,19 @@
    5  >6     byte            x                       version %d
    6  >7     byte            x                       \b.%d
     2# 2008-10-05 lzma doesn't write this new format yet (as of
     3#   lzma 4.43 revision 2), but when it does, file will be ready
     4#   See discussion at
     5#   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364260
     6#
     7--- magic/Magdir/compress.orig  2008-10-05 08:59:54.000000000 -0400
     8+++ magic/Magdir/compress       2008-10-05 09:08:57.000000000 -0400
     9@@ -189,6 +189,19 @@
     10 # bug #364260)
     11 #0     string          ]\000\000\200\000       LZMA compressed data
    712 
    813+# LZMA (Lempel-Ziv-Markov chain-Algorithm) file format supported by:
     
    2126 # AFX compressed files (Wolfram Kleff)
    2227 2      string          -afx-           AFX compressed file data
     28
    2329 
    2430--- src/compress.c.orig 2007-03-05 03:41:29.000000000 +0100
Note: See TracChangeset for help on using the changeset viewer.