svn commit: r375081 - head/security/kqoauth

Antoine Brodin antoine at FreeBSD.org
Sat Dec 20 18:32:16 UTC 2014


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' \


More information about the svn-ports-head mailing list