pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cinelerra-cv: Revamp code for git fetch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Sep 30 00:47:48 2016 +0200
Changeset:	66283ef6f0463715e52a8a782797d4c545d3a5ff

Modified Files:
	cinelerra-cv/Makefile

Log Message:
cinelerra-cv: Revamp code for git fetch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=66283ef6f0463715e52a8a782797d4c545d3a5ff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cinelerra-cv/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/cinelerra-cv/Makefile b/cinelerra-cv/Makefile
index ff911e1..af99914 100644
--- a/cinelerra-cv/Makefile
+++ b/cinelerra-cv/Makefile
@@ -9,10 +9,9 @@ COMMENT=	Non-linear video and audio editor and compositor
 LICENSE=	gnu-gpl-v2
 
 GIT_REPOSITORIES=	master
-GIT_REPO.master=	git://git.cinelerra.org/j6t/cinelerra.git
-GIT_MODULE=		cinelerra
+GIT_REPO.master=	http://cinelerra.org/git-repo/cinelerra
+GIT_DEEP_CLONE.master=	# defined - server offers repository over dump protocol
 .include "../../wip/mk/git-package.mk"
-_GIT_FLAGS= # The repository is very large. We don't want git to be quiet.
 
 WRKSRC=			${WRKDIR}/cinelerra
 GNU_CONFIGURE=		yes


Home | Main Index | Thread Index | Old Index