diff options
author | John Polstra <jdp@FreeBSD.org> | 1999-12-10 18:40:39 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1999-12-10 18:40:39 +0000 |
commit | 37973a952c71b47234032639eea7cce67bc9127a (patch) | |
tree | 891fcb884a7c4accd0d7f528e9932829d76df646 /net/cvsup | |
parent | ff736d0ef69f8959931fec1ea2d63c67bb25cfea (diff) | |
download | ports-37973a952c71b47234032639eea7cce67bc9127a.tar.gz ports-37973a952c71b47234032639eea7cce67bc9127a.zip |
Notes
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 9 | ||||
-rw-r--r-- | net/cvsup/distinfo | 2 |
2 files changed, 6 insertions, 5 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 diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo index 34ea96003462..d8bf88446703 100644 --- a/net/cvsup/distinfo +++ b/net/cvsup/distinfo @@ -1 +1 @@ -MD5 (cvsup-16.0.tar.gz) = bad884ccbd4ed129d360487c87c089a4 +MD5 (cvsup-16.1.tar.gz) = dc967a0e395722282485a9bec4dec190 |