diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-10-16 00:56:51 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-10-16 00:56:51 +0000 |
commit | 7d19fcde2b525a5d8632b876bc4240d68668d24d (patch) | |
tree | d96abaa9a749c7ad11917dcdc5990dc520b196f1 /emulators | |
parent | 74d4176497bd02c48d4ee8ed6bd21974306fb50d (diff) | |
download | freebsd-ports-7d19fcde2b525a5d8632b876bc4240d68668d24d.zip |
Upgrade to version 3.9.7
Diffstat (limited to 'emulators')
-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 - } - |