pkgsrc-WIP-changes archive

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

mlton-svn: Switch to github



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 14:09:32 2016 +0200
Changeset:	90f3f2659760d012f2f44d8882b3e05511d15451

Modified Files:
	mlton-svn/Makefile

Log Message:
mlton-svn: Switch to github

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

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

diffstat:
 mlton-svn/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/mlton-svn/Makefile b/mlton-svn/Makefile
index 392ccf5..5f0ad37 100644
--- a/mlton-svn/Makefile
+++ b/mlton-svn/Makefile
@@ -20,8 +20,8 @@ BUILD_TARGET=	smlnj-mlton all
 .endif
 BUILD_DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 
-SVN_REPOSITORIES=	mlton
-SVN_ROOT.mlton=		svn://mlton.org/mlton/trunk
+GIT_REPOSITORIES=	mlton
+GIT_REPO.mlton=		git://github.com/MLton/mlton.git
 WRKSRC=		$(WRKDIR)/mlton
 
 REPLACE_PERL=	lib/mlrisc-lib/MLRISC/Doc/html/mltex2html \
@@ -44,5 +44,5 @@ SUBST_SED.fix-sh=		-e '1s|^\#!.*|\#!${SH}|'
 
 
 .include "../../devel/gmp/buildlink3.mk"
-.include "../../wip/mk/svn-package.mk"
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index