[114811] trunk/dports/sysutils/file

ryandesign at macports.org ryandesign at macports.org
Sun Dec 15 21:30:36 PST 2013


Revision: 114811
          https://trac.macports.org/changeset/114811
Author:   ryandesign at macports.org
Date:     2013-12-15 21:30:36 -0800 (Sun, 15 Dec 2013)
Log Message:
-----------
file: update to 5.16; become maintainer with openmaintainer

Modified Paths:
--------------
    trunk/dports/sysutils/file/Portfile

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

Modified: trunk/dports/sysutils/file/Portfile
===================================================================
--- trunk/dports/sysutils/file/Portfile	2013-12-16 05:22:06 UTC (rev 114810)
+++ trunk/dports/sysutils/file/Portfile	2013-12-16 05:30:36 UTC (rev 114811)
@@ -4,17 +4,17 @@
 PortSystem 1.0
 
 name                file
-version             5.15
+version             5.16
 categories          sysutils
 license             BSD
-maintainers         nomaintainer
+maintainers         ryandesign openmaintainer
 description         File - determine file type
 long_description \
     File tests each argument in an attempt to classify it. There are three  \
     sets of tests, performed in this order: filesystem tests, magic number  \
     tests, and language tests. The first test that succeeds causes the file \
     type to be printed. \
-    Information on Mach-O binaries, it is suggested that one uses the command \
+    For information on Mach-O binaries, it is suggested that one uses the command \
     `otool -fv`.
 
 
@@ -26,11 +26,10 @@
                     ftp://ftp.astron.com/pub/${name}/ \
                     ftp://ftp.gw.com/mirrors/pub/unix/${name}/
 
-checksums           rmd160  72d8b853feaeb1f53368732cd948e02c12cae1bf \
-                    sha256  4bd52cc614d6488127c0bddc208a2855481744d76ff0878d9c173d2a6ed564e4
+checksums           rmd160  b48323269262c6ce063a1ad65109c9ecf68723f4 \
+                    sha256  48bcac7726c37a8a0bc7ffa16b58993575657dd7b382039380fb3b74ab389261
 
 patchfiles          patch-magic-Magdir-msdos.diff \
-                    patch-src-readcdf.c.diff \
                     patch-magic-Makefile.am.diff \
                     patch-getline.diff
 
@@ -42,7 +41,7 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-if {${name} == ${subport}} {
+if {${name} eq ${subport}} {
     depends_lib-append port:libmagic
     
     destroot {

Deleted: trunk/dports/sysutils/file/files/patch-src-readcdf.c.diff
===================================================================
--- trunk/dports/sysutils/file/files/patch-src-readcdf.c.diff	2013-12-16 05:22:06 UTC (rev 114810)
+++ trunk/dports/sysutils/file/files/patch-src-readcdf.c.diff	2013-12-16 05:30:36 UTC (rev 114811)
@@ -1,11 +0,0 @@
---- 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, tbuf);
--                                        if ((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: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131215/2517d770/attachment.html>


More information about the macports-changes mailing list