diff options
author | gehenna <gehenna> | 2003-09-16 13:00:41 +0000 |
---|---|---|
committer | gehenna <gehenna> | 2003-09-16 13:00:41 +0000 |
commit | a3f38f13fb90601553315798f5d79378933cd17f (patch) | |
tree | b510a6ba24b5d3bf9280b46120a415e0a46da8b3 /devel/cvsync/Makefile | |
parent | 53494dd7133096c0d8781d549294c19d42f5c71d (diff) | |
download | pkgsrc-a3f38f13fb90601553315798f5d79378933cd17f.tar.gz |
CVSync 0.24.7
Changes:
* Fix a bug to fail to run with GNU Pth/PTL. (cvsyncd)
* Fix compile problems on OSes without a pthread library
support. (cvscan/rcscmp)
Diffstat (limited to 'devel/cvsync/Makefile')
-rw-r--r-- | devel/cvsync/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index d8a71bc7938..7db23e32212 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2003/09/10 04:46:55 gehenna Exp $ +# $NetBSD: Makefile,v 1.51 2003/09/16 13:00:41 gehenna Exp $ # -DISTNAME= cvsync-0.24.6 -PKGREVISION= 1 +DISTNAME= cvsync-0.24.7 CATEGORIES= devel MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ |