diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-10-12 14:42:27 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-10-12 14:42:27 +0000 |
commit | c68852be01c6795bc3d061af18a84cf99eef2f20 (patch) | |
tree | 63a74a4165f0fbe727dfedbe4241ef3c43b49184 /sysutils/sdd | |
parent | ddaac1b9d20c5be50790375693fc14a66c4cb676 (diff) | |
download | ports-c68852be01c6795bc3d061af18a84cf99eef2f20.tar.gz ports-c68852be01c6795bc3d061af18a84cf99eef2f20.zip |
Notes
Diffstat (limited to 'sysutils/sdd')
-rw-r--r-- | sysutils/sdd/Makefile | 3 | ||||
-rw-r--r-- | sysutils/sdd/distinfo | 4 | ||||
-rw-r--r-- | sysutils/sdd/files/patch-sdd_sdd.1 | 14 | ||||
-rw-r--r-- | sysutils/sdd/files/patch-sdd_sdd.c | 12 |
4 files changed, 9 insertions, 24 deletions
diff --git a/sysutils/sdd/Makefile b/sysutils/sdd/Makefile index d1e0efe1345e..0b3c7924d1bd 100644 --- a/sysutils/sdd/Makefile +++ b/sysutils/sdd/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= sdd -PORTVERSION= 1.31 -PORTREVISION= 1 +PORTVERSION= 1.52 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/sdd/ diff --git a/sysutils/sdd/distinfo b/sysutils/sdd/distinfo index 44d3eabb1d87..441b97368e12 100644 --- a/sysutils/sdd/distinfo +++ b/sysutils/sdd/distinfo @@ -1,2 +1,2 @@ -MD5 (sdd-1.31.tar.gz) = 430783f281d22e408c74ce1cb472a059 -SIZE (sdd-1.31.tar.gz) = 255292 +MD5 (sdd-1.52.tar.gz) = efb6f2d8a39080c8ad085211e01293d6 +SIZE (sdd-1.52.tar.gz) = 319493 diff --git a/sysutils/sdd/files/patch-sdd_sdd.1 b/sysutils/sdd/files/patch-sdd_sdd.1 deleted file mode 100644 index dd3a23001e7a..000000000000 --- a/sysutils/sdd/files/patch-sdd_sdd.1 +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- sdd/sdd.1.orig Tue Jul 17 14:21:13 2001 -+++ sdd/sdd.1 Fri Jul 20 00:51:14 2001 -@@ -346,7 +346,7 @@ - This is done by using the - rcmd(3) interface to get a connection to a rmt(1) server. - .PP --.B Star -+.B Sdd - resets its effective uid back to the real user id immediately after setting up - the remote connection to the rmt server and before opening any other file. - .SH BUGS diff --git a/sysutils/sdd/files/patch-sdd_sdd.c b/sysutils/sdd/files/patch-sdd_sdd.c index cf6bc51218fd..44686add89b9 100644 --- a/sysutils/sdd/files/patch-sdd_sdd.c +++ b/sysutils/sdd/files/patch-sdd_sdd.c @@ -1,9 +1,9 @@ $FreeBSD$ ---- sdd/sdd.c.orig Tue Jul 17 14:22:28 2001 -+++ sdd/sdd.c Fri Jul 20 00:51:14 2001 -@@ -1542,11 +1542,13 @@ +--- sdd/sdd.c.orig Fri Sep 17 02:28:51 2004 ++++ sdd/sdd.c Fri Sep 17 02:30:12 2004 +@@ -1654,11 +1654,13 @@ usage(ex) int ex; { @@ -14,12 +14,12 @@ $FreeBSD$ Usage: sdd [option=value] [-flag]\n\ Options:\n\ "); -- error ("\ +- error("\ + fprintf(fp, "\ if=name Read input from name instead of stdin\n\ of=name Write output to name instead of stdout\n\ -inull Do not read input from file (use null char's)\n\ -@@ -1560,7 +1562,7 @@ +@@ -1672,7 +1674,7 @@ seek=#,skip=# Seek/skip # bytes on input/output before starting\n\ ivseek=#,ovseek=# Seek # bytes on input/output volumes before starting\n\ "); @@ -28,7 +28,7 @@ $FreeBSD$ -notrunc Do not trunctate existing output file\n\ -pg Print a dot on each write to indicate progress\n\ -noerror Do not stop on error\n\ -@@ -1571,8 +1573,8 @@ +@@ -1683,8 +1685,8 @@ -fill Fill each record with zeros up to obs\n\ -swab,-block,-unblock,-lcase,-ucase,-ascii,-ebcdic,-ibm\n\ "); |