diff options
author | gehenna <gehenna@pkgsrc.org> | 2003-03-06 13:15:48 +0000 |
---|---|---|
committer | gehenna <gehenna@pkgsrc.org> | 2003-03-06 13:15:48 +0000 |
commit | a679f0bcf75453139b11c7464ea9f5b8eee30016 (patch) | |
tree | 9866e3f65fe004462f67fd95556b68f1931534f5 /devel | |
parent | c27b786f57ee8fdc8fd2fa20e32b020260ee444f (diff) | |
download | pkgsrc-a679f0bcf75453139b11c7464ea9f5b8eee30016.tar.gz |
cvsync-0.14.1 is out.
All chages in pkgsrc are merged.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsync/Makefile | 10 | ||||
-rw-r--r-- | devel/cvsync/distinfo | 9 | ||||
-rw-r--r-- | devel/cvsync/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/cvsync/patches/patch-ab | 12 | ||||
-rw-r--r-- | devel/cvsync/patches/patch-ac | 12 |
5 files changed, 8 insertions, 47 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index 35043266289..4ce53fea6fa 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.3 2003/03/06 12:42:24 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/06 13:15:48 gehenna Exp $ # -DISTNAME= cvsync-0.14.0 -PKGREVISION= 1 +DISTNAME= cvsync-0.14.1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.daemon-systems.org/cvsync/ EXTRACT_SUFX= .tgz -MAINTAINER= packages@NetBSD.ORG +MAINTAINER= gehenna@NetBSD.ORG HOMEPAGE= http://www.daemon-systems.org/cvsync/ COMMENT= a portable incremental cvs repository syncer -WRKSRC= ${WRKDIR}/cvsync-0.14.0 +WRKSRC= ${WRKDIR}/cvsync-0.14.1 USE_BUILDLINK2= YES USE_PKGINSTALL= YES USE_GMAKE= YES diff --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo index fab179fb153..dd4a6409f56 100644 --- a/devel/cvsync/distinfo +++ b/devel/cvsync/distinfo @@ -1,7 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $ +$NetBSD: distinfo,v 1.2 2003/03/06 13:15:48 gehenna Exp $ -SHA1 (cvsync-0.14.0.tgz) = 426fcc2d42b342bddc467ca48f7153ca32383820 -Size (cvsync-0.14.0.tgz) = 64239 bytes -SHA1 (patch-aa) = 5ffb0c1103a746bf745076101e88178f09afe411 -SHA1 (patch-ab) = 61d3e0aa64a1fa7e937a1c36f5217d3ee683aada -SHA1 (patch-ac) = b8897a183059c8f8ecf85b68d83afd3e233e4ab5 +SHA1 (cvsync-0.14.1.tgz) = ff7604d6b558ac256050905761cb97cf12b5e05c +Size (cvsync-0.14.1.tgz) = 64238 bytes diff --git a/devel/cvsync/patches/patch-aa b/devel/cvsync/patches/patch-aa deleted file mode 100644 index 728a507513d..00000000000 --- a/devel/cvsync/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $ - ---- common/scanfile.c.orig 2003-03-06 09:55:22.000000000 +0100 -+++ common/scanfile.c 2003-03-06 09:55:35.000000000 +0100 -@@ -31,6 +31,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - - #include <limits.h> - #include <unistd.h> diff --git a/devel/cvsync/patches/patch-ab b/devel/cvsync/patches/patch-ab deleted file mode 100644 index 544efd912e6..00000000000 --- a/devel/cvsync/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $ - ---- common/dirscan_rcs_scanfile.c.orig 2003-03-06 09:57:09.000000000 +0100 -+++ common/dirscan_rcs_scanfile.c 2003-03-06 09:57:29.000000000 +0100 -@@ -28,6 +28,7 @@ - */ - - #include <stdlib.h> -+#include <string.h> - - #include <limits.h> - #include <pthread.h> diff --git a/devel/cvsync/patches/patch-ac b/devel/cvsync/patches/patch-ac deleted file mode 100644 index 668e1d3cf1f..00000000000 --- a/devel/cvsync/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $ - ---- cvscan/cvscan_rcs.c.orig 2003-03-06 09:56:12.000000000 +0100 -+++ cvscan/cvscan_rcs.c 2003-03-06 09:56:26.000000000 +0100 -@@ -30,6 +30,7 @@ - #include <sys/stat.h> - - #include <stdio.h> -+#include <string.h> - - #include <inttypes.h> - #include <limits.h> |