Date: Wed, 7 Oct 2009 09:36:59 -0600 (MDT) From: John Hein <jhein@timing.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139406: [patch] update devel/cvs2svn to 2.3.0 Message-ID: <200910071536.n97FaxsR000437@gromit.timing.com> Resent-Message-ID: <200910071540.n97Fe2Xl092409@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139406 >Category: ports >Synopsis: [patch] update devel/cvs2svn to 2.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 07 15:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: John Hein >Release: all >Organization: >Environment: >Description: cvs2svn in ports is the older 2.2.0. >How-To-Repeat: >Fix: Here's a patch to update cvs2svn to 2.3.0. One difference is the man page is now to be generated during the build. Maintainer was notified with this patch on 9/27. I realize we're still in a ports freeze (I think), but I thought I'd get it into a PR since I didn't hear back. Index: Makefile =================================================================== RCS file: /base/FreeBSD-CVS/ports/devel/cvs2svn/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 16 May 2009 06:27:43 -0000 1.24 +++ Makefile 27 Sep 2009 21:22:39 -0000 @@ -5,9 +5,9 @@ # $FreeBSD: ports/devel/cvs2svn/Makefile,v 1.24 2009/05/16 06:27:43 pgollucci Exp $ PORTNAME= cvs2svn -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= devel -MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/44372/ +MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/46528/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= CVS to Subversion Repository Converter @@ -28,11 +28,11 @@ IGNORE= choose at least subversion, git .endif .if defined(WITH_SUBVERSION) -RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/py-subversion +RUN_DEPENDS+= svn:${PORTSDIR}/devel/py-subversion .endif .if defined(WITH_GIT) -RUN_DEPENDS+= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git +RUN_DEPENDS+= git:${PORTSDIR}/devel/git MAKE_JOBS_SAFE= yes .endif @@ -52,6 +52,9 @@ do-extract: fi; \ done +post-build: + cd ${WRKSRC} && ./cvs2svn --man > cvs2svn.1 + post-install: ${INSTALL_MAN} ${WRKSRC}/cvs2svn.1 ${PREFIX}/man/man1/ Index: distinfo =================================================================== RCS file: /base/FreeBSD-CVS/ports/devel/cvs2svn/distinfo,v retrieving revision 1.13 diff -u -p -r1.13 distinfo --- distinfo 14 Dec 2008 20:20:56 -0000 1.13 +++ distinfo 23 Sep 2009 19:07:30 -0000 @@ -1,3 +1,3 @@ -MD5 (cvs2svn-2.2.0.tar.gz) = 466b757fdef5378a46bba4ceefd047a4 -SHA256 (cvs2svn-2.2.0.tar.gz) = 372c57cfea369637cd49fd9d685d1ebaa2e84a9cf4ad301fcc63f9cb42161bea -SIZE (cvs2svn-2.2.0.tar.gz) = 411531 +MD5 (cvs2svn-2.3.0.tar.gz) = 6c412baec974f3ff64b9145944682a15 +SHA256 (cvs2svn-2.3.0.tar.gz) = d9d835e0c7df48966fbadf51527c25ebf1343b25179e3802f4637d4b96ba363e +SIZE (cvs2svn-2.3.0.tar.gz) = 479373 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910071536.n97FaxsR000437>