mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Maintenance update to 1.52.
This commit is contained in:
parent
ddaac1b9d2
commit
c68852be01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119038
4 changed files with 9 additions and 24 deletions
|
@ -5,8 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= sdd
|
PORTNAME= sdd
|
||||||
PORTVERSION= 1.31
|
PORTVERSION= 1.52
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ftp://ftp.berlios.de/pub/sdd/
|
MASTER_SITES= ftp://ftp.berlios.de/pub/sdd/
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (sdd-1.31.tar.gz) = 430783f281d22e408c74ce1cb472a059
|
MD5 (sdd-1.52.tar.gz) = efb6f2d8a39080c8ad085211e01293d6
|
||||||
SIZE (sdd-1.31.tar.gz) = 255292
|
SIZE (sdd-1.52.tar.gz) = 319493
|
||||||
|
|
|
@ -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
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
--- sdd/sdd.c.orig Tue Jul 17 14:22:28 2001
|
--- sdd/sdd.c.orig Fri Sep 17 02:28:51 2004
|
||||||
+++ sdd/sdd.c Fri Jul 20 00:51:14 2001
|
+++ sdd/sdd.c Fri Sep 17 02:30:12 2004
|
||||||
@@ -1542,11 +1542,13 @@
|
@@ -1654,11 +1654,13 @@
|
||||||
usage(ex)
|
usage(ex)
|
||||||
int ex;
|
int ex;
|
||||||
{
|
{
|
||||||
|
@ -14,12 +14,12 @@ $FreeBSD$
|
||||||
Usage: sdd [option=value] [-flag]\n\
|
Usage: sdd [option=value] [-flag]\n\
|
||||||
Options:\n\
|
Options:\n\
|
||||||
");
|
");
|
||||||
- error ("\
|
- error("\
|
||||||
+ fprintf(fp, "\
|
+ fprintf(fp, "\
|
||||||
if=name Read input from name instead of stdin\n\
|
if=name Read input from name instead of stdin\n\
|
||||||
of=name Write output to name instead of stdout\n\
|
of=name Write output to name instead of stdout\n\
|
||||||
-inull Do not read input from file (use null char's)\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\
|
seek=#,skip=# Seek/skip # bytes on input/output before starting\n\
|
||||||
ivseek=#,ovseek=# Seek # bytes on input/output volumes 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\
|
-notrunc Do not trunctate existing output file\n\
|
||||||
-pg Print a dot on each write to indicate progress\n\
|
-pg Print a dot on each write to indicate progress\n\
|
||||||
-noerror Do not stop on error\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\
|
-fill Fill each record with zeros up to obs\n\
|
||||||
-swab,-block,-unblock,-lcase,-ucase,-ascii,-ebcdic,-ibm\n\
|
-swab,-block,-unblock,-lcase,-ucase,-ascii,-ebcdic,-ibm\n\
|
||||||
");
|
");
|
||||||
|
|
Loading…
Add table
Reference in a new issue