[Midnightbsd-cvs] mports: devel/git: make this use subversion with perl binding

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 16 15:48:12 EDT 2008


Log Message:
-----------
make this use subversion with perl binding

Modified Files:
--------------
    mports/devel/git:
        Makefile (r1.2 -> r1.3)
    mports/devel/git/files:
        git_daemon.in (r1.2 -> r1.3)

Added Files:
-----------
    mports/devel/git/files:
        pkg-message.in (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/git/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/git/Makefile -L devel/git/Makefile -u -r1.2 -r1.3
--- devel/git/Makefile
+++ devel/git/Makefile
@@ -202,8 +202,7 @@
 
 .ifdef (WITH_SVN)
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
-		${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \
-		svn:${PORTSDIR}/devel/subversion
+		svn:${PORTSDIR}/devel/subversion-perl
 .endif
 
 .ifdef (WITH_GITWEB)
Index: git_daemon.in
===================================================================
RCS file: /home/cvs/mports/devel/git/files/git_daemon.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/git/files/git_daemon.in -L devel/git/files/git_daemon.in -u -r1.2 -r1.3
--- devel/git/files/git_daemon.in
+++ devel/git/files/git_daemon.in
@@ -1,5 +1,6 @@
 #! /bin/sh
 #
+# $MidnightBSD$
 # $FreeBSD: ports/devel/git/files/git_daemon.in,v 1.2 2008/08/27 22:05:12 wxs Exp $
 #
 
--- /dev/null
+++ devel/git/files/pkg-message.in
@@ -0,0 +1,10 @@
+In the directory %%EXAMPLESDIR%%/gitweb you can find all files to
+make gitweb work as a public repository on the web.
+
+All you have to do to make gitweb work is:
+1) Copy the files %%EXAMPLESDIR%%/gitweb/git* to a directory on
+   your web server (e.g. Apache2) in which you are able to execute
+   CGI-scripts.
+2) In gitweb.cgi, adjust the variable $projectroot to point to
+   your git repository (that is where you have your *.git project
+   directories).


More information about the Midnightbsd-cvs mailing list