diff options
-rw-r--r-- | emulators/mtools/Makefile | 4 | ||||
-rw-r--r-- | emulators/mtools/distinfo | 2 | ||||
-rw-r--r-- | emulators/mtools/files/patch-g | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index fa04da310a6c..9ac4125cac89 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -6,8 +6,8 @@ # PORTNAME= mtools -PORTVERSION= 3.9.6 -PORTREVISION= 1 +PORTVERSION= 3.9.7 +PORTREVISION= 0 CATEGORIES= emulators MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \ http://mtools.linux.lu/ diff --git a/emulators/mtools/distinfo b/emulators/mtools/distinfo index db8e98081d75..74792f04b6fe 100644 --- a/emulators/mtools/distinfo +++ b/emulators/mtools/distinfo @@ -1 +1 @@ -MD5 (mtools-3.9.6.tar.gz) = 458415bec45b404d4a7517a95253a99c +MD5 (mtools-3.9.7.tar.gz) = 6be028b20b5f94e74107442d972efe22 diff --git a/emulators/mtools/files/patch-g b/emulators/mtools/files/patch-g deleted file mode 100644 index 26018354e5c9..000000000000 --- a/emulators/mtools/files/patch-g +++ /dev/null @@ -1,11 +0,0 @@ ---- llong.c~ Wed Mar 17 23:43:14 1999 -+++ llong.c Mon Oct 9 18:21:24 2000 -@@ -51,7 +51,7 @@ - else - return -1; - #else -- return lseek(fd, (off_t) where, whence); -+ return lseek(fd, (off_t) where, whence) == (off_t) -1 ? -1 : 0; - #endif - } - |