Alexey Suslikov drops MAINTAINER. While there, regen distinfo/PLIST/patches

and don't USE_GROFF.
This commit is contained in:
sthen 2013-05-16 11:01:09 +00:00
parent bc0d1c4e19
commit 93a3e6946d
5 changed files with 15 additions and 21 deletions

View File

@ -1,21 +1,18 @@
# $OpenBSD: Makefile,v 1.7 2013/04/27 15:44:20 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2013/05/16 11:01:09 sthen Exp $
COMMENT= RFC 2217 compliant serial port redirector
DISTNAME= sredird-2.2.2
REVISION= 1
REVISION= 2
CATEGORIES= comms
MAINTAINER= Alexey E. Suslikov <alexey.suslikov@gmail.com>
# GPL
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
WANTLIB= c
MASTER_SITES= http://www.ibiblio.org/pub/Linux/system/serial/
USE_GROFF = Yes
NO_TEST= Yes
pre-build:

View File

@ -1,5 +1,2 @@
MD5 (sredird-2.2.2.tar.gz) = 5UHkscufqPyP8OdrsRJ82g==
RMD160 (sredird-2.2.2.tar.gz) = i42fYqXWU8v0N1g4Da2/mwh8miY=
SHA1 (sredird-2.2.2.tar.gz) = kO1sxhJzoMUsDaDrsR4CDtEZzx4=
SHA256 (sredird-2.2.2.tar.gz) = ZAxH3NhLO5BkAWWjjrM2pnX9qwbBTAnK4vSmBMrlYNM=
SIZE (sredird-2.2.2.tar.gz) = 25495

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-sredird_8,v 1.1.1.1 2006/06/29 10:53:08 alek Exp $
--- sredird.8.orig Mon Jun 19 12:44:13 2006
+++ sredird.8 Mon Jun 19 12:59:13 2006
@@ -29,8 +29,11 @@
$OpenBSD: patch-sredird_8,v 1.2 2013/05/16 11:01:09 sthen Exp $
--- sredird.8.orig Fri Aug 12 15:16:14 2005
+++ sredird.8 Thu May 16 11:58:39 2013
@@ -29,8 +29,11 @@ between modem and
.I sredird.
.SH "EXAMPLE"

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-sredird_c,v 1.1.1.1 2006/06/29 10:53:08 alek Exp $
--- sredird.c.orig Fri Aug 12 16:10:46 2005
+++ sredird.c Sun Jun 18 02:10:10 2006
$OpenBSD: patch-sredird_c,v 1.2 2013/05/16 11:01:09 sthen Exp $
--- sredird.c.orig Fri Aug 12 15:10:46 2005
+++ sredird.c Thu May 16 11:58:39 2013
@@ -110,9 +110,9 @@
#include <fcntl.h>
#include <syslog.h>
@ -12,7 +12,7 @@ $OpenBSD: patch-sredird_c,v 1.1.1.1 2006/06/29 10:53:08 alek Exp $
#include <netinet/ip.h>
#include <netinet/tcp.h>
@@ -714,8 +714,6 @@ unsigned long int GetPortSpeed(int PortF
@@ -714,8 +714,6 @@ unsigned long int GetPortSpeed(int PortFd)
return(115200UL);
case B230400:
return(230400UL);
@ -21,7 +21,7 @@ $OpenBSD: patch-sredird_c,v 1.1.1.1 2006/06/29 10:53:08 alek Exp $
default:
return(0UL);
}
@@ -1094,9 +1092,6 @@ void SetPortSpeed(int PortFd, unsigned l
@@ -1094,9 +1092,6 @@ void SetPortSpeed(int PortFd, unsigned long BaudRate)
case 230400UL:
Speed = B230400;
break;

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/29 10:53:08 alek Exp $
libexec/sredird
@comment $OpenBSD: PLIST,v 1.2 2013/05/16 11:01:09 sthen Exp $
@bin libexec/sredird
@man man/man8/sredird.8