diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-01 11:40:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-01 11:40:07 +0000 |
commit | 44205678f162ade30211c0822e373b052e9e9f5a (patch) | |
tree | 75789c80fc98858a5908876ccb4b2646abdb6e2f | |
parent | 20f3e4a2379772f213c124c223f19146fb3b98a0 (diff) | |
download | FreeBSD-ports-44205678f162ade30211c0822e373b052e9e9f5a.zip FreeBSD-ports-44205678f162ade30211c0822e373b052e9e9f5a.tar.gz |
Upgrade to version 1.83.0.
-rw-r--r-- | comms/minicom/Makefile | 9 | ||||
-rw-r--r-- | comms/minicom/distinfo | 2 | ||||
-rw-r--r-- | comms/minicom/files/patch-aa | 27 |
3 files changed, 21 insertions, 17 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index f7d174c..f3decaa 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 bd2e75f..0155154 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 6cbe0e9..682fc7c 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 |