diff options
author | jdp <jdp@FreeBSD.org> | 1998-04-29 06:25:57 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-04-29 06:25:57 +0800 |
commit | 0a7438979645ee68529eb68967a4bbc1ca09bd41 (patch) | |
tree | bf9834d9ee92a5457e746f0ea3cf97879e06d263 /net | |
parent | ee525a96c83ca5f4db212ab5d1d02e5dc2e0e901 (diff) | |
download | freebsd-ports-gnome-0a7438979645ee68529eb68967a4bbc1ca09bd41.tar.gz freebsd-ports-gnome-0a7438979645ee68529eb68967a4bbc1ca09bd41.tar.zst freebsd-ports-gnome-0a7438979645ee68529eb68967a4bbc1ca09bd41.zip |
Update port for new release 15.4 of CVSup (from 15.3).
Diffstat (limited to 'net')
-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 1c9e45db7c3a..69b1612d178a 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.3 +# Version required: 15.4 # Date created: 12 November 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.2 1998/02/11 18:04:24 jdp Exp $ +# $Id: Makefile,v 1.3 1998/03/24 04:20:52 jdp Exp $ # -DISTNAME= cvsup-bin-15.3 +DISTNAME= cvsup-bin-15.4 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.3.tar.gz +DISTFILES= cvsup-bin-15.4.tar.gz MAINTAINER= axl@iafrica.com @@ -23,17 +23,17 @@ MAN1= cvsup.1 # USE_CVSUPD= yes .ifdef USE_CVSUPD -DISTFILES+= cvsupd-bin-15.3.tar.gz +DISTFILES+= cvsupd-bin-15.4.tar.gz MAN8= cvsupd.8 PLIST= ${PKGDIR}/PLIST.cvsupd .endif do-install: - cd ${WRKDIR}/cvsup-bin-15.3; \ + cd ${WRKDIR}/cvsup-bin-15.4; \ ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .ifdef USE_CVSUPD - cd ${WRKDIR}/cvsupd-bin-15.3; \ + cd ${WRKDIR}/cvsupd-bin-15.4; \ ${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 7ec75a465aa5..f8ee0bce9b46 100644 --- a/net/cvsup-bin/distinfo +++ b/net/cvsup-bin/distinfo @@ -1,2 +1,2 @@ -MD5 (cvsup-bin-15.3.tar.gz) = 95a7fc3273a60c36989aac64a005cf14 -MD5 (cvsupd-bin-15.3.tar.gz) = e66c8478ff1390ff8baabebd6ab7d191 +MD5 (cvsup-bin-15.4.tar.gz) = aa4159387da988097ab5e7b5a164a93a +MD5 (cvsupd-bin-15.4.tar.gz) = 5643802465ec683c3929d006bc95b5e9 |