summaryrefslogtreecommitdiff
path: root/sysutils/dvdtape
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-07-07 17:47:58 +0000
committerBrian Somers <brian@FreeBSD.org>2001-07-07 17:47:58 +0000
commit3651ff4ba6a0ce45e71398b1e93bc902e5e829c1 (patch)
tree7d3cf5f2e72356fe6ba204bf4ac4aec1140c634c /sysutils/dvdtape
parentUpgrade to version 2.22 (diff)
Upgrade to version 1.6
Notes
Notes: svn path=/head/; revision=44886
Diffstat (limited to 'sysutils/dvdtape')
-rw-r--r--sysutils/dvdtape/Makefile3
-rw-r--r--sysutils/dvdtape/distinfo2
-rw-r--r--sysutils/dvdtape/files/patch-ab13
-rw-r--r--sysutils/dvdtape/files/patch-ac10
4 files changed, 2 insertions, 26 deletions
diff --git a/sysutils/dvdtape/Makefile b/sysutils/dvdtape/Makefile
index 255529c20a86..1a5f50c6ca20 100644
--- a/sysutils/dvdtape/Makefile
+++ b/sysutils/dvdtape/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= dvdtape
-PORTVERSION= 1.5
-PORTREVISION= 1
+PORTVERSION= 1.6
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.Awfulhak.org/pub/dvdtape/ \
http://people.FreeBSD.org/~brian/dvdtape/ \
diff --git a/sysutils/dvdtape/distinfo b/sysutils/dvdtape/distinfo
index 000a562b68e7..59f2d7e6467f 100644
--- a/sysutils/dvdtape/distinfo
+++ b/sysutils/dvdtape/distinfo
@@ -1 +1 @@
-MD5 (dvdtape-1.5.tar.gz) = a9b3f415ddd8910b9a0ce2f2fe546dd1
+MD5 (dvdtape-1.6.tar.gz) = 49f036ef0a56524621eb587b107429ee
diff --git a/sysutils/dvdtape/files/patch-ab b/sysutils/dvdtape/files/patch-ab
deleted file mode 100644
index 8f8367b9cbeb..000000000000
--- a/sysutils/dvdtape/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- isosize.c.orig Wed Nov 10 00:11:39 1999
-+++ isosize.c Tue Jul 3 16:38:21 2001
-@@ -1,6 +1,10 @@
- #define _POSIX_SOURCE 1 /* fileno is POSIX, not ANSI */
- #include <stdio.h>
-+#ifdef __FreeBSD__
-+#include <termios.h>
-+#else
- #include <termio.h>
-+#endif
- #include <signal.h>
- #include <unistd.h>
-
diff --git a/sysutils/dvdtape/files/patch-ac b/sysutils/dvdtape/files/patch-ac
deleted file mode 100644
index 3151ffeb8a6e..000000000000
--- a/sysutils/dvdtape/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- dvdtape.c.orig Sun Jun 24 14:43:54 2001
-+++ dvdtape.c Sat Jul 7 01:27:51 2001
-@@ -184,6 +184,7 @@
- "Read out speed must be 2, 5 or 10 for 2.52, 5.04, or 10.08 megabits/second.\n");
- exit(1);
- }
-+ break;
- case 's': side = atoi(optarg); break;
- case 'S':
- sides = atoi(optarg);