pkgsrc-WIP-changes archive

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

qt5-qtbase-git: Switch to GIT



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri May 20 02:27:42 2016 +0200
Changeset:	c9203faf87acca7fe6abe3d647b2ee32461b0f22

Modified Files:
	qt5-qtbase-git/Makefile

Log Message:
qt5-qtbase-git: Switch to GIT

Track 5.6 as it will go up to 5.7 and dev automatically

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

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

diffstat:
 qt5-qtbase-git/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diffs:
diff --git a/qt5-qtbase-git/Makefile b/qt5-qtbase-git/Makefile
index ba9c300..c085efa 100644
--- a/qt5-qtbase-git/Makefile
+++ b/qt5-qtbase-git/Makefile
@@ -1,11 +1,13 @@
 # $NetBSD: Makefile,v 1.35 2016/04/11 19:01:40 ryoon Exp $
 
-DISTNAME=	qtbase-opensource-src-${QTVERSION}
 PKGNAME=	qt5-qtbase-${QTVERSION}
-PKGREVISION=	6
+GIT_REPOSITORIES=	qtproject
+GIT_REPO.qtproject=	https://github.com/qtproject/qtbase.git
+# 5.6 will go up to 5.7 and dev automatically
+GIT_BRANCH.qtproject=	5.6
 COMMENT=	C++ X GUI toolkit
 
-.include "../../x11/qt5-qtbase/Makefile.common"
+.include "../../wip/qt5-qtbase-git/Makefile.common"
 
 .if defined(MAKE_JOBS)
 .  if !defined(MAKE_JOBS_SAFE) || empty(MAKE_JOBS_SAFE:M[nN][oO])
@@ -184,6 +186,7 @@ post-install:
 	${MV} -f ${DESTDIR}${PREFIX}/${BROKEN_FILES}.1 \
 		${DESTDIR}${PREFIX}/${BROKEN_FILES}
 
+.include "../../wip/mk/git-package.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index