diff options
author | anders <anders@FreeBSD.org> | 2002-06-26 07:53:35 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-06-26 07:53:35 +0800 |
commit | 76bbda0e295ca51c765c66e506a4bc5da9ce81a5 (patch) | |
tree | cc0fb3ce091232289c2ff4277b755652ab173c05 /comms/minicom | |
parent | 45c4096ac3bafb84ac0896e90df7400532506572 (diff) | |
download | freebsd-ports-gnome-76bbda0e295ca51c765c66e506a4bc5da9ce81a5.tar.gz freebsd-ports-gnome-76bbda0e295ca51c765c66e506a4bc5da9ce81a5.tar.zst freebsd-ports-gnome-76bbda0e295ca51c765c66e506a4bc5da9ce81a5.zip |
Rejecting new distfile with the same filename due to large and messy
diff, by using alternative master sites (at least for a while).
I'm trying to make the author roll a new tarball.
PR: 38823
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 36589168a33c..05995ef03a0e 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -9,10 +9,8 @@ PORTNAME= minicom PORTVERSION= 2.00.0 CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.clinet.fi/~walker/ \ - http://www.pp.clinet.fi/~walker/ -MASTER_SITE_SUBDIR= apps/serialcomm/dialout +MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ + http://atreides.freenix.no/~anders/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= anders@FreeBSD.org |