diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-07-07 03:22:35 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-07-07 03:22:35 +0000 |
commit | 41dd229c8631ee8bcfd1a458e61d15ef4933fccb (patch) | |
tree | e11a481c19e322c9db71f65fa46c38e2396fa9f4 /net/cvsup-bin | |
parent | * Remove gmake from BUILD_DEPENDS; it is implied by USE_GMAKE. (diff) |
Update ports for new 15.4.2 release of CVSup.
Notes
Notes:
svn path=/head/; revision=11772
Diffstat (limited to 'net/cvsup-bin')
-rw-r--r-- | net/cvsup-bin/Makefile | 14 | ||||
-rw-r--r-- | net/cvsup-bin/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 69b1612d178a..371bda6ad633 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: cvsup-bin -# Version required: 15.4 +# Version required: 15.4.2 # Date created: 12 November 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.3 1998/03/24 04:20:52 jdp Exp $ +# $Id: Makefile,v 1.4 1998/04/28 22:25:52 jdp Exp $ # -DISTNAME= cvsup-bin-15.4 +DISTNAME= cvsup-bin-15.4.2 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ -DISTFILES= cvsup-bin-15.4.tar.gz +DISTFILES= cvsup-bin-15.4.2.tar.gz MAINTAINER= axl@iafrica.com @@ -23,17 +23,17 @@ MAN1= cvsup.1 # USE_CVSUPD= yes .ifdef USE_CVSUPD -DISTFILES+= cvsupd-bin-15.4.tar.gz +DISTFILES+= cvsupd-bin-15.4.2.tar.gz MAN8= cvsupd.8 PLIST= ${PKGDIR}/PLIST.cvsupd .endif do-install: - cd ${WRKDIR}/cvsup-bin-15.4; \ + cd ${WRKDIR}/cvsup-bin-15.4.2; \ ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .ifdef USE_CVSUPD - cd ${WRKDIR}/cvsupd-bin-15.4; \ + cd ${WRKDIR}/cvsupd-bin-15.4.2; \ ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 .endif diff --git a/net/cvsup-bin/distinfo b/net/cvsup-bin/distinfo index f8ee0bce9b46..bc35802725a0 100644 --- a/net/cvsup-bin/distinfo +++ b/net/cvsup-bin/distinfo @@ -1,2 +1,2 @@ -MD5 (cvsup-bin-15.4.tar.gz) = aa4159387da988097ab5e7b5a164a93a -MD5 (cvsupd-bin-15.4.tar.gz) = 5643802465ec683c3929d006bc95b5e9 +MD5 (cvsup-bin-15.4.2.tar.gz) = 5dda893f231359dab5dc4d7d2dd7e449 +MD5 (cvsupd-bin-15.4.2.tar.gz) = ad30058ce6f70957618b3124405a155d |