summaryrefslogtreecommitdiff
path: root/comms/minicom
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-01 11:40:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-01 11:40:07 +0000
commit8c04bbf91404c2ea56f48837a8559bee035b7895 (patch)
tree8da7966ed8b5cc33cc13c7b39117f70b5cb92100 /comms/minicom
parentFix a "USET" -> "USE" again. IPv6 should work for this port. Again. (diff)
Upgrade to version 1.83.0.
Notes
Notes: svn path=/head/; revision=25388
Diffstat (limited to 'comms/minicom')
-rw-r--r--comms/minicom/Makefile9
-rw-r--r--comms/minicom/distinfo2
-rw-r--r--comms/minicom/files/patch-aa27
3 files changed, 21 insertions, 17 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index f7d174c11047..f3decaae63d8 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -8,12 +8,13 @@
#
DISTNAME= ${PKGNAME}.src
-PKGNAME= minicom-1.82.1
+PKGNAME= minicom-1.83.0
CATEGORIES= comms
-MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+#MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+MASTER_SITES= \
+ http://www.pp.clinet.fi/~walker/mc-dev/ \
http://www.clinet.fi/~walker/ \
- http://www.pp.clinet.fi/~walker/ \
- ftp://ftp.cistron.nl/pub/people/miquels/software/
+ http://www.pp.clinet.fi/~walker/
MASTER_SITE_SUBDIR= apps/serialcomm/dialout
MAINTAINER= obrien@FreeBSD.org
diff --git a/comms/minicom/distinfo b/comms/minicom/distinfo
index bd2e75fc02e6..0155154bb436 100644
--- a/comms/minicom/distinfo
+++ b/comms/minicom/distinfo
@@ -1 +1 @@
-MD5 (minicom-1.82.1.src.tar.gz) = 67cddf3fc1857608edc2513be6fc58f2
+MD5 (minicom-1.83.0.src.tar.gz) = aea4e7d7280b443004c459f35a13d3ce
diff --git a/comms/minicom/files/patch-aa b/comms/minicom/files/patch-aa
index 6cbe0e9415a8..682fc7c15511 100644
--- a/comms/minicom/files/patch-aa
+++ b/comms/minicom/files/patch-aa
@@ -1,7 +1,7 @@
---- Makefile.orig Sat Jul 25 12:05:46 1998
-+++ Makefile Wed Apr 14 10:04:18 1999
+--- Makefile.orig Sun Oct 24 10:30:09 1999
++++ Makefile Tue Feb 1 03:01:19 2000
@@ -22,10 +22,10 @@
- #
+ # enochw@scn.org Oct 99: flags for UWIN 2.0 (Unix for Windows)
# Where to install things for Linux sites (FSSTND)
-BINDIR = /usr/bin
@@ -66,7 +66,7 @@
#CC = cc
# Take these flags for SCO unix.
-@@ -178,7 +178,7 @@
+@@ -185,7 +185,7 @@
SOBJS = script.o sysdep1.o common.o
# fmg 8/22/97: merge in new OPFLAGS...
@@ -75,27 +75,30 @@
R = $(ROOTDIR)
-@@ -188,7 +188,7 @@
+@@ -195,7 +195,7 @@
$(CC) $(LFLAGS) -o minicom $(MOBJS) $(LIBS)
po: dummy
-- make -C po
-+ ## cd po ; $(MAKE)
+- $(MAKE) -C po
++ ## cd po ; $(MAKE)
keyserv: $(KOBJS)
$(CC) -o keyserv $(LFLAGS) $(KOBJS) $(LIBS)
-@@ -241,12 +241,12 @@
+@@ -248,7 +248,7 @@
dummy:
install: $(PROGS)
-- make -C po install R=$(R)
-+ ## cd po ; $(MAKE) install R=$(R)
+- $(MAKE) -C po install R=$(R)
++ ## cd po ; $(MAKE) install R=$(R)
sh install.sh $(R)$(LIBDIR) $(R)$(BINDIR) $(R)$(MANDIR) $(R)$(DOCDIR)
+ install2: $(PROGS)
+@@ -256,7 +256,7 @@
+
clobber:
rm -f *.o *~ minicom keyserv runscript ascii-xfr
-- make -C po clean
-+ ## cd po ; $(MAKE) clean
+- $(MAKE) -C po clean
++ ## cd po ; $(MAKE) clean
clean:
rm -f *.o