diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-01 18:00:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-01 18:00:34 +0000 |
commit | c7de0189bab731b05706468375a517ad634679d8 (patch) | |
tree | 13b51e86bb5c2313a01d5b18220ab875f1364376 | |
parent | Add support for building with SSL support on pre-4.0ish systems, if the (diff) |
Upgrade to version 1.83.1.
1.83.1 is supose to have more sane logfile control.
Notes
Notes:
svn path=/head/; revision=29070
-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 1c27cf4d24f9..61f993a97eb5 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 0155154bb436..143667687c9d 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 e8d5c76532d9..104b21d29a71 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__ |