[75379] trunk/dports/sysutils/file

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Jan 23 20:21:09 PST 2011


Revision: 75379
          http://trac.macports.org/changeset/75379
Author:   rmstonecipher at macports.org
Date:     2011-01-23 20:21:08 -0800 (Sun, 23 Jan 2011)
Log Message:
-----------
sysutils/file upgraded version from 5.04 to 5.05

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-01-24 04:07:09 UTC (rev 75378)
+++ trunk/dports/sysutils/file/Portfile	2011-01-24 04:21:08 UTC (rev 75379)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name                file
-version             5.04
-revision            1
+version             5.05
 categories          sysutils
 maintainers         jay.fm:jay-macports \
                     openmaintainer
@@ -24,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     accade81ff1cc774904b47c72c8aeea0 \
-                    sha1    56ddf7135471aa656334ed8fefe1112bcccc2cc3 \
-                    rmd160  2ee0dc535a4fb6f06950f81882772cc34f981984
+checksums           md5     0b429063710457be2bd17a18389cb018 \
+                    sha1    b681e13849135c16f0445b42d95ce499910d242b \
+                    rmd160  3107c10d25a88a3a0648b4b98da9441f810170a9
 
 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-01-24 04:07:09 UTC (rev 75378)
+++ trunk/dports/sysutils/file/files/patch-src-readcdf.c.diff	2011-01-24 04:21:08 UTC (rev 75379)
@@ -1,11 +1,11 @@
---- src/readcdf.c.orig	2010-01-19 17:36:55.000000000 -0800
-+++ src/readcdf.c	2010-07-06 15:46:11.000000000 -0700
+--- src/readcdf.c.orig	2011-01-23 22:15:48.000000000 -0600
++++ src/readcdf.c	2011-01-23 22:16:36.000000000 -0600
 @@ -126,7 +126,7 @@
- 					char *c, *ec;
- 					cdf_timestamp_to_timespec(&ts, tp);
- 					c = ctime(&ts.tv_sec);
--					if ((ec = strchr(c, '\n')) != NULL)
+                                         char *c, *ec;
+                                         cdf_timestamp_to_timespec(&ts, tp);
+                                         c = ctime(&ts.tv_sec);
+-                                        if ((ec = strchr(c, '\n')) != NULL)
 +					if (c != NULL && (ec = strchr(c, '\n')) != NULL)
- 						*ec = '\0';
+                                                 *ec = '\0';
  
- 					if (NOTMIME(ms) && file_printf(ms,
+                                         if (NOTMIME(ms) && file_printf(ms,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110123/7bcf8dc4/attachment-0001.html>


More information about the macports-changes mailing list