svn commit: r375021 - head/devel/qross

Antoine Brodin antoine at FreeBSD.org
Sat Dec 20 17:42:56 UTC 2014


Author: antoine
Date: Sat Dec 20 17:42:55 2014
New Revision: 375021
URL: https://svnweb.freebsd.org/changeset/ports/375021
QAT: https://qat.redports.org/buildarchive/r375021/

Log:
  Use GH_COMMIT

Modified:
  head/devel/qross/Makefile

Modified: head/devel/qross/Makefile
==============================================================================
--- head/devel/qross/Makefile	Sat Dec 20 17:40:53 2014	(r375020)
+++ head/devel/qross/Makefile	Sat Dec 20 17:42:55 2014	(r375021)
@@ -17,8 +17,9 @@ USE_QT4=	designer gui network xml qmake_
 USE_GITHUB=	yes
 GH_ACCOUNT=	0xd34df00d
 GH_PROJECT=	Qross
+GH_COMMIT=	82e1fd2
 
-WRKSRC=		${WRKDIR}/0xd34df00d-Qross-82e1fd2/src
+WRKSRC_SUBDIR=	src
 
 OPTIONS_DEFINE=	PYTHON
 OPTIONS_SUB=	yes


More information about the svn-ports-head mailing list