Update to 0.19.1.

This commit is contained in:
naddy 2003-04-10 21:00:43 +00:00
parent 69152db193
commit c48737b726
3 changed files with 9 additions and 7 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2003/04/04 14:25:11 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2003/04/10 21:00:43 naddy Exp $
COMMENT= "portable CVS repository synchronization utility"
DISTNAME= cvsync-0.19.0
DISTNAME= cvsync-0.19.1
CATEGORIES= net
HOMEPAGE= http://www.daemon-systems.org/cvsync/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
@ -13,9 +14,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.daemon-systems.org/cvsync/ \
MASTER_SITES= ${HOMEPAGE} \
ftp://ftp.allbsd.org/pub/cvsync/
EXTRACT_SUFX= .tgz
USE_GMAKE= Yes
MAKE_ENV= CVSYNC_DEFAULT_CONFIG="${SYSCONFDIR}/cvsync.conf" \

View File

@ -1,3 +1,3 @@
MD5 (cvsync-0.19.0.tgz) = 441d6de74a1aaf27759b709c63afe289
RMD160 (cvsync-0.19.0.tgz) = d146b3487e1d616cdd20503c1b591df4697f72b6
SHA1 (cvsync-0.19.0.tgz) = 180000fe4f9563c9d75204458bd864f21db3bd85
MD5 (cvsync-0.19.1.tar.gz) = 54d723c97ef878d4398247fb2378c217
RMD160 (cvsync-0.19.1.tar.gz) = 543911e3af1a186678f93d3ddeba3f96781359da
SHA1 (cvsync-0.19.1.tar.gz) = 12294aee8284e90c47174449cd850a18fbc1f8c6

View File

@ -1,2 +1,4 @@
A CVS repository syncer (client and server), written in portable C.
It is similar to cvsup, but not compatible with it.
WWW: ${HOMEPAGE}