diff options
author | jdp <jdp@FreeBSD.org> | 1998-04-29 06:25:13 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-04-29 06:25:13 +0800 |
commit | ee525a96c83ca5f4db212ab5d1d02e5dc2e0e901 (patch) | |
tree | bc4503942d368787cab7be7b12f9aae680f74739 /net | |
parent | caece1afac52896672bcc77a1122583335dae1db (diff) | |
download | freebsd-ports-gnome-ee525a96c83ca5f4db212ab5d1d02e5dc2e0e901.tar.gz freebsd-ports-gnome-ee525a96c83ca5f4db212ab5d1d02e5dc2e0e901.tar.zst freebsd-ports-gnome-ee525a96c83ca5f4db212ab5d1d02e5dc2e0e901.zip |
Update port for new release 15.4 of CVSup (from 15.3). Also, adjust
for the new shared library versions in the modula-3 and modula-3-lib
ports.
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup/Makefile | 10 | ||||
-rw-r--r-- | net/cvsup/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index c57946d212b5..ffc6fc899451 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cvsup -# Version required: 15.3 +# Version required: 15.4 # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.22 1998/02/11 18:03:22 jdp Exp $ +# $Id: Makefile,v 1.23 1998/03/24 04:20:12 jdp Exp $ # -DISTNAME= cvsup-15.3 +DISTNAME= cvsup-15.4 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ @@ -14,8 +14,8 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ MAINTAINER= jdp@FreeBSD.org -BUILD_DEPENDS= m3build-5:${PORTSDIR}/lang/modula-3 -LIB_DEPENDS= m3\\.5\\.:${PORTSDIR}/lang/modula-3-lib +BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.6\\.:${PORTSDIR}/lang/modula-3-lib MAN1= cvsup.1 MAN8= cvsupd.8 diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo index 12ef988c7ca8..0f8338ef83b7 100644 --- a/net/cvsup/distinfo +++ b/net/cvsup/distinfo @@ -1 +1 @@ -MD5 (cvsup-15.3.tar.gz) = 04438ae30094b8a81f2a3b0c48511b8f +MD5 (cvsup-15.4.tar.gz) = 195b4b1cfb7db6d1fefbb4a9c9c27991 |