[102915] trunk/dports/sysutils/file

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 10 17:07:48 PST 2013


Revision: 102915
          https://trac.macports.org/changeset/102915
Author:   jeremyhu at macports.org
Date:     2013-02-10 17:07:48 -0800 (Sun, 10 Feb 2013)
Log Message:
-----------
file: Bump to 5.12

Modified Paths:
--------------
    trunk/dports/sysutils/file/Portfile
    trunk/dports/sysutils/file/files/patch-src-readcdf.c.diff

Modified: trunk/dports/sysutils/file/Portfile
===================================================================
--- trunk/dports/sysutils/file/Portfile	2013-02-11 01:03:23 UTC (rev 102914)
+++ trunk/dports/sysutils/file/Portfile	2013-02-11 01:07:48 UTC (rev 102915)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name                file
-version             5.11
+version             5.12
 categories          sysutils
 license             BSD
 maintainers         nomaintainer
@@ -25,9 +25,9 @@
                     ftp://ftp.fu-berlin.de/unix/tools/${name}/ \
                     ftp://ftp.astron.com/pub/${name}/ \
                     ftp://ftp.gw.com/mirrors/pub/unix/${name}/
-checksums           md5     16a407bd66d6c7a832f3a5c0d609c27b \
-                    sha1    df8ffe8759ec8cd85a98dc98e858563ea2555f64 \
-                    rmd160  68885d838c1f3836e6fada4c4ea6c88c8699fdf2
+checksums           md5     1d7d85cb9354f79e5e351deef36be6ba \
+                    sha1    782db8a2b37ff8ceada9d19c416eaf6c5b8297d4 \
+                    rmd160  37dcdb65333cac5e301a18783d59bf89bc081d2b
 
 patchfiles          patch-magic-Magdir-msdos.diff \
                     patch-src-readcdf.c.diff

Modified: trunk/dports/sysutils/file/files/patch-src-readcdf.c.diff
===================================================================
--- trunk/dports/sysutils/file/files/patch-src-readcdf.c.diff	2013-02-11 01:03:23 UTC (rev 102914)
+++ trunk/dports/sysutils/file/files/patch-src-readcdf.c.diff	2013-02-11 01:07:48 UTC (rev 102915)
@@ -1,9 +1,9 @@
---- src/readcdf.c.orig	2011-05-19 11:28:00.000000000 -0500
-+++ src/readcdf.c	2011-05-19 11:31:25.000000000 -0500
-@@ -126,7 +126,7 @@
+--- src/readcdf.c.orig	2012-06-20 15:18:33.000000000 -0700
++++ src/readcdf.c	2013-02-10 17:03:26.000000000 -0800
+@@ -136,7 +136,7 @@ cdf_file_property_info(struct magic_set 
                                          char *c, *ec;
                                          cdf_timestamp_to_timespec(&ts, tp);
-                                         c = cdf_ctime(&ts.tv_sec);
+                                         c = cdf_ctime(&ts.tv_sec, tbuf);
 -                                        if ((ec = strchr(c, '\n')) != NULL)
 +                                        if (c != NULL && (ec = strchr(c, '\n')) != NULL)
                                                  *ec = '\0';
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130210/de9b3e01/attachment.html>


More information about the macports-changes mailing list