diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-01 18:00:34 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-01 18:00:34 +0000 |
commit | b49471041345da2a6df62169db96a861c0c93784 (patch) | |
tree | a389bbb56d262415be3d5eb56c9eba3e79ce4a69 /comms/minicom | |
parent | 421aebfaee86c4623508a624f9801221555b8c13 (diff) | |
download | FreeBSD-ports-b49471041345da2a6df62169db96a861c0c93784.zip FreeBSD-ports-b49471041345da2a6df62169db96a861c0c93784.tar.gz |
Upgrade to version 1.83.1.
1.83.1 is supose to have more sane logfile control.
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 2 | ||||
-rw-r--r-- | comms/minicom/distinfo | 2 | ||||
-rw-r--r-- | comms/minicom/files/patch-ai | 9 |
3 files changed, 2 insertions, 11 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 1c27cf4..61f993a 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -7,7 +7,7 @@ # PORTNAME= minicom -PORTVERSION= 1.83.0 +PORTVERSION= 1.83.1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.pp.clinet.fi/~walker/mc-dev/ \ diff --git a/comms/minicom/distinfo b/comms/minicom/distinfo index 0155154..14366768 100644 --- a/comms/minicom/distinfo +++ b/comms/minicom/distinfo @@ -1 +1 @@ -MD5 (minicom-1.83.0.src.tar.gz) = aea4e7d7280b443004c459f35a13d3ce +MD5 (minicom-1.83.1.src.tar.gz) = 028749befc986b9da2edc8867a4f9a9c diff --git a/comms/minicom/files/patch-ai b/comms/minicom/files/patch-ai index e8d5c76..104b21d 100644 --- a/comms/minicom/files/patch-ai +++ b/comms/minicom/files/patch-ai @@ -1,14 +1,5 @@ --- config.h.orig Fri Oct 31 11:48:00 1997 +++ config.h Thu Jul 22 02:30:39 1999 -@@ -21,7 +21,7 @@ - /* Operating system INdependant parameters. (Usually the same everywhere) */ - #define KERMIT "/usr/local/bin/kermit -l %l -b %b" /* How to call kermit */ - #define UUCPLOCK "/var/spool/uucp" /* Lock file directory */ --#define LOGFILE "minicom.log" /* Not defined = not used */ -+/* #define LOGFILE "minicom.log" */ /* Not defined = not used */ - - /* Operating system dependant parameters, per OS. A few samples are given. */ - #if defined(__linux__) @@ -58,7 +58,7 @@ #ifdef __FreeBSD__ |