Summary: | [patch] port devel/cvs2svn update to version 2.3.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Olli Hauer <ohauer> | ||||
Component: | Individual Port(s) | Assignee: | Philip M. Gollucci <pgollucci> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ohauer | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Olli Hauer
2009-08-23 14:30:06 UTC
Responsible Changed From-To: freebsd-ports-bugs->pgollucci Over to maintainer (via the GNATS Auto Assign Tool) Please apply this patch after the first patch. The patch use the new bsd.options.mk include If you like I can send a full diff for the Makefile //olli --- patch_cvs2svn-2.3.0_Makefile_options.txt begins here --- --- Makefile +++ Makefile @@ -23,7 +23,7 @@ BAZAAR "Build with Bazaar support" off \ MERCURIAL "Build with Mercurial support" off -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITHOUT_SUBVERSION) && defined(WITHOUT_GIT) && defined(WITHOUT_BAZAAR) && defined(WITHOUT_MERCURIAL) IGNORE= choose at least one or more options from subversion, git, bazaar or mercurial @@ -98,4 +98,4 @@ @${INSTALL_DATA} ${WRKSRC}/cvs2svn-example.options ${EXAMPLESDIR}/ .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- patch_cvs2svn-2.3.0_Makefile_options.txt ends here --- Please commit PR 138099 PR is open now since Aug 2009 - parts of cvs2svn are broken with python26 (default python now) - it includes patches I send to the cvs2svn developers. - port is feature save, new parts are optional olli State Changed From-To: open->closed Committed, with minor changes. Thanks! pgollucci 2009-12-10 05:00:11 UTC FreeBSD ports repository Modified files: devel/cvs2svn Makefile distinfo pkg-descr pkg-plist Log: - Update to 2.3.0 [1] - Pet portlint PR: ports/138099 Submitted by: olli hauer <ohauer@gmx.de> Revision Changes Path 1.25 +46 -8 ports/devel/cvs2svn/Makefile 1.14 +3 -3 ports/devel/cvs2svn/distinfo 1.3 +5 -3 ports/devel/cvs2svn/pkg-descr 1.7 +19 -0 ports/devel/cvs2svn/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |