diff options
author | jdp <jdp@FreeBSD.org> | 1999-12-11 02:40:39 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-12-11 02:40:39 +0800 |
commit | 8a90e2cfa7025f583033420bb0caf4bd4d4591eb (patch) | |
tree | 2fdefae5418068337a923f2ebf91bc6cdf9c932c /net/cvsup/Makefile | |
parent | 98513e3cac8606071ea47819f64ff9ff8b259603 (diff) | |
download | freebsd-ports-gnome-8a90e2cfa7025f583033420bb0caf4bd4d4591eb.tar.gz freebsd-ports-gnome-8a90e2cfa7025f583033420bb0caf4bd4d4591eb.tar.zst freebsd-ports-gnome-8a90e2cfa7025f583033420bb0caf4bd4d4591eb.zip |
Update for new version of CVSup (16.0 -> 16.1). Also add
NOT_FOR_ARCHS=alpha because I'm not caught up on that platform yet.
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r-- | net/cvsup/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 0a96cbb56192..666302a1a6cf 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: cvsup -# Version required: 16.0 +# Version required: 16.1 # Date created: 7 August 1996 # Whom: asami # # $FreeBSD$ # -DISTNAME= cvsup-16.0 +DISTNAME= cvsup-16.1 CATEGORIES= devel net -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ \ - ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/ +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \ + ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/sources/ MAINTAINER= jdp@FreeBSD.org @@ -18,6 +18,7 @@ LIB_DEPENDS= m3.6:${PORTSDIR}/lang/modula-3-lib MAN1= cvpasswd.1 cvsup.1 MAN8= cvsupd.8 +NOT_FOR_ARCHS= alpha # Support building on systems with or without X11 installed. .ifdef NO_X11 |