pkgsrc-WIP-changes archive

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

tcc-devel: Upstream works in git branch mob (hg repo abandoned in 2008)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Sep 25 22:01:38 2016 +0200
Changeset:	f63715fd75b93a99e54e53f6cd03194a94b9a885

Modified Files:
	tcc-devel/Makefile

Log Message:
tcc-devel: Upstream works in git branch mob (hg repo abandoned in 2008)

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

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

diffstat:
 tcc-devel/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/tcc-devel/Makefile b/tcc-devel/Makefile
index c891287..cf2e535 100644
--- a/tcc-devel/Makefile
+++ b/tcc-devel/Makefile
@@ -27,10 +27,11 @@ SUBST_SED.ldl=		-e 's,LIBS=,\#LIBS,'
 
 CONFIGURE_ARGS+=	--prefix=${PREFIX:Q}
 
-HG_REPOSITORIES=	tcc
-HG_REPO.tcc=		http://landley.net/hg/tinycc
+GIT_REPOSITORIES=	tcc
+GIT_REPO.tcc=		http://repo.or.cz/tinycc.git
+GIT_BRANCH.tcc=		mob
 
-WRKSRC=		${WRKDIR}/tinycc
+WRKSRC=		${WRKDIR}/tcc
 
-.include "../../wip/mk/hg-package.mk"
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index