svn commit: r333097 - head/net/ranch

Jimmy Olgeni olgeni at FreeBSD.org
Thu Nov 7 13:48:00 UTC 2013


Author: olgeni
Date: Thu Nov  7 13:47:59 2013
New Revision: 333097
URL: http://svnweb.freebsd.org/changeset/ports/333097

Log:
  - Switch to USES=gmake.
  - Remove redundant GH master site.

Modified:
  head/net/ranch/Makefile

Modified: head/net/ranch/Makefile
==============================================================================
--- head/net/ranch/Makefile	Thu Nov  7 13:47:05 2013	(r333096)
+++ head/net/ranch/Makefile	Thu Nov  7 13:47:59 2013	(r333097)
@@ -3,7 +3,6 @@
 PORTNAME=	ranch
 PORTVERSION=	0.8.5
 CATEGORIES=	net
-MASTER_SITES=	GH
 
 MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Erlang socket acceptor pool for TCP protocols
@@ -13,7 +12,7 @@ RUN_DEPENDS=	erl:${PORTSDIR}/lang/erlang
 
 PLIST_SUB=	VERSION="${PORTVERSION}"
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	extend
 GH_PROJECT=	ranch


More information about the svn-ports-all mailing list