[78726] trunk/dports/sysutils/file

rmstonecipher at macports.org rmstonecipher at macports.org
Thu May 19 09:38:06 PDT 2011


Revision: 78726
          http://trac.macports.org/changeset/78726
Author:   rmstonecipher at macports.org
Date:     2011-05-19 09:38:06 -0700 (Thu, 19 May 2011)
Log Message:
-----------
sysutils/file upgraded version from 5.05 to 5.07

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	2011-05-19 15:33:29 UTC (rev 78725)
+++ trunk/dports/sysutils/file/Portfile	2011-05-19 16:38:06 UTC (rev 78726)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name                file
-version             5.05
+version             5.07
 categories          sysutils
 maintainers         jay.fm:jay-macports \
                     openmaintainer
@@ -23,9 +23,9 @@
 master_sites        ftp://ftp.fu-berlin.de/unix/tools/${name}/ \
                     ftp://ftp.astron.com/pub/${name}/ \
                     ftp://ftp.gw.com/mirrors/pub/unix/${name}/
-checksums           md5     0b429063710457be2bd17a18389cb018 \
-                    sha1    b681e13849135c16f0445b42d95ce499910d242b \
-                    rmd160  3107c10d25a88a3a0648b4b98da9441f810170a9
+checksums           md5     b8d1f9a8a644067bd0a703cebf3f4858 \
+                    sha1    056caa20857ecda26cae259b43f2a1eeb65ada6c \
+                    rmd160  6d45c8550b8457a437f5acd5a39e6de86bfe1541
 
 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	2011-05-19 15:33:29 UTC (rev 78725)
+++ trunk/dports/sysutils/file/files/patch-src-readcdf.c.diff	2011-05-19 16:38:06 UTC (rev 78726)
@@ -1,11 +1,11 @@
---- src/readcdf.c.orig	2011-01-23 22:15:48.000000000 -0600
-+++ src/readcdf.c	2011-01-23 22:16:36.000000000 -0600
+--- 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 @@
                                          char *c, *ec;
                                          cdf_timestamp_to_timespec(&ts, tp);
-                                         c = ctime(&ts.tv_sec);
+                                         c = cdf_ctime(&ts.tv_sec);
 -                                        if ((ec = strchr(c, '\n')) != NULL)
-+					if (c != NULL && (ec = strchr(c, '\n')) != NULL)
++                                        if (c != NULL && (ec = strchr(c, '\n')) != NULL)
                                                  *ec = '\0';
  
                                          if (NOTMIME(ms) && file_printf(ms,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110519/ee0a36d8/attachment.html>


More information about the macports-changes mailing list