Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 18:32:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375081 - head/security/kqoauth
Message-ID:  <201412201832.sBKIWF1K073004@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 20 18:32:14 2014
New Revision: 375081
URL: https://svnweb.freebsd.org/changeset/ports/375081
QAT: https://qat.redports.org/buildarchive/r375081/

Log:
  Use GH_COMMIT

Modified:
  head/security/kqoauth/Makefile

Modified: head/security/kqoauth/Makefile
==============================================================================
--- head/security/kqoauth/Makefile	Sat Dec 20 18:32:12 2014	(r375080)
+++ head/security/kqoauth/Makefile	Sat Dec 20 18:32:14 2014	(r375081)
@@ -19,8 +19,7 @@ QMAKE_SOURCE_PATH=	${PORTNAME}.pro
 USE_GITHUB=	yes
 GH_ACCOUNT=	kypeli
 GH_PROJECT=	kQOAuth
-
-WRKSRC=		${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-677339c
+GH_COMMIT=	677339c
 
 pre-configure:
 	${REINPLACE_CMD} -e 's|$${target.path}/pkgconfig|$${INSTALL_PREFIX}/libdata/pkgconfig|g' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412201832.sBKIWF1K073004>