svn commit: r404812 - in head: devel/liblas net/freerdp

Antoine Brodin antoine at FreeBSD.org
Wed Dec 30 09:42:43 UTC 2015


Author: antoine
Date: Wed Dec 30 09:42:41 2015
New Revision: 404812
URL: https://svnweb.freebsd.org/changeset/ports/404812

Log:
  Fix fetch, GH_PROJECT for those ports is case sensitive

Modified:
  head/devel/liblas/Makefile
  head/net/freerdp/Makefile

Modified: head/devel/liblas/Makefile
==============================================================================
--- head/devel/liblas/Makefile	Wed Dec 30 09:20:10 2015	(r404811)
+++ head/devel/liblas/Makefile	Wed Dec 30 09:42:41 2015	(r404812)
@@ -20,5 +20,6 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	libLAS
+GH_PROJECT=	${GH_ACCOUNT}
 
 .include <bsd.port.mk>

Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile	Wed Dec 30 09:20:10 2015	(r404811)
+++ head/net/freerdp/Makefile	Wed Dec 30 09:42:41 2015	(r404812)
@@ -17,6 +17,7 @@ USE_LDCONFIG=	yes
 USES=		alias cmake:outsource cpe execinfo pkgconfig compiler:c++11-lib
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeRDP
+GH_PROJECT=	${GH_ACCOUNT}
 GH_TAGNAME=	f5ff6e1
 
 CPE_VENDOR=	freerdp_project


More information about the svn-ports-head mailing list