aboutsummaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-21 00:12:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-21 00:12:38 +0000
commit82a2e006c2d7e9cbd30ea569d6bf96834f3d75cf (patch)
treeb70917fc47cf1e0f5baf03ce1564ad1c98d103b4 /emulators/mtools
parent2355b88e8e61c2b16ede455cb599144d6c8177d6 (diff)
downloadports-82a2e006c2d7e9cbd30ea569d6bf96834f3d75cf.tar.gz
ports-82a2e006c2d7e9cbd30ea569d6bf96834f3d75cf.zip
- Update to 4.0.5
PR: 131847 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=228755
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile2
-rw-r--r--emulators/mtools/distinfo6
-rw-r--r--emulators/mtools/files/patch-c18
-rw-r--r--emulators/mtools/files/patch-charsetConv.c10
-rw-r--r--emulators/mtools/files/patch-e11
5 files changed, 13 insertions, 34 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 8e1c9dcc6c0b..3ad309fb71a2 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mtools
-PORTVERSION= 4.0.1
+PORTVERSION= 4.0.5
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://mtools.linux.lu/
diff --git a/emulators/mtools/distinfo b/emulators/mtools/distinfo
index 41d3a90b381e..c48b47828715 100644
--- a/emulators/mtools/distinfo
+++ b/emulators/mtools/distinfo
@@ -1,3 +1,3 @@
-MD5 (mtools-4.0.1.tar.bz2) = 4c91d1f26a201e3e7d440e125764790c
-SHA256 (mtools-4.0.1.tar.bz2) = 6ceb7d087b7acb9308f523571eee0ce2788c913c9a2f01a3b03979bb6eb705a9
-SIZE (mtools-4.0.1.tar.bz2) = 272909
+MD5 (mtools-4.0.5.tar.bz2) = 6c63d4bb63f1881f194c24ab0c85cf02
+SHA256 (mtools-4.0.5.tar.bz2) = ee5c9f1b3a7e0e2cdec2188f168d56250829a6251c816c53884304f861725a09
+SIZE (mtools-4.0.5.tar.bz2) = 380033
diff --git a/emulators/mtools/files/patch-c b/emulators/mtools/files/patch-c
index e790edab9322..eac7d023f3f2 100644
--- a/emulators/mtools/files/patch-c
+++ b/emulators/mtools/files/patch-c
@@ -1,11 +1,11 @@
---- ./mtools.texi.org Sun Apr 13 00:59:18 1997
-+++ ./mtools.texi Sun Jun 8 05:33:03 1997
-@@ -26,7 +26,7 @@
- @ifinfo
- @format
- START-INFO-DIR-ENTRY
+--- mtools.texi.orig 2009-02-20 05:48:30.000000000 +0900
++++ mtools.texi 2009-02-20 22:04:41.000000000 +0900
+@@ -36,7 +36,7 @@
+
+ @dircategory DOS
+ @direntry
-* Mtools: (mtools). Mtools: utilities to access DOS disks in Unix.
+* Mtools: (mtools). Mtools: utilities to access DOS disks in Unix.
- END-INFO-DIR-ENTRY
- @end format
- @end ifinfo
+ @end direntry
+
+
diff --git a/emulators/mtools/files/patch-charsetConv.c b/emulators/mtools/files/patch-charsetConv.c
deleted file mode 100644
index 4b27b6adb235..000000000000
--- a/emulators/mtools/files/patch-charsetConv.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- charsetConv.c.orig 2008-11-19 06:33:11.000000000 +0900
-+++ charsetConv.c 2008-12-09 00:38:26.000000000 +0900
-@@ -5,7 +5,6 @@
- #include "msdos.h"
- #include "mtools.h"
-
--#include <iconv.h>
- #include <stdio.h>
- #include <errno.h>
- #include <stdlib.h>
diff --git a/emulators/mtools/files/patch-e b/emulators/mtools/files/patch-e
deleted file mode 100644
index ebe960b99866..000000000000
--- a/emulators/mtools/files/patch-e
+++ /dev/null
@@ -1,11 +0,0 @@
---- floppyd.c~ Thu Jul 22 00:41:08 1999
-+++ floppyd.c Thu Jul 22 00:42:36 1999
-@@ -675,7 +675,7 @@
- /*
- * Ignore dead servers so no zombies should be left hanging.
- */
-- signal(SIGCLD, SIG_IGN);
-+ signal(SIGCHLD, SIG_IGN);
-
- for (;;) {
- int new_sock;